[Info] MQTT Eclipse Paho client component
Posted: Fri Jan 20, 2017 3:59 am
We are awash in excellent MQTT clients for ESP32 (as it should be). Here is yet another for the mix. The Eclipse Paho project provides an embedded-C client component that can be found here:
https://github.com/eclipse/paho.mqtt.embedded-c
I downloaded this and with minor tweaks got it working on ESP32 with no significant issues. I tested against a Linux hosted MQTT Mosquitto broker and it seems to be working just fine. Here is a link to the port to ESP32 with a sample ...
https://github.com/nkolban/esp32-snippe ... embedded_c
Again, let me stress that the changes from the original Github project were minor.
https://github.com/eclipse/paho.mqtt.embedded-c
I downloaded this and with minor tweaks got it working on ESP32 with no significant issues. I tested against a Linux hosted MQTT Mosquitto broker and it seems to be working just fine. Here is a link to the port to ESP32 with a sample ...
https://github.com/nkolban/esp32-snippe ... embedded_c
Again, let me stress that the changes from the original Github project were minor.