mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 05:07:07 +00:00
Provisioning Application Examples
This primarily consists of two examples wifi_prov
and thread_prov
.
-
wifi_prov Abstracts out most of the complexity of Wi-Fi provisioning and allows easy switching between the SoftAP (using HTTP) and BLE transports. It also demonstrates how applications can register and use additional custom data endpoints.
-
thread_prov Abstracts out most of the complexity of Thread provisioning over BLE transport. It also demonstrates how applications can register and use additional custom data endpoints.
Provisioning applications are available for Linux / Windows / macOS
platform as esp_prov.py
script