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:
- to be independent of any system library: hence templates parameters for networking, timer and threading classes
- not to rely on heap storage, only automatic (I think this is a good thing)
- to limit memory use, for instance by defining the size of the buffers and arrays used at object creation time
Revisions of MQTTSocket.h
Revision | Date | Message | Actions |
---|---|---|---|
54:ff9e5c4b52d0 | 2017-09-30 | Fix ping processing | File Diff Annotate |
49:08571008b958 | 2017-09-07 | Add is_connected function to MQTTSocket | File Diff Annotate |
43:21da1f744243 | 2014-09-29 | QoS 2 processing | File Diff Annotate |
36:2f1ada427e56 | 2014-08-01 | Update types to match MQTTPacket changes | File Diff Annotate |
31:a51dd239b78e | 2014-05-22 | Create MQTTSocket.h to not use EthernetInterface | File Diff Annotate |