mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-14 21:59:00 +00:00
970 B
970 B
RainMaker App Network Component
A network connectivity helper component for ESP RainMaker applications that provides unified WiFi and Thread networking functionality.
Features
- WiFi Management: Easy WiFi connection and configuration
- Thread Support: Thread network connectivity for mesh applications
- Unified API: Single interface for different network protocols
- ESP RainMaker Integration: Seamless integration with RainMaker framework
Usage
Include this component in your ESP-IDF project to add network connectivity capabilities to your ESP RainMaker application.
#include "app_network.h"
// Initialize network
app_network_init();
...
...
app_network_start(POP_TYPE_RANDOM)
Requirements
- ESP-IDF 5.1 or later
- ESP RainMaker framework