Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0blu/photonpackageparser
- Owner: 0blu
- License: mit
- Created: 2018-08-31T21:32:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T11:32:42.000Z (over 4 years ago)
- Last Synced: 2025-01-04T05:26:00.258Z (about 1 month ago)
- Topics: network-analysis, photon, unity, winpcap
- Language: C#
- Homepage:
- Size: 52.7 KB
- Stars: 26
- Watchers: 7
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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).