forked from ChickenAPI/ChickenAPI.Packets
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.
This project not for commercial use.
This project is a community project not for commercial use. The result is to learn and program together for prove the study.
This is an independent and unofficial server for educational use ONLY. Using the Project might be against the TOS.
We recommend usage of :
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 |
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 |