KILL009 / NosCore.Packets

List of packets and Serialization/Deserialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NosCore.Packets

forked from ChickenAPI/ChickenAPI.Packets

NuGet Travis build status

You like our work ?

Sponsor me! Buy Me a Coffee at ko-fi.com Become a Patron!

Achtung!

We are not responsible of any damages caused by bad usage of our source. Please before asking questions or installing this source read this readme and also do a research, google is your friend. If you mess up when installing our source because you didnt follow it, we will laugh at you. A lot.

Instructions to contribute

Disclaimer

This project not for commercial use.

Disclaimer

This project is a community project not for commercial use. The result is to learn and program together for prove the study.

Legal

This is an independent and unofficial server for educational use ONLY. Using the Project might be against the TOS.

Contribution is only possible with Visual Studio 2019

We recommend usage of :

Links

List of Packets

PacketIndex serialization by type

Type string to serialize Null True False Value Value when Last
String some text - N/A N/A some^text some text
Boolean true/false -1 1 0 N/A N/A
Number 1 -1 N/A N/A 1 1
IPacket N/A N/A N/A N/A N/A N/A

PacketIndex serialization by condition

Condition IPacket splitter Property splitter Discriminator
contain IPacket properties with a PacketHeader space ^ #
contain IPacket properties without a PacketHeader space space no discriminator
contain a Host property : -1 no discriminator
contain a List of IPacket the property space . no discriminator

About

List of packets and Serialization/Deserialization

License:GNU General Public License v3.0


Languages

Language:C# 100.0%