Marwan141 / MinQTT

A minimalistic implementation of an MQTT Client library, with built-in encryption options.
2 stars 0 forks source link

Decoding PUBLISH packets #9

Closed Marwan141 closed 4 weeks ago

Marwan141 commented 1 month ago

The functionality to decode incoming PUBLISH packets is essential to any MQTT client! This must be implemented ASAP.

How will it be solved?

Main Event Loop -> Decoding function -> Output Packet Contents