Why MQTT Is the Preferred IoT Transmission Protocol

Why MQTT Is the Preferred IoT Transmission Protocol

Follow,Star Public Account Number, don’t miss out on exciting content Author: Engineer Huang Public Account: strongerHuang IoT (Internet of Things) devices need to connect to the internet, and there are many ways to connect, with various transmission protocols available. Why is MQTT the preferred transmission protocol for IoT? This article focuses on the MQTT transmission … Read more

Comprehensive Summary of MQTT Protocol

Comprehensive Summary of MQTT Protocol

This post is from a handsome young graduate from Beijing in 2017 – Xiao Xiao Su. 1. Concept MQTT is an IoT communication protocol based on the Publish/Subscribe model. With its simplicity, support for QoS, and small message size, it occupies a significant share of IoT protocols. MQTT (Message Queuing Telemetry Transport) is a “lightweight” … Read more

MQTT: The ‘Canonical Protocol’ of IoT?

MQTT: The 'Canonical Protocol' of IoT?

There is a protocol and its related content that propelled the World Wide Web to success, which is IP, or the Internet Protocol. This protocol is the foundation for every browser’s connection to the Internet and forms the backbone of IT data centers. Some believe that the Internet of Things (IoT) will follow the same … Read more

Introduction to MQTT Protocol

Introduction to MQTT Protocol

Previously, we introduced AWS’s IoT solution in the article “AWS IoT Solution Analysis“. An important protocol used in the IoT solution is MQTT, which we will learn about here. Introduction to MQTT Protocol MQTT (Message Queuing Telemetry Transport) is an instant messaging protocol developed by IBM. This protocol supports all platforms and can connect almost … Read more

Understanding the Working Principle of MQTT Protocol

Understanding the Working Principle of MQTT Protocol

Hello everyone, I recently worked on an IoT project and summarized the MQTT protocol. As we all know, the MQTT protocol is widely used in the IoT field. If you are not familiar with it yet, I believe this article can help you get started. mqtt protocol 1 MQTT Protocol Features Publish and Subscribe QoS … Read more

Analysis of Risks in MQTT Protocol Interfaces

Analysis of Risks in MQTT Protocol Interfaces

xxhzz @PortalLab Lab 1. Introduction to MQTT Protocol MQTT is a “lightweight” communication protocol based on the publish/subscribe model, built on the TCP/IP protocol. It is lightweight, open, simple, and designed to be easy to implement, making these features particularly suitable for constrained environments such as machine-to-machine (M2M) and Internet of Things (IoT) environments. Publish/Subscribe … Read more

Introduction to MQTT Protocol

Introduction to MQTT Protocol

MQTT (Message Queuing Telemetry Transport) is a “lightweight” communication protocol based on the publish/subscribe model. This protocol is built on top of the TCP/IP protocol and was released by IBM in 1999. The biggest advantage of MQTT is that it can provide real-time and reliable messaging services for connecting remote devices with very little code … Read more