FreeRTOS CoreMQTT Agent library ported as ESP-IDF component.
Port of the FreeRTOS CoreMQTT Agent library to ESP-IDF as a component. This port is based on the FreeRTOS AWS IOT libraries port
Add the component to your project components directory:
git clone --recursive https://github.com/fdobrovolny/esp-freertos-coremqtt-agent.git
Follow the official FreeRTOS CoreMQTT Agent library documentation to use the library.
You can find examples in the official FreeRTOS coreMQTT-Agent-Demos repository.