Search Articles — Sudonull

Search Results

In this project

AI Integration with Smart Home: architecture, MQTT, plugins

https://sudonull.com/ai-integration-with-smart-home-architecture-mqtt-plugins

Practical guide to integrating neural networks with smart home devices. Architecture, communication protocols, implementation in Python. Learn how to turn AI predictions into real actions.

Integration of a vintage display into a smart home | ESP8266 and MQTT

https://sudonull.com/integration-of-a-vintage-display-into-a-smart-home-esp8266-and-mqtt

How to adapt the Wincor Nixdorf BA64-2 cash register display for a smart home. Detailed instructions on modification, firmware, and integration with MQTT. Implement the project over the weekend!

ZS05 with SmartIR: setup in Zigbee2MQTT

https://sudonull.com/zs05-with-smartir-setup-in-zigbee2mqtt

Set up Zigbee IR-controller ZS05 in Home Assistant via Zigbee2MQTT and SmartIR. Correct MQTT topics, code conversion, YAML examples. For middle/senior dev. Start integration now.

From the web

MQTT - The Standard for IoT Messaging

https://mqtt.org/

MQTT is an OASIS standard messaging protocol for the Internet of Things (IoT). It is designed as an extremely lightweight publish/subscribe messaging transport that is ideal for connecting remote …

MQTT - Wikipedia

https://en.wikipedia.org/wiki/MQTT

MQTT is a lightweight, publish–subscribe, machine-to-machine network protocol for message queueing / message queuing services. It is designed for connections with remote locations that have devices …

MQTT Essentials - All The Core Concepts & Basics Explained - HiveMQ

https://www.hivemq.com/mqtt/

MQTT is the most commonly used messaging protocol for the Internet of Things (IoT). MQTT stands for MQ Telemetry Transport. The protocol is a set of rules that defines how IoT devices can publish and …

MQTT 协议快速入门 2025:基础知识和实用教程 - EMQX

https://www.emqx.com/zh/blog/the-easiest-guide-to-getting-started-with-mqtt

Mar 24, 2025 · 本指南将带您深入解析 MQTT 这一专为低带宽、高延迟网络设计的轻量级发布-订阅协议。 我们将系统讲解 MQTT 的基础原理、核心概念和实际应用场景,通过专业洞见与实操案例相结 …

Introduction of Message Queue Telemetry Transport Protocol (MQTT ...

https://www.geeksforgeeks.org/computer-networks/introduction-of-message-queue-telemetry-transport-protocol-mqtt/

Jul 15, 2025 · What is Message Queue Telemetry Transport Protocol (MQTT)? MQTT is a simple, lightweight messaging protocol used to establish communication between multiple devices. It is a …

Mastering MQTT: The Ultimate Beginner's Guide for 2026

https://www.emqx.com/en/blog/the-easiest-guide-to-getting-started-with-mqtt

May 4, 2026 · In the fast-evolving world of IoT, efficient device communication is critical—and MQTT is the protocol that makes it happen. This guide is your deep dive into MQTT, a lightweight, publish …

MQTT Specification

https://mqtt.org/mqtt-specification/

Links to documentation on the MQTT specification and APIs. High quality MQTT logo download.

MQTT协议详解 (完整版)-CSDN博客

https://blog.csdn.net/jackwmj12/article/details/129163012

Feb 22, 2023 · 它具有精简的协议设计,开放的消息协议,以及广泛应用于物联网、M2M通信、消息推送和智能设备等领域。 MQTT协议涉及发布者、订阅者和消息代理(Broker)的角色,以及连接、订阅 …

MQTT Protocol in IoT: Complete Guide with Examples and ... - IoTDunia

https://iotdunia.com/mqtt-protocol-complete-guide/

Jun 1, 2017 · MQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol used in IoT for efficient, real-time communication over low-bandwidth and unstable networks.

MQTTX: Your All-in-one MQTT Client Toolbox

https://mqttx.app/

MQTTX makes developing and testing MQTT applications faster and easier. Offers three convenient versions - Desktop, CLI, and Web - designed to adapt to your preferred work environment, with cross …

Trending Now