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
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
knolleary avatar

knolleary/pubsubclient

0
View on GitHub↗
4,010 Stars·1,506 Forks·C++·MIT·6 Aufrufepubsubclient.knolleary.net↗

Pubsubclient

This project is a lightweight MQTT client library for Arduino boards, specifically designed for embedded systems utilizing an Ethernet Shield. It functions as an embedded messaging client that allows hardware devices to publish and subscribe to topics on a remote message broker.

The library provides core MQTT integration, including broker connection management and the maintenance of server heartbeats. It supports topic-based message publishing and subscription management, enabling the registration of listeners to trigger functions upon message arrival.

The system covers network connection configuration, such as buffer sizes and socket timeouts, alongside client state monitoring to identify failed connection attempts. It implements a non-blocking execution loop to process incoming packets and manage network transport.

Features

  • Arduino MQTT Clients - Provides a lightweight MQTT client implementation specifically for Arduino boards with Ethernet shields.
  • MQTT Broker Connections - Manages TCP connections to MQTT brokers and negotiates protocol versions for messaging.
  • PubSub IoT Messaging - Implements a publish and subscribe messaging pattern for IoT devices to exchange information.
  • Client-to-Client Messaging - Provides a client-side implementation for publish-subscribe communication between hardware devices and brokers.
  • MQTT Clients - Implements the MQTT client protocol for publishing and subscribing to messages via a broker.
  • MQTT Topic Publishing - Enables sending data to specific topics using standard payloads or memory-stored messages.
  • Socket Networking - Establishes a persistent TCP socket connection with a remote MQTT broker via hardware interfaces.
  • Topic Subscription Management - Manages the registration of interests in specific communication topics to receive messages.
  • Non-Blocking Event Loops - Utilizes a non-blocking event loop to process network packets and maintain the MQTT heartbeat.
  • Subject Subscription Filtering - Allows registering interest in MQTT topics using string identifiers to filter incoming data streams.
  • Remote Telemetry Reporting - Enables sending sensor readings from an Ethernet shield to a remote dashboard using MQTT.
  • Physical Hardware Control - Enables triggering physical actions on a microcontroller by sending command messages over MQTT.
  • Connection State Management - Tracks the internal client state to manage reconnections and publishing permissions.
  • Heartbeat Frames - Implements application-level keep-alive heartbeats to maintain persistent connections with the MQTT broker.
  • Callback-Based Event Dispatchers - Provides a system to route incoming MQTT messages to application-defined callback functions.
  • MQTT Libraries and Brokers - MQTT client for Arduino Ethernet Shield.

Star-Verlauf

Star-Verlauf für knolleary/pubsubclientStar-Verlauf für knolleary/pubsubclient

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Pubsubclient

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Pubsubclient.
  • 256dpi/arduino-mqttAvatar von 256dpi

    256dpi/arduino-mqtt

    1,093Auf GitHub ansehen↗

    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

    Carduinoiotmqtt
    Auf GitHub ansehen↗1,093
  • eclipse-paho/paho.mqtt.javaAvatar von eclipse-paho

    eclipse-paho/paho.mqtt.java

    2,293Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,293
  • eclipse-paho/paho.mqtt.cAvatar von eclipse-paho

    eclipse-paho/paho.mqtt.c

    2,323Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,323
  • warmcat/libwebsocketsAvatar von warmcat

    warmcat/libwebsockets

    5,296Auf GitHub ansehen↗

    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

    C
    Auf GitHub ansehen↗5,296
Alle 30 Alternativen zu Pubsubclient anzeigen→

Häufig gestellte Fragen

Was macht knolleary/pubsubclient?

This project is a lightweight MQTT client library for Arduino boards, specifically designed for embedded systems utilizing an Ethernet Shield. It functions as an embedded messaging client that allows hardware devices to publish and subscribe to topics on a remote message broker.

Was sind die Hauptfunktionen von knolleary/pubsubclient?

Die Hauptfunktionen von knolleary/pubsubclient sind: Arduino MQTT Clients, MQTT Broker Connections, PubSub IoT Messaging, Client-to-Client Messaging, MQTT Clients, MQTT Topic Publishing, Socket Networking, Topic Subscription Management.

Welche Open-Source-Alternativen gibt es zu knolleary/pubsubclient?

Open-Source-Alternativen zu knolleary/pubsubclient sind unter anderem: 256dpi/arduino-mqtt — This library is an Arduino-compatible client for the messaging protocol designed for resource-constrained embedded… eclipse-paho/paho.mqtt.java — This project is a Java messaging software development kit designed to facilitate real-time data exchange between… eclipse-paho/paho.mqtt.c — This project is a cross-platform C library designed for implementing MQTT messaging in applications. It serves as an… warmcat/libwebsockets — libwebsockets is an event-driven networking framework written in C. It provides a suite of tools for implementing HTTP… tuanpmt/esp_mqtt — This library is an MQTT client implementation designed for resource-constrained embedded systems, specifically… emqx/mqttx — MQTTX is a cross-platform MQTT client application designed for testing, debugging, and managing MQTT brokers. It…