Page 1 of 1

MQTT support in latest ESP32 SDK

Posted: Mon Jul 09, 2018 7:45 am
by xiangcheng
Hi boss, I'm adding mqtt feature in ESP32 SDK but found some compatible issues when using it with mosquitto server. Does anyone know which version of esp-mqtt is good enough to use in customer's project? Now I am using https://github.com/tuanpmt/esp32-mqtt

thanks a lot.

Re: MQTT support in latest ESP32 SDK

Posted: Mon Jul 09, 2018 10:43 am
by Nespressif
Hi, You can try this one.
https://github.com/256dpi/esp-mqtt
Greeting

Re: MQTT support in latest ESP32 SDK

Posted: Thu Jul 12, 2018 10:15 am
by xiangcheng
Nespressif wrote:Hi, You can try this one.
https://github.com/256dpi/esp-mqtt
Greeting
Thanks a lot. Would you please tell me if this MQTT client version match with mosquitto? Which MQTT server do you recommend to use for testing? I'm porting it on my SDK but not ready for test yet.

Re: MQTT support in latest ESP32 SDK

Posted: Thu Jul 12, 2018 11:31 am
by papaluna
Thanks a lot. Would you please tell me if this MQTT client version match with mosquitto? Which MQTT server do you recommend to use for testing? I'm porting it on my SDK but not ready for test yet.
The library works fine with the latest Mosquitto V1.4.14