Quick Start Guide to MQTT and EMQ

Quick Start Guide to MQTT and EMQ

MQTT and EMQ 1. IoT Messaging Protocol MQTT 1.1. Introduction to MQTT MQTT (Message Queuing Telemetry Transport) is a “lightweight” communication protocol based on the publish/subscribe model. Client Server An application or device using the MQTT protocol, which always establishes a network connection to the server. Clients can: Also known as a “Message Broker”, it … Read more

Learn MQTT: A Comprehensive Guide

Learn MQTT: A Comprehensive Guide

[Introduction] What is MQTT? MQTT (Message Queuing Telemetry Transport) is a lightweight communication protocol based on the Publish-Subscribe model, utilizing a Client-Broker communication model over TCP, and is categorized as an application layer protocol. Originally developed by IBM in 1999, it has become one of the most popular communication protocols in the field of Internet … Read more

Is MQTT Protocol Suitable for the Internet of Vehicles?

Is MQTT Protocol Suitable for the Internet of Vehicles?

As the number of connected vehicles increases, there is a growing need for a communication protocol that can effectively manage a large amount of data transmission while providing low latency and high reliability, and MQTT is such a protocol… The Internet of Vehicles (IoV) is a technology that allows connected vehicles to communicate with each … Read more

Comparison of MQTT and Modbus Protocols

Comparison of MQTT and Modbus Protocols

Follow + star the public account, don't miss wonderful content Source | Blog Garden The Internet of Things (IoT) is not just a new technology, but also the integration with old technologies, with communication being the key. Various communication methods are available, but different protocols play an important role in connecting a massive number of … Read more

Getting Started with MQTT Protocol Testing

Getting Started with MQTT Protocol Testing

Introduction MQTT (Message Queuing Telemetry Transport) is a lightweight communication protocol based on the publish/subscribe model, specifically designed for low bandwidth, unreliable, or high-latency network environments. It was released by IBM in 1999 and is suitable for connecting remote devices, particularly Internet of Things (IoT) devices. MQTT provides real-time, reliable message transmission services by reducing … Read more

In-Depth Exploration of Lightweight MQTT Protocol

In-Depth Exploration of Lightweight MQTT Protocol

#Long press the image to scan the QR code and participate in the OSC Year-End Gala# Original Text:Diving Into MQTT Link:https://dzone.com/articles/mqtt-protocol-tutorial Translators:douxingxiang, wnull, xufuji456, 无若, Robbie_Zhu The MQTT protocol is a machine-to-machine (M2M) protocol that is widely used in the IoT (Internet of Things). It is a message-oriented protocol. For this reason, it is very … Read more

Understanding the MQTT Protocol for IoT

Understanding the MQTT Protocol for IoT

Recently, the term Internet of Things has become increasingly popular, and I have been closely following the development of this industry. The technologies related to IoT are also maturing, with NB-IoT preparing for commercial use and LoRa already piloted in some areas. The upstream ICs are also launching SoC products aimed at IoT applications. With … Read more

Trends in MQTT Technology Protocol Development

Trends in MQTT Technology Protocol Development

MQTT is the standard protocol for message transmission in the Internet of Things (IoT), utilizing an extremely lightweight publish-subscribe messaging model to connect IoT devices in a scalable, reliable, and efficient manner. Since IBM released MQTT in 1999, over twenty years have passed, and it has been a decade since EMQ released the open-source MQTT … Read more

Exploring MQTT Protocol

Exploring MQTT Protocol

#Long press the image above to recognize the QR code and participate in the OSC Year-End Celebration# MQTT Protocol is a machine-to-machine (M2M) protocol that is widely used in IoT (Internet of Things). It is a message-oriented protocol. Because of this, it is very lightweight and widely adopted in the IoT ecosystem. Almost all IoT … Read more