MQTT_a0e4 (community library)
Summary
Name | Value |
---|---|
Name | MQTT_a0e4 |
Version | 0.3.9 |
Installs | |
License | MIT |
Author | hirotakaster |
URL | https://github.com/truly-moody/mqtt |
Repository | https://github.com/truly-moody/mqtt.git |
Download | .tar.gz |
Example Build Testing
Device OS Version:
This table is generated from an automated build. Success only indicates that the code compiled successfully.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
MQTT for Photon, Spark Core
MQTT publish/subscribe library for Photon, Spark Core version 0.3.8.
Source Code
This lightweight library source code are only 2 files. firmware -> MQTT.cpp, MQTT.h.
Application can use QOS0,1,2 and retain flag when send a publish message.
Example
Some sample sketches for Spark Core and Photon included(firmware/examples/).
- mqtttest.ino : simple pub/sub sample.
- mqttqostest.ino : QoS1, QoS2 publish and callback sample.
Arduino compatible
This library is Arduino compatible. Arduino version is here.
Browse Library Files