[WIFI-11729] Add: README info

Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
Dmitry Dunaev
2022-11-29 15:04:02 +03:00
parent db367133a8
commit 4d3ed84e5c

View File

@@ -1,5 +1,10 @@
# OpenWiFi Provisioning # OpenWiFi Provisioning
## OpenAPI
You may get static page with OpenAPI docs generated from the definition on [GitHub Page](https://telecominfraproject.github.io/wlan-cloud-owprov/).
Also you may use [Swagger UI](https://petstore.swagger.io/#/) with OpenAPI definition file raw link (i.e. [latest version file](https://raw.githubusercontent.com/Telecominfraproject/wlan-cloud-owprov/main/openapi/owprov.yaml)) to get interactive docs page.
## Build from source. ## Build from source.
You need: You need:
- https://github.com/pboettch/json-schema-validator.git - https://github.com/pboettch/json-schema-validator.git
@@ -66,4 +71,4 @@ firmware.updater.releaseonly = <true/false>
Should FMS attempt to upgrade devices by default. Should FMS attempt to upgrade devices by default.
### firmware.updater.releaseonly ### firmware.updater.releaseonly
Should only RC software be used during upgrades. Should only RC software be used during upgrades.