Marwan141 / MinQTT

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

SUBSCRIBE and SUBACK packets packet #10

Closed Marwan141 closed 1 month ago

Marwan141 commented 1 month ago

This pull request introduces several enhancements and modifications to the MQTT client implementation in src/main.rs and src/packet.rs. The key changes include adding support for MQTT subscriptions, improving packet handling, and updating connection parameters.

MQTT Subscription Support:

Packet Handling Enhancements:

Connection Parameter Updates: