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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Bibliothèques clientes MQTT pour l'IoT

Classement mis à jour le 30 juin 2026

For bibliothèque client MQTT pour appareils IoT, the strongest matches are eclipse/paho.mqtt.embedded-c (Eclipse Paho's embedded C/C++ MQTT client library is purpose-built), peterhinch/micropython-mqtt (peterhinch/micropython-mqtt is a lightweight MQTT client library designed for) and andrewmk/umqtt (umqtt is a lightweight MQTT client for MicroPython on). chrismoorhouse/micropython-mqtt and warmcat/libwebsockets round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Bibliothèques de messagerie légères pour implémenter le protocole MQTT dans des applications IoT sur des appareils aux ressources limitées.

Bibliothèques clientes MQTT pour l'IoT

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • eclipse/paho.mqtt.embedded-cAvatar de eclipse

    eclipse/paho.mqtt.embedded-c

    1,527Voir sur GitHub↗

    This repository contains the source code for the Eclipse Paho MQTT C/C++ client library for Embedded platorms.

    Eclipse Paho's embedded C/C++ MQTT client library is purpose-built for resource-constrained IoT devices, providing a lightweight implementation that supports MQTT 3.1.1 and 5 with TLS and minimal dependencies — exactly what this search requires.

    CCommunication Protocols
    Voir sur GitHub↗1,527
  • peterhinch/micropython-mqttAvatar de peterhinch

    peterhinch/micropython-mqtt

    685Voir sur GitHub↗

    MQTT is an easily used networking protocol designed for IOT (internet of things) applications. It is well suited for controlling hardware devices and for reading sensors across a local network or the internet.

    peterhinch/micropython-mqtt is a lightweight MQTT client library designed for MicroPython on IoT devices, so it fits the embedded space, but it is implemented in Python rather than C or C++ as requested.

    PythonMQTT Clients
    Voir sur GitHub↗685
  • andrewmk/umqttAvatar de andrewmk

    andrewmk/uMQTT

    9Voir sur GitHub↗

    MQTT publish for micropython on the WiPy board.

    umqtt is a lightweight MQTT client for MicroPython on embedded devices, fitting the category of an MQTT client library for IoT but implemented in Python rather than the preferred C/C++ and tailored to a specific board.

    JavaScriptMQTT Clients
    Voir sur GitHub↗9
  • chrismoorhouse/micropython-mqttAvatar de chrismoorhouse

    chrismoorhouse/micropython-mqtt

    41Voir sur GitHub↗

    Async MQTT client library with auto reconnect for MicroPython devices such as the ESP32 or Pycom devices

    This is an asynchronous MQTT client library for MicroPython devices like the ESP32, making it a genuine MQTT client for resource-constrained IoT, but it is written in Python rather than C/C++ as typically preferred.

    PythonMQTT Clients
    Voir sur GitHub↗41
  • warmcat/libwebsocketsAvatar de warmcat

    warmcat/libwebsockets

    5,296Voir sur GitHub↗

    libwebsockets is an event-driven networking framework written in C. It provides a suite of tools for implementing HTTP servers and clients, WebSocket bidirectional communication, MQTT client messaging, and TLS-enabled socket encryption. The project distinguishes itself through a non-blocking event-loop architecture capable of scaling to high connection volumes by distributing network sessions across multiple service threads. It uses a protocol-based callback system and a pluggable event loop integration that allows the networking core to synchronize with external system event libraries. The

    libwebsockets is an event-driven C networking framework that includes MQTT client messaging with TLS support, making it a viable choice for embedded/IoT devices, though its broader scope means it is not as minimal as a dedicated MQTT client library.

    CBidirectional WebSocket StreamingEvent-Driven NetworkingClient Implementations
    Voir sur GitHub↗5,296
  • tuanpmt/esp_mqttAvatar de tuanpmt

    tuanpmt/esp_mqtt

    1,169Voir sur GitHub↗

    This library is an MQTT client implementation designed for resource-constrained embedded systems, specifically targeting ESP8266 microcontrollers. It provides a framework for establishing persistent network connections to exchange data with remote messaging brokers, enabling reliable communication for IoT devices. The library distinguishes itself through its ability to maintain simultaneous connections to multiple independent messaging brokers, facilitating complex data routing across distributed environments. It utilizes a state-machine approach to manage connection lifecycles, including aut

    This library is a lightweight MQTT client written in C specifically for ESP8266 IoT modules, fitting the target of resource-constrained devices and your language requirement, though its hardware-specific design limits broader platform use.

    CMQTT ClientsMQTT Messaging IntegrationsCallback-Based Event Dispatchers
    Voir sur GitHub↗1,169
  • eclipse-paho/paho.mqtt.javaAvatar de eclipse-paho

    eclipse-paho/paho.mqtt.java

    2,293Voir sur 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

    This is a Java MQTT client library from Eclipse Paho, so it fits the MQTT client library category, but it is not implemented in C or C++ and is not suited for resource-constrained embedded devices.

    JavaMQTT ClientsMQTT Messaging IntegrationsTopic Subscription Management
    Voir sur GitHub↗2,293
  • 256dpi/arduino-mqttAvatar de 256dpi

    256dpi/arduino-mqtt

    1,093Voir sur GitHub↗

    This library is an Arduino-compatible client for the messaging protocol designed for resource-constrained embedded systems. It provides a messaging interface that enables microcontrollers to establish persistent connections with brokers to exchange data and control signals. The library distinguishes itself through a focus on predictable resource usage, utilizing manual memory buffer management and a state-machine approach to handle connection persistence and automatic reconnections. It operates on a stream-oriented network abstraction, allowing it to interface with various hardware transport

    This is an MQTT client library written in C specifically for Arduino, which makes it the right kind of lightweight embedded/IoT tool you are after, though the brief description leaves several desired features (like MQTT 5, TLS, and IPv6 support) unconfirmed.

    CArduinoFixed Memory BuffersMQTT Broker Connections
    Voir sur GitHub↗1,093
  • eclipse-paho/paho.mqtt.cAvatar de eclipse-paho

    eclipse-paho/paho.mqtt.c

    2,323Voir sur 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

    This is Eclipse Paho's C MQTT client library, a well-known and widely used implementation that supports MQTT 3.1.1 and 5, runs on multiple platforms, and includes TLS — making it a solid, standard fit for embedded/IoT devices.

    CC Libraries
    Voir sur GitHub↗2,323

Related searches

  • an open source platform for managing IoT
  • une bibliothèque client MCP pour développeurs d'applications
  • a lightweight javascript library for websockets
  • an open source framework for home automation
  • a lightweight library for Java WebSockets
  • une bibliothèque WebSocket pour serveurs temps réel en Go
  • a php library for building websocket servers
  • un client IRC pour terminal et navigateur