An introduction to MQTT
An introduction to MQTT
Posted May 11, 2018 7:24 UTC (Fri) by Cyberax (✭ supporter ✭, #52523)In reply to: An introduction to MQTT by mbolivar
Parent article: An introduction to MQTT
As for cloud brokers, I would avoid them as plague. I want my automation working even if my house is offline and on generator power.
Posted May 11, 2018 10:39 UTC (Fri)
by zdzichu (subscriber, #17118)
[Link] (2 responses)
I believe you originally meant that plain MQTT requires TCP/IP, “WiFi” being a mental shortcut.
Posted May 11, 2018 20:56 UTC (Fri)
by smurf (subscriber, #17840)
[Link] (1 responses)
While it's easy to wrap MQTT messages (or MQTT-SN messages) in Zwave, Zigbee, KNX, 1wire, Bluetooth, or whatever other packetized protocol one might think of using, that's not very useful if the goal is to control "real" devices that use native Zigbee or 1wire or … messages. So an application-level gateway is required anyway.
Devices that can use TCP/IP natively, on the other hand, typically don't require MQTT-SN. The overhead of TCP/IP is large enough that using standard MQTT doesn't add any substantial overhead.
Posted May 12, 2018 9:48 UTC (Sat)
by kbee (subscriber, #4468)
[Link]
[1] http://doc.riot-os.org/group__net__emcute.html
An introduction to MQTT
An introduction to MQTT
An introduction to MQTT
[2] https://github.com/RIOT-OS/RIOT/tree/master/examples/emcu...
[3] http://coap.technology/