MQTT
In this page you can check all data necessary to connect your devices through MQTT protocol.
MQTT (originally an initialism of MQ Telemetry Transport) is a lightweight, publish-subscribe network protocol that transports messages between IoT devices. The protocol usually runs over TCP/IP, however, any network protocol that provides ordered, lossless, bi-directional connections can support MQTT.
It is designed for connections with remote locations where resource constraints exist or the network bandwidth is limited. The protocol is an open OASIS standard and an ISO recommendation (ISO/IEC 20922).
All devices connecting to AirTrace can make use of MQTT protocol thanks to a very easy-to-use interface that we are explaining next.
This section is divided into two subpages: Identity Generation, and Protocol Specification.
Last updated