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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mqtt avatar

mqtt/mqtt.org

0
View on GitHub↗
5,124 stars·931 forks·SCSS·21 viewsmqtt.org↗

Mqtt.org

This project is the official documentation site and communication standard portal for the MQTT messaging protocol. It serves as a central hub for technical specifications and implementation guidelines designed for lightweight messaging in internet-of-things environments.

The site is implemented as a static website, utilizing static site generation and markdown-based content authoring to distribute protocol specifications and technical standards.

The resources cover a broad range of industrial messaging and connectivity capabilities, including publish-subscribe routing, quality-of-service delivery guarantees, and session-based state persistence. It also provides documentation on secure data transport using TLS encryption and strategies for managing massive device scaling and resource-constrained hardware.

Features

  • Protocol Specifications - Provides the official technical documents defining the rules, packet formats, and behaviors of the MQTT protocol.
  • Connectivity And IoT Networks - Enables low-power hardware to communicate over unreliable or bandwidth-limited links using lightweight protocols.
  • Device Management - The project maintains stable communication between remote hardware and central systems to ensure reliable data flow across industrial environments.
  • Resource-Constrained Device Support - The project uses minimal memory and small message headers to facilitate communication on microcontrollers and low-bandwidth networks.
  • Protocol Standards - Provides the official standards required to ensure compatible communication between different MQTT devices and servers.
  • Message Delivery Guarantees - Ensures reliable message transmission through explicit acknowledgments and delivery guarantees.
  • Protocol Documentation Portals - Serves as the official central hub for the technical specifications and implementation guidelines of the MQTT protocol.
  • Publish-Subscribe Routing - Implements a publish-subscribe routing model to decouple message senders from receivers using a central broker.
  • Publish-Subscribe Systems - Implements a publish-subscribe architecture that decouples senders and receivers via a central broker and topic strings.
  • Reliability Levels - Provides varying quality-of-service levels to balance delivery reliability and network overhead.
  • Transport Layer Security - Secures data transport using TLS encryption and client identity verification to protect sensitive IoT communication.
  • Technical Foundation Standards - Publishes and maintains official normative standards for the implementation of the MQTT communication protocol.
  • Massive Device Scaling - Provides guidelines and specifications for maintaining active network sessions with millions of simultaneous device connections.
  • Message Broker Infrastructure - Provides the architectural patterns for routing and persisting messages between millions of remote sensors and cloud services.
  • Connection and Session Management - Provides mechanisms for tracking and maintaining the lifecycle of active network sessions to handle unstable cellular links.
  • Message Formats - Implements a compact byte-level structure for headers and payloads to minimize bandwidth on constrained hardware.
  • Messaging Session Persistence - Maintains client subscriptions and missed messages on the server to allow seamless reconnection after network failures.
  • MQTT TLS Encryption - Secures network communication by encrypting MQTT traffic using TLS to protect identity and payloads.
  • Transport Layer Encryption - Protects communication between remote hardware and servers using TLS encryption and client identity verification.

Star history

Star history chart for mqtt/mqtt.orgStar history chart for mqtt/mqtt.org

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Mqtt.org

These projects share indexed features with Mqtt.org. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • eclipse-paho/paho.mqtt.ceclipse-paho avatar

    eclipse-paho/paho.mqtt.c

    2,323View on GitHub↗

    This project is a cross-platform C library designed for implementing MQTT messaging in applications. It serves as an asynchronous networking toolkit that enables resource-constrained systems and distributed components to exchange telemetry data and control signals with messaging brokers. The library distinguishes itself through a state-machine-based protocol handler that manages connection lifecycles and persistent session states, ensuring reliable message delivery even during intermittent network connectivity. It utilizes a background thread to manage network operations, allowing application

    Ceclipse-pahoeclipseiotinternet-of-things
    View on GitHub↗2,323
  • nats-io/nats-servernats-io avatar

    nats-io/nats-server

    20,076View on GitHub↗

    NATS Server is a high-performance, lightweight messaging system designed for cloud-native applications, edge computing, and distributed microservices. It functions as a distributed publish-subscribe broker that routes messages using hierarchical, dot-separated subject strings, enabling decoupled communication between services without requiring centralized broker lookups. The system supports core messaging patterns including asynchronous publish-subscribe, request-reply, and load-balanced queue processing. The platform distinguishes itself through a decentralized architecture that eliminates t

    Gocloudcloud-computingcloud-native
    View on GitHub↗20,076
  • mcxiaoke/mqttmcxiaoke avatar

    mcxiaoke/mqtt

    5,195View on GitHub↗

    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

    Rich Text Formatmqtt
    View on GitHub↗5,195
  • eclipse-paho/paho.mqtt.javaeclipse-paho avatar

    eclipse-paho/paho.mqtt.java

    2,293View on GitHub↗

    This project is a Java messaging software development kit designed to facilitate real-time data exchange between applications and message brokers. It functions as an MQTT client library, providing the necessary tools to implement publish-and-subscribe messaging patterns within distributed systems and internet-connected device environments. The library distinguishes itself through its focus on resilient network connectivity and reliable message delivery. It manages persistent connections through internal state machines that handle automatic reconnection and keep-alive heartbeats, ensuring stab

    Javaeclipseiotinternet-of-thingsiot
    View on GitHub↗2,293
Compare all 30 related projects→

Frequently asked questions

What does mqtt/mqtt.org do?

This project is the official documentation site and communication standard portal for the MQTT messaging protocol. It serves as a central hub for technical specifications and implementation guidelines designed for lightweight messaging in internet-of-things environments.

What are the main features of mqtt/mqtt.org?

The main features of mqtt/mqtt.org are: Protocol Specifications, Connectivity And IoT Networks, Device Management, Resource-Constrained Device Support, Protocol Standards, Message Delivery Guarantees, Protocol Documentation Portals, Publish-Subscribe Routing.

Which projects share features with mqtt/mqtt.org?

Projects with overlapping indexed features include: eclipse-paho/paho.mqtt.c — This project is a cross-platform C library designed for implementing MQTT messaging in applications. It serves as an… nats-io/nats-server — NATS Server is a high-performance, lightweight messaging system designed for cloud-native applications, edge… mcxiaoke/mqtt — This project provides a technical specification and reference manual for the MQTT 3.1.1 standard, serving as a… eclipse-paho/paho.mqtt.java — This project is a Java messaging software development kit designed to facilitate real-time data exchange between… emqx/emqx — This project is a high-performance MQTT broker and IoT data platform designed to manage millions of concurrent device… tuanpmt/esp_mqtt — This library is an MQTT client implementation designed for resource-constrained embedded systems, specifically…