
MQTT component for esp-idf projects based on the lwmqtt library
The esp-mqtt is a MQTT component for esp-idf projects based on the lwmqtt library. It provides a simple async API similar to other esp networking components and supports secure connections using the mbedTLS library.
The esp-mqtt component is a MQTT client for esp-idf projects that simplifies network communication with its async API and support for secure connections using the mbedTLS library. It can be easily installed by adding it as a git submodule and configuring the necessary options in the sdkconfig file.
