awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesMQTT Protocol Versions

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.

Awesome MQTT Protocol Versions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mcxiaoke/mqttAvatar von mcxiaoke

    mcxiaoke/mqtt

    5,195Auf GitHub ansehen↗

    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.

    Rich Text Formatmqtt
    Auf GitHub ansehen↗5,195
  • emqx/mqttxAvatar von emqx

    emqx/MQTTX

    4,802Auf GitHub ansehen↗

    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.

    TypeScriptclicross-platformelectron
    Auf GitHub ansehen↗4,802
  1. Home
  2. Networking & Communication
  3. HTTP Protocols
  4. Protocol Version Selectors
  5. MQTT Protocol Versions

Unter-Tags erkunden

  • Automatic Version SelectorsAutomatically 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.