This repository contains the source code for the Eclipse Paho MQTT C/C++ client library for Embedded platorms.
The MQTTPacket directory contains the lowest level C library with the smallest requirements. This supplies simple serialization and deserialization routines. It is mainly up to you to write and read to and from the network.
The MQTTClient directory contains the next level C++ library. This still avoids most networking code so that you can plugin the network of your choice.
There are helper scripts (build...) in various directories. The client library is a set of building blocks which you pick and choose from, so that the smallest MQTT application can be built.
See the samples directory for examples of intended use.
As yet, there is no tracing. For the smallest client, should we have tracing?
Please report bugs under the "MQTT-Embedded-C" Component in Eclipse Bugzilla for the Paho Technology project.
Discussion of the Paho clients takes place on the Eclipse paho-dev mailing list.
General questions about the MQTT protocol are discussed in the MQTT Google Group.
There is much more information available via the MQTT community site.