TOP LEVEL NVS - This component is a wrapper for the ESP-IDF NVS component. - It provides a simple interface for storing and retrieving data from NVS. - It is designed to be used with the ESP-IDF framework. - It is a lightweight and easy to use component that can be used in any ESP-IDF project.
MetricsModule is a C++ class designed for collecting and sending metrics data from an ESP32-based device. The module supports buffering metrics in JSON format and sending them to a specified database URL. It integrates with FreeRTOS for task management and leverages ESP-IDF for network and logging capabilities.
ESP-Brookesia service manager which provides plugin-based lifecycle management, dual communication modes (thread-safe local calls & TCP-based RPC), event pub/sub, and RAII-style service binding.