eclipse / paho.mqtt.embedded-c

Paho MQTT C client library for embedded systems. Paho is an Eclipse IoT project (https://iot.eclipse.org/)

Home Page:https://eclipse.org/paho

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about this repository

sigusr1 opened this issue · comments

Is this repository discarded?

I found repository https://github.com/eclipse/paho.mqtt.c update frequently, but this repository hasn't updated for years.

Embedded code can be mature without turning obsolete or considered discarded.
Code here supports MQTT 3.1.1 and it did not change...
However, since MQTT 5 hit the streets this year, we might start to see some traffic.

But it dosn't support Qos 2 publish.
And I think there is lots of work to be done to fully comform to MQTT 3.1.1 .

If any or some of the sub-projects described in the README,md file do not satisfy your needs or wishes, you are welcome to participate in the forums mentioned there.
Even better, please pinpoint those issues in specific pieces of code and/or contribute your own code to fix them.

I plan to help out with MQTTv5. Already pushed some samples for MQTTV5Packet and plan to follow up with an MQTTV5Client.

Re QoS2, all libraries will have limitations.
Using MQTTPacket v3/v5 should work as expected (of course, with your own state-machine). Please let us know if that doesn't work for you /w QoS2.