Esp Mqtt

screenshot of Esp Mqtt

MQTT component for esp-idf projects based on the lwmqtt library

Overview:

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.

Features:

  • MQTT component for esp-idf projects
  • Based on the lwmqtt library
  • Simple async API
  • Supports secure connections with mbedTLS library

Summary:

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.