Skip to content

Instantly share code, notes, and snippets.

@HurricanKai
Created October 28, 2018 18:25
Show Gist options
  • Select an option

  • Save HurricanKai/bafeabb381152de5e7331f209d7bf3d3 to your computer and use it in GitHub Desktop.

Select an option

Save HurricanKai/bafeabb381152de5e7331f209d7bf3d3 to your computer and use it in GitHub Desktop.

Protocol Definition

Serializers

Type Name Type Full Name
Boolean NetworkBoolean
Byte NetworkByte
SByte NetworkSByte
UInt16 NetworkUInt16
Int16 NetworkInt16
Int32 NetworkInt32
Int64 NetworkInt64
String NetworkString

Overall Packet Structure

Headers

Name Type Comment
Length Int32
Id Int32
state Int32

Packets

Handshake

Id
0
Name Type Comment
Version Int32

Send Message

Id
0
Name Type Comment
Message String

Broadcast Message

Id
0
Name Type Comment
Message String

Created with FlexNet on 28.10.2018 18:22:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment