# ESP32MQTTClient **Repository Path**: xwillin/ESP32MQTTClient ## Basic Information - **Project Name**: ESP32MQTTClient - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-27 - **Last Updated**: 2025-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ESP32MQTTClient [![main CI](https://github.com/cyijun/ESP32MQTTClient/actions/workflows/ci4main.yml/badge.svg?branch=main)](https://github.com/cyijun/ESP32MQTTClient/actions/workflows/ci4main.yml) A thread-safe MQTT client for Arduino ESP32xx. Ready for arduino-esp32 v3+. ## Features🦄 - Encapsulated thread-safe MQTT client of ESP-IDF. - Interfaces design inspired by [EspMQTTClient](https://github.com/plapointe6/EspMQTTClient). - CA cert support by [dwolshin](https://github.com/dwolshin). - Arduino-esp32 v3+ support by [dzungpv](https://github.com/dzungpv).