Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Async-mqtt-client Alternatives
Similar projects and alternatives to async-mqtt-client
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
PJON
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
-
-
ESP32-Rhasspy-Satellite
The repo has implementing an esp32 standalone MQTT audio streamer. Is is desinged to work as a satellite for Rhasspy (https://rhasspy.readthedocs.io/en/latest/). It supports multiple devices
-
EMS-ESP32
ESP32 firmware to read and control EMS and Heatronic compatible equipment such as boilers, thermostats, solar modules, and heat pumps
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
ModuleInterface
Easy config and value sync between IoT modules, database and web pages (by fredilarsen)
-
esphome
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
-
-
-
async-mqtt-client discussion
async-mqtt-client reviews and mentions
-
How can i send qos 1 mqtt messages to aws?
So looking at the docs from the library you mentioned, in the limitations section it mentions that TLS 1.2 is not supported. That is definitely required for connecting to AWS IoT Core.
-
ESPHome: MQTT over Websockets?
Good insight! Thanks for digging into the embedded code. Indeed, the library from which async-mqtt-client was forked has an outstanding issue to add wsMQTT support.
-
Messagebus
Most definitely! I'm using https://github.com/marvinroger/async-mqtt-client this to connect all my esps to a shared message bus.
-
Running Async http server and Async mqtt client same time
#include
-
Help, function calls to some library functions made in callbacks are sometimes getting lost.
https://github.com/marvinroger/async-mqtt-client/blob/master/src/AsyncMqttClient.hpp onMqttPublish() is a callback of type OnPublishUserCallback.
-
Best way to handle push buttons using an I2C expander
Ah. In practice mqtt is lightweight enough of a protocol that it should rarely block long enough to hide a button press. But https://github.com/marvinroger/async-mqtt-client might be what you're looking for.
-
A note from our sponsor - InfluxDB
influxdata.com | 30 Apr 2025
Stats
marvinroger/async-mqtt-client is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of async-mqtt-client is C++.
Popular Comparisons
- async-mqtt-client VS PJON
- async-mqtt-client VS ESP32-Rhasspy-Satellite
- async-mqtt-client VS EMS-ESP32
- async-mqtt-client VS ModuleInterface
- async-mqtt-client VS ESPAsyncTCP
- async-mqtt-client VS esphome
- async-mqtt-client VS esp-dht-mqtt-async
- async-mqtt-client VS uMQTTBroker
- async-mqtt-client VS pgadmin3
- async-mqtt-client VS ESPAsyncWebServer