Overview of AsyncMqttClient features
developAsyncMqttClient is an asynchronous MQTT client implementation designed for ESP8266 and ESP32 microcontrollers. It is built on top of ESPAsyncTCP (for ESP8266) or AsyncTCP (for ESP32).
Key capabilities include:
- Protocol Compliance: Fully compliant with MQTT version 3.1.1.
- Asynchronous Operation: Non-blocking execution for better performance in embedded environments.
- Quality of Service (QoS): Supports QoS 0, 1, and 2 for both
subscribeandpublishoperations. - Security: Supports SSL/TLS for encrypted communications.