Understanding HTTP/2 and Practical Implementation in Go

Understanding HTTP/2 and Practical Implementation in Go

After understanding the content of the previous article on net/rpc (From net/rpc in Go applications to gRPC), it is now time to delve into HTTP/2, which is the foundation of the gRPC protocol. A Guide to the Principles of HTTP/2 and Practical Implementation in Go This article focuses on theoretical explanations, and the content will … Read more

Setting Up an MQTT Testing Environment (Part 2)

Setting Up an MQTT Testing Environment (Part 2)

Recently, I have been testing the integration of Mobotix cameras with HomeAssistant. Through testing, I found that the Mobotix camera images can be successfully integrated into HomeAssistant via the Onvif protocol or RTSP. So how can the alarm signals from the Mobotix camera be integrated into HA? Since the Mobotix camera supports the MQTT protocol, … Read more

Comparison of Advantages and Disadvantages of MQTT and Modbus

Comparison of Advantages and Disadvantages of MQTT and Modbus

Click 👆 aboveFollowEngineer Yan Ji and ★ Star ★. MQTT and Modbus are two protocols that are indispensable in the Internet of Things (IoT), covering 98% of the products on the market. MQTT was released by IBM in 1999. In 2014, MQTT became a standard of OASIS (Organization for the Advancement of Structured Information Standards) … Read more

In-Depth Analysis of MQTT: Providing Real-Time and Reliable Messaging Services

In-Depth Analysis of MQTT: Providing Real-Time and Reliable Messaging Services

In previous articles, such as the “Aizhi Wish Tree from 0 to Perfection Series” and the communication methods between Raspberry Pi and EdgerOS, we often mentioned a “lightweight” communication protocol, which is MQTT. This article will guide everyone to understand the general content of MQTT and the MQTT module of JSRE.1Introduction to MQTT01Advantages of MQTTMQTT … Read more

MQTT and WebSocket: The Collision and Fusion of Two Communication Methods

MQTT and WebSocket: The Collision and Fusion of Two Communication Methods

Note: Please be aware that there is a resource download method at the end of the article. Please download and save it as soon as possible to avoid deletion! MQTT and WebSocket: The Collision and Fusion of Two Communication Methods In the world of the Internet of Things (IoT), data transmission is core. When it … Read more

Understanding MQTT: A Lightweight Protocol for IoT Communication

Understanding MQTT: A Lightweight Protocol for IoT Communication

Note: Please be aware that there is a resource download method at the end of the article. Please download and save it as soon as possible to avoid deletion! MQTT IoT Platform In the world of the Internet of Things (IoT), the choice of communication protocol is crucial. Today, we will discuss a very popular … Read more

MQTT + AI Live Stream Review: A New Paradigm for Efficient Development and Intelligent Operations

MQTT + AI Live Stream Review: A New Paradigm for Efficient Development and Intelligent Operations

On March 20, EMQ presented a theme of “MQTT + AI: A New Paradigm for Efficient Development and Intelligent Operations” through in-depth technical sharing and scenario-based demonstrations, showcasing innovative paths for IoT development and operations to developers and enterprises.Reply with “0320” in the public account backend to download the sharing materials for free.This live stream … Read more

Differences Between MQTT and HTTP Protocols

Differences Between MQTT and HTTP Protocols

Note: Please be aware that there is a resource download method at the end of the article. Please download and save it as soon as possible to avoid deletion! Differences Between MQTT and HTTP Protocols In the field of the Internet of Things (IoT), the choice of communication protocol is crucial. Today, let’s discuss the … Read more

In-Depth Analysis of the MQTT Protocol: Fixed Header, Variable Header, and Payload

In-Depth Analysis of the MQTT Protocol: Fixed Header, Variable Header, and Payload

Introduction MQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol widely used in the Internet of Things (IoT), mobile applications, and other fields. It is based on a publish/subscribe model, providing an efficient messaging mechanism. This article will provide a detailed analysis of the fixed header, variable header, and payload in the MQTT protocol, … Read more