Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0blu/photonpackageparser

A parser for Photon's Protocol16
https://github.com/0blu/photonpackageparser

network-analysis photon unity winpcap

Last synced: 15 days ago
JSON representation

A parser for Photon's Protocol16

Awesome Lists containing this project

README

        

# Photon Package Parser

A parser for [Photon's](https://www.photonengine.com/en-US/Photon) Protocol16.

## Requirements

### WinPcap
This library requires [Npcap](https://nmap.org/npcap/dist/npcap-1.00.exe) which comes with [Wireshark](https://www.wireshark.org/).

## Example and usage:

I strongly recommend to use NuGet to [get the library](https://www.nuget.org/packages/PhotonPackageParser/).

See an example [here](https://github.com/0blu/PhotonPackageParser/blob/master/PhotonPackageParser.Example/Program.cs).