|
|
před 3 roky | |
|---|---|---|
| .. | ||
| wifi_prov_mgr | před 3 roky | |
| .build-test-rules.yml | před 3 roky | |
| README.md | před 4 roky | |
This primarily consists of a single unified example wifi_prov_mgr
Provisioning applications are available for various platforms:
The Android and iOS provisioning applications allow the user to configure the device manually or by scanning a QR code. QR codes can be generated by any online QR code generator. QR code payload is encoded with a JSON string containing the device name, proof-of-possession key (if used) and transport type (BLE or softAP), for example:
{"ver":"v1","name":"PROV_000318","pop":"a1000318","transport":"softap"}
The more details about QR code format, you can refer to QR Code Scan.