ESP32MQTTClient
ESP32MQTTClient copied to clipboard
A thread-safe MQTT client for Arduino ESP32xx, based on ESP-IDF MQTT component. | Need help for adapting the latest mqtt component.
ESP32MQTTClient
A thread-safe MQTT client for Arduino ESP32xx.
About next branch
Part of mqtt component has been changed in ESP-IDF v5.1. The encapsulation needs to be modified, otherwise it cannot be compiled. Refer to compiling error and latest mqtt_client.h.
Features🦄
- Encapsulated thread-safe MQTT client of ESP-IDF.
- Interfaces design inspired by EspMQTTClient.
- CA cert support by dwolshin.