-
Notifications
You must be signed in to change notification settings - Fork 7
MQTT
swissembedded edited this page Aug 19, 2016
·
1 revision
MQTT is the protocol for the internet of things. We have a full MQTT client build into the EMDO. The protocol allows the transfer of messages such as JSON to a MQTT broker. It is ideal for machine to machine communication of small data amounts, e.g. such renewable energy production data.
Commands:
- MQTTConnect, MQTTSubscribe, MQTTPublish, MQTTDisconnect (lowlevel commands)
Customizing:
Use MQTT example code as starting point.
EMDO MQTT example code
Video:
MQTT