2 Repos
Support for communicating with brokers using either MQTT v3.1.1 or v5.0 protocol specifications.
Distinct from Protocol Version Selectors: Distinct from Protocol Version Selectors: focuses on MQTT-specific protocol versions, not HTTP protocol version selection.
Explore 2 awesome GitHub repositories matching networking & communication · MQTT Protocol Versions. Refine with filters or upvote what's useful.
This project provides a technical specification and reference manual for the MQTT 3.1.1 standard, serving as a translated Chinese guide for implementing this lightweight IoT messaging protocol in resource-constrained device networks. The documentation covers the fundamental mechanisms of the publish-subscribe model, including topic-based routing with wildcard filtering, retained message storage, and the configuration of last will and testament messages. It details the protocol's approach to reliability through various quality of service levels, ranging from single-level acknowledgments to exa
Provides a detailed reference manual covering packet formats, QoS levels, and connection handshakes for MQTT.
MQTTX is a cross-platform MQTT client application designed for testing, debugging, and managing MQTT brokers. It supports both MQTT v3.1.1 and v5.0, enables simultaneous management of multiple broker connections, and provides an interactive chat-style interface for publishing and subscribing with configurable quality of service, payload transformation, and topic visualization. The client can be used as a desktop application, a command-line tool, or a self-hosted web client deployable via Docker. What sets MQTTX apart is its integration of AI-assisted workflows, allowing users to generate MQTT
Automatically selects MQTT v3.1.1 or v5.0 based on broker capabilities, adapting session features and property handling accordingly.