diff --git a/.gitbook/assets/screen-shot-2021-07-29-at-3.21.37-pm.png b/.gitbook/assets/screen-shot-2021-07-29-at-3.21.37-pm.png new file mode 100644 index 0000000..7a6c07d Binary files /dev/null and b/.gitbook/assets/screen-shot-2021-07-29-at-3.21.37-pm.png differ diff --git a/.gitbook/assets/screen-shot-2021-07-29-at-3.26.35-pm.png b/.gitbook/assets/screen-shot-2021-07-29-at-3.26.35-pm.png new file mode 100644 index 0000000..e058d1a Binary files /dev/null and b/.gitbook/assets/screen-shot-2021-07-29-at-3.26.35-pm.png differ diff --git a/.gitbook/assets/screen-shot-2021-07-29-at-4.36.31-pm.png b/.gitbook/assets/screen-shot-2021-07-29-at-4.36.31-pm.png new file mode 100644 index 0000000..a8b91a2 Binary files /dev/null and b/.gitbook/assets/screen-shot-2021-07-29-at-4.36.31-pm.png differ diff --git a/.gitbook/assets/screen-shot-2021-07-29-at-4.38.04-pm.png b/.gitbook/assets/screen-shot-2021-07-29-at-4.38.04-pm.png new file mode 100644 index 0000000..786b1cb Binary files /dev/null and b/.gitbook/assets/screen-shot-2021-07-29-at-4.38.04-pm.png differ diff --git a/.gitbook/assets/screen-shot-2021-07-29-at-4.43.57-pm.png b/.gitbook/assets/screen-shot-2021-07-29-at-4.43.57-pm.png new file mode 100644 index 0000000..d5bfe3f Binary files /dev/null and b/.gitbook/assets/screen-shot-2021-07-29-at-4.43.57-pm.png differ diff --git a/.gitbook/assets/screen-shot-2021-07-29-at-4.46.01-pm.png b/.gitbook/assets/screen-shot-2021-07-29-at-4.46.01-pm.png new file mode 100644 index 0000000..21728cb Binary files /dev/null and b/.gitbook/assets/screen-shot-2021-07-29-at-4.46.01-pm.png differ diff --git a/SUMMARY.md b/SUMMARY.md index 0750a40..193c431 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -13,6 +13,7 @@ * [Data Model Introduction](provisioning/data-model-introduction.md) * [Creating a Configuration](provisioning/creating-a-configuration.md) * [User Interface](user-interface/README.md) + * [Firmware](user-interface/firmware.md) * [Devices View](user-interface/devices-view/README.md) * [Commands](user-interface/devices-view/commands.md) * [Statistics](user-interface/statistics.md) diff --git a/user-interface/README.md b/user-interface/README.md index 7535e67..64d0dd2 100644 --- a/user-interface/README.md +++ b/user-interface/README.md @@ -12,6 +12,18 @@ Release 2.0 uses a Single-Page Application \(SPA\) as an example user interface Default username is: **tip@ucentral.com** and password is: **openwifi** +### **Base Navigation** + +A left side navigation menu provides direction to major feature or service settings. + +![Left Navigation](../.gitbook/assets/screen-shot-2021-07-29-at-3.21.37-pm.png) + +### Internationalization + +OpenWiFi 2.0 SDK supports multiple languages. Simply select the desired language from the right drop down for pages to re-populate accordingly. + +![](../.gitbook/assets/screen-shot-2021-07-29-at-3.26.35-pm.png) + ### Devices Upon login the first page presented is a Devices table. This table reflects all discovered and managed devices known by the OpenWiFi SDK. diff --git a/user-interface/firmware.md b/user-interface/firmware.md new file mode 100644 index 0000000..83d63dd --- /dev/null +++ b/user-interface/firmware.md @@ -0,0 +1,28 @@ +--- +description: OpenWiFi 2.0 SDK +--- + +# Firmware + +Firmware management service integrates across all OpenWifi Gateways deployed in a cluster enabling updates to running firmware either from the latest published version, or any other released version. + +From the Devices table, any device with a newer firmware published by TIP OpenWiFi is indicated with a yellow icon. Selecting this icon presents the option to upgrade to latest or specify which firmware to use. + +![](../.gitbook/assets/screen-shot-2021-07-29-at-4.36.31-pm.png) + +When the upgrade has been sent successfully, a green Success dialog will display in the upper right of the screen. + +### Firmware Management Service + +Viewing the contents of Firmware Management Service is available from the left navigation, select Firmware. + +Once in Firmware, it is possible to search by device model for all known firmware revisions. + +![Firmware Management Service](../.gitbook/assets/screen-shot-2021-07-29-at-4.43.57-pm.png) + +If in the start of this page, instead of selecting Upgrade to Latest, the specific URI location of any available firmware is found using the Firmware table. + +Selecting Details will present information for any firmware row, including the URI which may be copied into the Choose Custom Firmware dialog prompt accordingly. + +![Firmware Entry Details](../.gitbook/assets/screen-shot-2021-07-29-at-4.46.01-pm.png) +