eclipse-paho / paho.mqtt.embedded-c

Paho MQTT C client library for embedded systems. Paho is an Eclipse IoT project (https://iot.eclipse.org/)
https://eclipse.org/paho
Other
1.37k stars 757 forks source link

MQTTPacket V5 #260

Open ondraco opened 7 months ago

ondraco commented 7 months ago

Hello,

First of all thank you for all your great work! I am using the MQTTPacket to implement own embedded mqtt client. I am planning to add support for version 5 of MQTT and i saw that there is an active mqttv5 branch.

I would like to ask what is the status of V5 version of MQTTPacket in this branch? Is it in ready to be used state?

Thanks!