MQTT-C
MQTT client
An MQTT client library written in C
A portable MQTT C client for embedded systems and PCs alike.
783 stars
27 watching
274 forks
Language: C
last commit: 6 months ago
Linked from 7 awesome lists
cmqttmqtt-clientportablepublisher-subscribersimple
Related projects:
Repository | Description | Stars |
---|---|---|
mobile-web-messaging/mqttkit | An iOS library that enables event-driven communication over the MQTT 3.1 protocol | 462 |
freertos/coremqtt | A client library implementing the MQTT 3.1.1 specification for low-memory embedded devices | 158 |
256dpi/lwmqtt | An MQTT client implementation optimized for embedded systems with minimal callbacks and compatibility across various operating systems and networks. | 108 |
stefandreyer/codesys-mqtt | An MQTT client library for integrating with CODESYS systems. | 115 |
njh/ruby-mqtt | A Ruby gem implementing the MQTT protocol for publish/subscribe messaging | 544 |
flightonary/moscapsule | An iOS MQTT client framework | 273 |
chrismoorhouse/micropython-mqtt | An MQTT client library with auto reconnect and asynchronous publish/subscribe functionality for MicroPython devices | 34 |
sdeancos/mqtt-client | An MQTT client implementation in Python allowing users to publish and subscribe to MQTT topics. | 17 |
emqx/cocoamqtt | An MQTT client library for iOS and macOS written in Swift | 1,604 |
pasisalenius/lightmqtt | An MQTT client written in Swift to connect to an MQTT server, subscribe and receive messages | 44 |
hivemq/hivemq-mqtt-web-client | A simple web-based MQTT client for publishing and subscribing to messages over WebSocket connections. | 360 |
jeffallen/mqtt | A Go implementation of MQTT clients and servers, with support for load testing. | 817 |
jnguillerme/mqtt.dart | An MQTT client written in Dart for connecting to MQTT brokers and sending/receiving messages over various protocols. | 51 |
redboltz/mqtt_cpp | An MQTT client/server library implemented in C++14 | 438 |
tuanpmt/esp_mqtt | An MQTT client library for ESP8266 microcontrollers, providing a basic implementation of the MQTT protocol. | 1,145 |