Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: 5_Dragonfly_Cayenne_Sprint_IKS01A1
Fork of Cayenne-MQTT-mbed-MTSAS by
README.md
- Committer:
- jburhenn
- Date:
- 2016-10-25
- Revision:
- 5:363211a8995f
- Parent:
- 0:09ef59d2d0f7
- Child:
- 9:b18a14c4c282
File content as of revision 5:363211a8995f:
# Cayenne MQTT mbed Library The Cayenne MQTT mbed Library provides functions to easily connect to the Cayenne IoT project builder. This library bundles the [Eclipse Paho MQTT C/C++ client](https://github.com/eclipse/paho.mqtt.embedded-c). ## Repository Structure - **src** - The library source code. - **CayenneUtils** - Common code for creating and parsing Cayenne topics and payloads. This code can be used with any MQTT client. - **CayenneMQTTClient** - Platform independent Cayenne C++ library using the Paho MQTT C++ library. To create platform specific versions of this library networking and timer code for the platform are required. - **MQTTCommon** - Common Paho MQTT C code used by both the C and C++ libraries. - **Platform** - Platform specific networking and timer code, as well as test and example applications. ## Other Cayenne Libraries - **[Cayenne-MQTT-C](https://github.com/myDevicesIoT/Cayenne-MQTT-C)** - C version of the Cayenne MQTT Library. - **[Cayenne-MQTT-CPP](https://github.com/myDevicesIoT/Cayenne-MQTT-CPP)** - C++ version of the Cayenne MQTT Library.