MQTT
Message Queuing Telemetry Transport
MQTT is a the leading TCP/IP machine-to-machine/IoT communication protocol for Industry 4.0 that provides data exchange within a network of devices. It is a lightweight, open source publish/subscribe communication model with a fast response time. Getting up and running with MQTT is quick and easy. It is a good choice for small-sized devices with low power consumption. Its minimum overhead ensures smooth data transfer with low bandwidth.
Publish/subscribe communication method
Thanks to the lightweight Publish/subscribe method MQTT is interesting for use in mobile applications, where energy-efficient and reliable data transfer is key. Publish/subscribe is an alternative to the traditional HTTP client-server model, where the client communicates directly with the endpoint.
The difference is that in the publish/subscribe model, the client does not extract data from the server, but he receives the messages relevant to the topic he’s subscribed to from the server. A reliable TCP connection is required for communication. If this is interrupted, the server can store the data in a data buffer and send it to clients when the connection is re-established.
Event driven data transfer
The central communication point is the so-called MQTT broker, which communicates with the clients (publishers and subscribers) via an internet connection or a local network. A publisher creates messages and publishes them to a certain topic.
The data transfer is event-driven, which means that data is transmitted when change occurs (or at time intervals). A subscriber receives the messages relevant to the topic it is subscribed to.
As a standard practice, topics should follow a hierarchy which allows for logical grouping/arrangement for a network of sensors.
Read the latest Networking news
Powerful, slim and quiet 17″ Touch Panel PC
The high-performance all-in-one PC from Axiomtek with 17-inch thin display is the perfect fit for your applications in the rugged industrial environments.
Fanless industrial PC Axiomtek
Take advantage of the eBOX625-312-FL, robust and slim quad-core industrial PC that offers high performance and energy savings in the tightest installation spaces.
Clear Space Technology – the wireless network has become reliable
Take advantage of the Clear Space Technology from Hirschmann, which guarantees uninterrupted WLAN transmission in outdoor applications.
Powerful industrial PC with PoE ports
Use the eBOX671-521-FL from Axiomtek with enhanced GPU computing performance for applications in machine vision or automated optical inspection.
Ethernet IP for faster data transfer to PLC
The award-winning UniStream PLC controller series from Unitronics now also supports the industrial Ethernet protocol over IP.
Subscribe to our newsletter!













