Marwan141 / MinQTT

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

Add SUBSCRIBE + SUBACK packets #6

Closed Marwan141 closed 1 month ago

Marwan141 commented 1 month ago

To be able to receive subscribe to specific topics in our broker the SUBSCRIBE and SUBACK packets need to be implemented alongside their functionality.