Replies: 1 comment 2 replies
-
You have the choice, but this one is up to date and works well with the latest AsyncTCP: https://github.com/bertmelis/espMqttClient Otherwise you have mine: https://github.com/mathieucarbou/MycilaMQTT which is based on the official Espressif esp-idf MQTT lib in the background, so available in Arduino Core 3 and supports also mqtts, SSL, self-signed, etc. That's what I use in all my projects because I do not want to have AsyncTCP handle both MQTT paquets en HTTP paquets: both serves different purposes and a slowdown in request processing could then impact mqtt and vis-versa. Also the official MQTT layer and configurable options of Espressif ESP-IDF is way more rich than what you can find in any lib for Arduino. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Really love this lib, so I am really courious what kind of MQTT libraries are fully compatible with updated, up to date ESPAsyncWebServer?
So far I have used https://github.com/HeMan/async-mqtt-client, but is seems outdated in regards to tcp libs, linked to :
[email protected], and [email protected]
Would be good to have an async mqtt also.
thanks
D
Beta Was this translation helpful? Give feedback.
All reactions