2.1 Unit-2 - L1
2.1 Unit-2 - L1
http://mqtt.org/
MQTT - Open Connectivity for Mobile, M2M and IoT
▶ MQTT and MQTT-SN are lightweight publish/subscribe messaging transports for TCP/IP
and connectionless protocols (such as UDP) respectively. The Eclipse Paho project
provides open source, mainly client side, implementations of MQTT and MQTT-SN in a
variety of programming languages.
▶ For example
▶ UK/Hants/Hursley/SO212JN/1/energyConsumption
▶ Energy consumption for 1 house in Hursley
▶ UK/Hants/Hursley/+/+/energyConsumption
▶ Energy consumption for all houses in Hursley
▶ UK/Hants/Hursley/SO212JN/#
▶ Details of energy consumption, solar and alarm for all houses in SO212JN
MQTT publish subscribe architecture