espressif/rmaker_app_network

1.0.0

Latest
uploaded 1 day ago
Network connectivity helper component for ESP RainMaker applications with WiFi and Thread support

readme

# RainMaker App Network Component

[![Component Registry](https://components.espressif.com/components/espressif/rmaker_app_network/badge.svg)](https://components.espressif.com/components/espressif/rmaker_app_network)

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.

```c
#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

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/rmaker_app_network^1.0.0"

download archive

Stats

  • Archive size
    Archive size ~ 22.36 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espressif/rmaker_app_network version: 1.0.0
|