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
IoT platform for easy managing of IIoT devices
Axiomtek AMS software will help you visualizate data, connect to the cloud, reduce your development time and effort spent on IoT project.
Rugged IP67-rated industrial PC Axiomtek eBOX800-511
The eBOX800-511-FL fanless embedded system provides an innovative and reliable solution for your critical outdoor applications.
Fanless Edge System Axiomtek eBox560-900 for smarter systems
Built-in eBox system with Nvidia Jetson module is adapted to perform neural network operations and develop applications with AI.
Secomea – simpler and more reliable
SECOMEA 9.3. brings changes that greatly simplify connecting to your devices in a renewed graphical environment and provide secure connection.
MQTT – the leading communication protocol for Industry 4.0
MQTT is an ultra light and open source TCP/IP IoT communication protocol, which is very easy to implement due to the publish/subscribe model.
Modular and scalable industrial computer Axiomtek
The IPC962-511 boasts an ultra-compact housing and optimized expansion options for applications in the harshest industrial environments.
Subscribe to our newsletter!














