1 repositorio
Automatically determines and applies the appropriate MQTT protocol version based on broker capability exchange during connection.
Distinct from MQTT Protocol Versions: Distinct from MQTT Protocol Versions (general support for multiple versions) and MQTT Version Detectors (passive detection from CONNECT packet); focuses on active selection via capability negotiation.
Explore 1 awesome GitHub repository matching networking & communication · Automatic Version Selectors. Refine with filters or upvote what's useful.
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.