Marwan141 / MinQTT

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

Implement CONNECT and CONNACK packets #1

Closed Marwan141 closed 1 month ago

Marwan141 commented 1 month ago

To get started with the project, the first two packets that should be implemented are the CONNECT and CONNACK packets and maybe as extension a simple version of the PUBLISH packet.