Open Source Cloud-Native Distributed MQTT Broker Server

Open Source Cloud-Native Distributed MQTT Broker Server

Distributed MQTT Broker Server The distributed MQTT Broker server is a message broker based on the publish/subscribe model. It supports load balancing and data synchronization across multiple nodes to provide high availability and scalability for MQTT messaging services. Here is a detailed explanation of the distributed MQTT Broker server: 1. Definition and Functionality Definition: The … Read more

Introduction to MQTT Protocol Concepts

Introduction to MQTT Protocol Concepts

Background From this chapter onwards, unless otherwise specified, the version of MQTT referred to in this article is 3.1.1. The MQTT protocol is one of the commonly used protocols in the Internet of Things, known as a “lightweight IoT messaging protocol”. MQTT and HTTP both belong to the seventh layer (application layer). For friends who … Read more

Can Message Bus Guarantee Idempotency?

Can Message Bus Guarantee Idempotency?

1. Introduction As described in “Message Bus Guarantees Message Delivery”, the core architectural design of MQ message delivery has two main points: (1) Message Persistence (2) Message Timeout, Retransmission, Acknowledgment Upon reviewing the core architecture of the message bus, it consists of four main components: Sender, Server, Persistent Storage, Receiver. To ensure message reachability, the … Read more

What Is MQTT? A Detailed Explanation of MQTT Protocol in IoT

What Is MQTT? A Detailed Explanation of MQTT Protocol in IoT

Old Jun is currently engaged in the Internet of Things industry and has a certain understanding of MQTT. This article briefly describes what MQTT is and how to use it. What Is MQTT The Internet of Things (IoT) and machine-to-machine (M2M) communication have had a lasting impact on how we interact with technology. By the … Read more

In-Depth Guide to Best IoT Protocol MQTT

In-Depth Guide to Best IoT Protocol MQTT

Table of Contents What is MQTT? MQTT Platform Use Cases Why is MQTT the Best Protocol for IoT? How Does MQTT Work? MQTT Workflow This article will demonstrate how to get started with the MQTT protocol through code examples. IoT and MQTT beginners can understand the concepts related to MQTT and quickly start developing MQTT … Read more

Understanding the MQTT Protocol

Understanding the MQTT Protocol

The MQTT protocol, which stands for Message Queuing Telemetry Transport, is a lightweight messaging protocol based on the publish/subscribe model, designed for the Internet of Things. Here’s a detailed introduction: Protocol Basics Protocol Overview: MQTT was originally developed by IBM to provide a simple and efficient messaging communication method for resource-constrained devices and low-bandwidth, high-latency … Read more

Understanding Industrial Internet and IoT Differences

Understanding Industrial Internet and IoT Differences

Many people confuse and cannot articulate the differences because they do not understand the three spheres involved: R&D, Production, and Equipment. Discussing each sphere one by one makes things clearer. (1) R&D 1. PLM (Recommended focus for Chinese enterprise software vendors in this field) 1. R&D project engineering management (projects, plans, tasks, changes, cost accounting) … 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

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

Why MQTT Is The Best Network Protocol For IoT

Why MQTT Is The Best Network Protocol For IoT

IoT (Internet of Things) devices must connect to the internet. By connecting to the internet, devices can collaborate with each other and work with backend services. The foundational network protocol of the internet is TCP/IP. MQTT (Message Queuing Telemetry Transport) is built on the TCP/IP protocol stack and has become the standard for IoT communication. … Read more