MQTT Client Tools Overview

MQTT Client Tools Overview

Software Name: MQTT Explorer & MQTTX Software Language: Simplified Chinese Software Size: 71M System Requirements: Windows 10 or higher, 64-bit operating system. Hardware Requirements: CPU @2+GHz, RAM @4G or higher Download Link: Follow the public account and send the keyword “MQTT” in the chat box In the rapidly evolving era of the Internet of Things … Read more

ESP32-BLE2MQTT: Seamlessly Connect Your BLE Devices to the IoT World

ESP32-BLE2MQTT: Seamlessly Connect Your BLE Devices to the IoT World

ESP32-BLE2MQTT is a powerful tool that seamlessly connects your BLE devices to the MQTT message queue, enabling convenient IoT data transmission and control. It is developed based on the ESP32 chip and built using ESP-IDF v5.2.1, providing a stable and reliable bridge for your IoT projects. The core features of ESP32-BLE2MQTT: 1. Bidirectional Communication: ESP32-BLE2MQTT … Read more

Authorization in MQTT: Managing Access to MQTT Messages with ACL

Authorization in MQTT: Managing Access to MQTT Messages with ACL

Authorization is a security mechanism that determines whether to allow users, devices, or applications to access specific resources, operations, or information based on their identity and permissions. In computer systems, networks, web applications, and other environments that require protection of sensitive data and resources, authorization is a key measure for ensuring security and implementing access … Read more

Practical Implementation of MQTT over lwIP: A Combination of IoT Protocols

Practical Implementation of MQTT over lwIP: A Combination of IoT Protocols

MQTT, as a lightweight publish/subscribe messaging protocol, provides real-time and reliable messaging services for resource-constrained IoT devices in low bandwidth, high latency, or unstable network environments. lwIP, as a similarly lightweight TCP/IP protocol implementation, minimizes the use of hardware resources, especially memory, while providing complete TCP/IP functionality, making lwIP very suitable for small embedded systems. … Read more

Audio and Video Call Program Based on RK3568/RK3588/Allwinner H3/Feteng Chips with Low Latency

Audio and Video Call Program Based on RK3568/RK3588/Allwinner H3/Feteng Chips with Low Latency

1. Introduction Recently, several requests have come in for audio and video calling solutions. Many people choose to use WebRTC, which is indeed a good option, but it has too many dependencies and a large amount of related component code, making development difficult. Therefore, we ultimately opted for our own solution, which involves streaming and … Read more

Who Says PLC Can’t Directly Connect to MQTT?

Who Says PLC Can't Directly Connect to MQTT?

Free for commercial use! A low-code visual development platform for industrial web with over 1500 components. Bookmark!!! Is this all about PLC communication? Industrial islands? Connect Modbus and MQTT in one minute. With the rapid development of the Industrial Internet of Things (IoT), real-time data communication between devices has become particularly important. MQTT, as a … Read more

Introduction to C++ Graphical User Interface Development

Introduction to C++ Graphical User Interface Development

Introduction to C++ Graphical User Interface Development A graphical user interface (GUI) is an essential component of modern software applications. C++, as a powerful programming language, offers various libraries and frameworks to assist developers in creating graphical user interfaces. In this article, we will introduce how to use the Qt framework for C++ GUI development … Read more

How to Choose the Right IoT Communication Protocol: MQTT, CoAP, AMQP, REST/HTTP, JMS, XMPP & DDS

How to Choose the Right IoT Communication Protocol: MQTT, CoAP, AMQP, REST/HTTP, JMS, XMPP & DDS

Recently, we have been discussing the MQTT IoT communication protocol. However, in reality, there are more than just MQTT in the realm of IoT communication protocols. In the field of Industrial IoT (IIoT), OPC UA and MQTT are more commonly involved and applied. Therefore, in this article, we will briefly introduce several other IoT protocols … Read more

In-Depth Analysis of MQTT Protocol: A Lightweight Solution for IoT Communication

In-Depth Analysis of MQTT Protocol: A Lightweight Solution for IoT Communication

In-Depth Analysis of MQTT Protocol: A Lightweight Solution for IoT Communication Introduction In the rapidly evolving world of the Internet of Things (IoT), efficient and reliable communication between devices has become crucial. MQTT (Message Queuing Telemetry Transport), as a lightweight publish/subscribe protocol, has become the preferred solution for IoT communication. This article will delve into … Read more

The Past and Present of MQTT: An IoT Protocol

The Past and Present of MQTT: An IoT Protocol

The previous article introduced MQTT, but it felt like something was missing, so here is a complete overview. The Origin of MQTT Background: In the late 1990s, polling mechanisms were commonly used in the industrial control field to collect device data, but this method was inefficient and placed a high load on the network. At … Read more