An API for using MQTT over multiple transports

Dependencies:   FP MQTTPacket

Dependents:   Cellular_HelloMQTT IoTStarterKit GSwifiInterface_HelloMQTT IBMIoTClientEthernetExample ... more

This library is part of the EclipseTM Paho project; specifically the embedded client.

The goals of this API are:

  1. to be independent of any system library: hence templates parameters for networking, timer and threading classes
  2. not to rely on heap storage, only automatic (I think this is a good thing)
  3. to limit memory use, for instance by defining the size of the buffers and arrays used at object creation time

History

MQTTPacket library merge default tip

2017-11-02, by Ian Craggs [Thu, 02 Nov 2017 12:12:41 +0000] rev 59

MQTTPacket library merge


Use correct MQTTPacket library

2017-11-02, by Ian Craggs [Thu, 02 Nov 2017 12:12:02 +0000] rev 58

Use correct MQTTPacket library


Improve sendpacket loop control

2017-11-02, by Ian Craggs [Thu, 02 Nov 2017 12:07:28 +0000] rev 57

Improve sendpacket loop control


Allow acks to be sent at end of timeout

2017-10-03, by icraggs [Tue, 03 Oct 2017 22:51:58 +0000] rev 56

Allow acks to be sent at end of timeout


Consolidate updates for mbed OS 5 and from Paho

2017-11-01, by icraggs [Wed, 01 Nov 2017 10:58:13 +0000] rev 55

Consolidate updates for mbed OS 5 and from Paho


Fix ping processing

2017-09-30, by icraggs [Sat, 30 Sep 2017 16:46:21 +0000] rev 54

Fix ping processing


Latest code update from Paho - 1.1

2017-09-25, by icraggs [Mon, 25 Sep 2017 12:06:28 +0000] rev 53

Latest code update from Paho - 1.1


Merge streams

2017-09-25, by icraggs [Mon, 25 Sep 2017 11:12:23 +0000] rev 52

Merge streams


Change Timer initialization in Countdown class to avoid copy constructor

2017-09-25, by icraggs [Mon, 25 Sep 2017 11:00:18 +0000] rev 51

Change Timer initialization in Countdown class to avoid copy constructor


Roll back f313853d22a6 and 08571008b958 - Usage of free'd memory. Needs investigation

2017-09-11, by Jan Jongboom [Mon, 11 Sep 2017 16:43:10 +0200] rev 50

Roll back f313853d22a6 and 08571008b958 - Usage of free'd memory. Needs investigation