What is MQTT? |
What is MQTT? • MQTT or Message Queue Telemetry Transport is a lightweight, compact and open data exchange protocol designed to transfer data to remote locations where a small code size is required and there are channel bandwidth limitations. The above advantages allow it to be used in M2M (Machine-Machine Interaction) and IIoT (Industrial Internet of Things) systems. • * There is also a version of the MQTT-SN protocol (MATT for Sensor Networks), formerly known as MQTT-S, which is designed for embedded wireless devices without support for TCP/IP networks, for example, Zigbee. • Main features of the MQTT protocol: 1) Asynchronous protocol Go back |
23-01-2023, 13:08 |