Skip to content

Examples

Here are some example messages for various scenarios, to help you visualize how the protocol works.

Basic type 3 message

Ignoring what type of message type 3 is, this example slowly builds from an empty message to one with various headers and data.

empty

A message that only has a type, no headers, and no payload.

with prefix bytes

Adding the options prefix bytes to the start of the message.

with single uint32 header

with single ascii payload

with multiple headers and payloads

Real world

Ack

From the ACK message

Position

From the Position message