Docs : Provisioning docs and READMEs updated with links to GitHub repositories of Android and iOS apps

This commit is contained in:
Anurag Kar
2018-10-18 13:49:04 +05:30
parent 18684f53ee
commit 2bb669cfbd
6 changed files with 37 additions and 9 deletions

View File

@@ -149,6 +149,10 @@ Various use case implementations can be found as examples under :example:`provis
Provisioning Tools
>>>>>>>>>>>>>>>>>>
A python based provisioning tool is provided under `$IDF_PATH/tools/esp_prov`, intended for use along with the examples under :example:`provisioning`.
Provisioning applications are available for various platforms, along with source code:
For android, a provisioning tool along with source code is available on Github as `esp-idf-provisioning-android <https://github.com/espressif/esp-idf-provisioning-android>`_
* Android : `esp-idf-provisioning-android <https://github.com/espressif/esp-idf-provisioning-android>`_
* iOS : `esp-idf-provisioning-ios <https://github.com/espressif/esp-idf-provisioning-ios>`_
* Linux/MacOS/Windows : :idf:`tools/esp_prov` (a python based command line tool for provisioning)
The phone applications offer simple UI and thus more user centric, while the command line application is useful as a debugging tool for developers.