Implementing Data Transmission with MQTT in Projects

Implementing Data Transmission with MQTT in Projects

From open-source data to open-source event streams, learn about the MQTT publish/subscribe (pubsub) wire protocol. — Sean Dague Useful original link Please visit the “original link” at the end for clickable in-text links, full-size original images, and related articles. Thanks Compiled from | https://opensource.com/article/18/6/mqtt | Author | Sean Dague | Translator | Andy Song (pinewall) … Read more

Creating an MQTT IoT Project – Bilibili Weather Clock

Creating an MQTT IoT Project - Bilibili Weather Clock

After studying the “Basic Knowledge” section of “Zero Basics Introduction to IoT” and the “MQTT Protocol” section, we are now going to apply the IoT knowledge we have learned to practical operations. This IoT weather clock project, as the first project in the “MQTT Application” section, uses the ESP8266 development board along with a TFT … Read more

Exploring Natural Interaction IoT Applications with MQTT and ChatGPT

Exploring Natural Interaction IoT Applications with MQTT and ChatGPT

Author Shifan Yu: Director of Frontend Development at EMQX, responsible for frontend development of EMQX, and also a developer and maintainer of MQTTX. Introduction With the rapid development of IoT technology, interaction between people and devices, as well as between devices, has become easier. However, achieving more natural, efficient, and intelligent interactions has become a … Read more

Tips for High-Scale MQTT Messaging with EMQ

Tips for High-Scale MQTT Messaging with EMQ

If the number of devices reaches one million, the database will have to handle two million authentication records, which will significantly affect the database’s performance. Is there a batch way to define ACL authentication? 1. ACL Authentication Rules Under normal business usage, the behavior of clients can be restricted using ACL. For example, Client A … Read more

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

MQTT Over QUIC: The Next-Gen IoT Messaging Protocol

MQTT Over QUIC: The Next-Gen IoT Messaging Protocol

Why MQTT over QUIC is the next generation standard protocol for IoT messaging and how it will empower IoT scenarios. What is the QUIC Protocol? QUIC (Quick UDP Internet Connections) is a transport layer protocol developed by Google that is based on the User Datagram Protocol (UDP), designed to improve the speed and reliability of … Read more

Comparison of MQTT and SOM/IP Communication Protocols

Comparison of MQTT and SOM/IP Communication Protocols

[Background] During the discussion of a control command, we proposed to use the SOME/IP protocol, but the other party suddenly suggested using the MQTT protocol for transmission. This proposal was something we had not encountered before, which left us a bit confused. Therefore, classmate Jiahui conducted an investigation and comparison of the two protocols and … 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

Introduction to MQTT Protocol: Essential for IoT Enthusiasts

Introduction to MQTT Protocol: Essential for IoT Enthusiasts

Follow the IoT Planet to track IoT dynamics! “IoT Planet” aligns with global industry trends, focusing on the integration of IoT and industry, and sharing technologies and applications related to IoT. 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 … Read more

MQTT vs CoAP: A Comparison of IoT Protocols

MQTT vs CoAP: A Comparison of IoT Protocols

IoT Communication Protocols Communication protocols can be considered a language, allowing two or more devices to communicate with each other. Just like there are rules for any system, communication protocols also follow a set of rules to pass meaningful information between devices. Communication protocols are crucial in distributed systems, where different parts of the same … Read more