Marwan141 / MinQTT

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

Decoding PUBLISH payload strings working #11

Closed Marwan141 closed 4 weeks ago

Marwan141 commented 4 weeks ago

This pull request introduces several key changes to the MQTT packet handling in the src/main.rs and src/packet.rs files. The changes include improvements to packet decoding, adjustments to buffer sizes, and enhancements to the MqttPublish struct and its methods.

Packet Handling Enhancements:

MqttPublish Struct Enhancements: