dzavalishin / mqtt_udp

Simpified version of MQTT over UDP
MIT License
139 stars 31 forks source link

Tagged packet tail data #69

Open dzavalishin opened 5 years ago

dzavalishin commented 5 years ago

after the end of classic mqtt packet we can add piggytails:

Byte type Mqtt Len (&0x7F) of piggytail data Data

Types:

I - packet ID, guid? N - packet sequence number, 32 bits R - sequence number of packet we reply to

dzavalishin commented 5 years ago

H - sending node (instance, not host!) name

dzavalishin commented 5 years ago

java send/recv, python parse, no processing

dzavalishin commented 5 years ago

c code TTRs recv/send - only pkt id yet

dzavalishin commented 11 months ago

Have support in Go. C# version also does TTRs