Page 1 of 1

Recommended MQTT Client

Posted: Tue Apr 04, 2023 4:39 pm
by spadespwnz
Hey,

I'm looking for suggestions on the recommended MQTT client to use.

I see there are a few options:
https://github.com/espressif/esp-aws-iot
https://github.com/espressif/esp-mqtt (from esp-idf component)
https://github.com/espressif/aws-iot-de ... embedded-C

Or are there any other I should consider?

Thanks

Re: Recommended MQTT Client

Posted: Wed Apr 05, 2023 7:23 am
by bidrohini
All of the MQTT clients you listed are valid options for use with ESP32-based projects.If you are planning to use a different MQTT broker or want a more general-purpose MQTT client, then the esp-mqtt component would be a good choice. It is lightweight and easy to use, and supports all of the essential MQTT features.