fouadmess/network_manager

1.0.0-rc01

Pre-release
uploaded 13 hours ago
ESP32 Network Manager component for managing Wi-Fi, MQTT and Ethernet connections.

Readme

# network_manager

## Publishing the Component

To publish this component to the ESP Component Registry, ensure your terminal is inside the component's root directory (where `idf_component.yml` is located) and execute the following sequence:

### Compile and Verify

Before pushing to the registry, always verify that your component compiles successfully. Because `compote` only packages raw source files and does not check for syntax or build errors, compile your isolated test suite first:

```powershell
# Navigate to the test application and trigger a verification build
cd test
idf.py build
cd ..
```

### 1. Authenticate with your Token

Set your active API token for the current terminal session:

```powershell
$env:IDF_COMPONENT_API_TOKEN="6kOij73TmqtFqMwF6KbDdkeoNkmYTFFaoc7Ylqbl-QjBndVSeZSMaDqeZfUm52TyN9ozz9Qcvy7Gsv8CjxFhQA"
```

### Run the Upload Command

Invoke compote to package and push the component:

```PowerShell
compote component upload --namespace messaia --name sys_utils
```

## License

This component is distributed under the MIT License. See component headers for details.

Links

Supports all targets

Maintainer

  • Fouad Messaia <fouad.messaia@gmail.com>
To add this component to your project, run:

idf.py add-dependency "fouadmess/network_manager^1.0.0-rc01"

download archive

Stats

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

Badge

fouadmess/network_manager version: 1.0.0-rc01
|