async-mqtt-client icon indicating copy to clipboard operation
async-mqtt-client copied to clipboard

📶 An Arduino for ESP8266 asynchronous MQTT client implementation

Results 51 async-mqtt-client issues
Sort by recently updated
recently updated
newest added

Sorry, I am totally new at this... I need to monitor and collect timestamp data when some machine sends ON signal. ESP8266 with AsyncMqttClient lib. is attached to machine and...

stale

im a little bit stuck. So i made a webserver where i can put in all the variables, who are then saved with spiffs in the flash (in case of...

stale

I'm porting my app from ESP8266 to ESP32. When I enable SSL the compiler tells me "tcp_axtls.h: No such file or directory". Is that due to the fact that me-no-dev/AsyncTCP...

enhancement
help wanted

Hey I tried setting the build flag to `build_flags = -DASYNC_TCP_SSL_ENABLED=ASYNC_TCP_SSL_ENABLED` and replaced the AsyncTCP library with [TLS supported version](https://github.com/fremouw/AsyncTCP/tree/mbed-tls) but still I am getting the error `class AsyncMqttClient' has...

question

I am struggling with a project that has things (ESP8266 as clients) communicating to VerneMQ running on a DigitalOcean droplet. We have about 200 things at different locations sending about...

stale

Hello, How feasible would it be to add mqtt support over websocket ? for instance using https://github.com/Links2004/arduinoWebSockets which has asynctcp support. Would it integrate well with homie ? Has anyone...

enhancement
help wanted

I tried this library async-mqtt-client-develop but there is an issue want to know how to solve: -1 wifi network is available but internet connection lost so how to reconnect to...

Hi there, I would like to use your code for my SmarthHome, runs great so far, unfortunately I can't get a connection to the broker when I use User +...

hi there, i noticed a closed issue here (https://github.com/me-no-dev/AsyncTCP/issues/54) that's exactly what i got on my esp32 board. everything it's up to date (every lib, sdk, etc) via platformio. i...

A lot of users seem to have problems to handle MQTT payloads. I was thinking to create a separate file with some helper classes. I'm reluctant to implement this behaviour...

enhancement