An introduction to MQTT
An introduction to MQTT
Posted May 12, 2018 9:48 UTC (Sat) by kbee (subscriber, #4468)In reply to: An introduction to MQTT by smurf
Parent article: An introduction to MQTT
RIOT includes an MQTT-SN implementation, emCute, which runs over UDP [1,2]. RIOT also includes implementations of CoAP, which is an IETF-developed, HTTP-like protocol for constrained devices that includes extensions for publish-subscribe [3].
[1] http://doc.riot-os.org/group__net__emcute.html
[2] https://github.com/RIOT-OS/RIOT/tree/master/examples/emcu...
[3] http://coap.technology/