mirror of
https://github.com/Telecominfraproject/wlan-docs.git
synced 2025-12-16 18:27:08 +00:00
GitBook: [#3] No subject
This commit is contained in:
@@ -1,25 +1,65 @@
|
||||
---
|
||||
description: TIP Cloud SDK
|
||||
description: OpenWiFi 2.0
|
||||
---
|
||||
|
||||
# User Interface
|
||||
|
||||
## Navigating the UI
|
||||
Release 2.0 uses a Single-Page Application (SPA) as an example user interface built using React to demonstrate several interactions using the northbound OpenAPI.
|
||||
|
||||
TIP open source SDK offers a web based user interface supporting many common configurations. The web based interface uses the SDK north bound API.
|
||||
## Login to OpenWiFi SDK
|
||||
|
||||
It is possible to further extend functionality of the SDK user interface or to create other interfaces using the SDK API.
|
||||

|
||||
|
||||
### Log In
|
||||
Default username is: **`tip@ucentral.com`** and password is: **`openwifi`**
|
||||
|
||||
Default user account is `support@example.com` with password `support`.
|
||||
## **Base Navigation**
|
||||
|
||||
If using the self-signed certificates provided in the open source distribution, it will be necessary to add an exception to the web browser for the following URLs:
|
||||
A left side navigation menu provides direction to major feature or service settings.
|
||||
|
||||
* [https://wlan-ui.wlan.local/login](https://wlan-ui.wlan.local/login)
|
||||
* [https://wlan-ui-graphql.wlan.local/](https://wlan-ui.wlan.local/login)
|
||||

|
||||
|
||||
Further instructions available [here](../getting-started/controller.md).
|
||||
## Internationalization
|
||||
|
||||

|
||||
OpenWiFi 2.0 SDK supports multiple languages. Simply select the desired language from the right drop down for pages to re-populate accordingly.
|
||||
|
||||

|
||||
|
||||
## Devices
|
||||
|
||||
Upon login the first page presented is a Devices table. This table reflects all discovered and managed devices known by the OpenWiFi SDK.
|
||||
|
||||

|
||||
|
||||
Devices table indicates device Connected or Disconnected state in the first column with green and red respectively.
|
||||
|
||||
Certificate column indicates invalid, valid with mismatch serial, or valid device certificate identity state as red crossed seal, yellow seal and green seal respectively.
|
||||
|
||||
Serial Number column links to the device record.
|
||||
|
||||
Compatible model, Tx, Rx, and connected IP Address present basic information of the device type and its connection.
|
||||
|
||||
Three final columns provide Details (also obtained by selecting the serial number), Wi-Fi Analysis presenting current Wi-Fi associations and their performance and Refresh commands.
|
||||
|
||||
## Displaying Associations
|
||||
|
||||
From the Devices table, second from right column icon the WiFi Analysis may be accessed. This may also be accessed within the Device View page of a single record along the top right of Statistics section.
|
||||
|
||||

|
||||
|
||||
Within the WiFi Analysis page, all active associations are displayed with the ability to view approximately the last 30 minutes of data reported from the Access Point.
|
||||
|
||||
For each association the device MAC address, mode of connection and SSID are displayed. This will include end devices as well as Wi-Fi infrastructure such as WDS and Mesh associations.
|
||||
|
||||

|
||||
|
||||
Associations have RSSI, Rx Rate & Bytes, Tx Rate & Bytes, MCS negotiated, Number Spatial Streams and IP Address information.
|
||||
|
||||
## Dashboard View
|
||||
|
||||
OpenWiFi SDK provides visual indications on the overall health of the deployed Wi-Fi network. this includes Device Status for connected and non-connected devices. Device health indicating percentage of devices failing a health check. Distribution of devices by vendor in the network and by model.
|
||||
|
||||

|
||||
|
||||
Additionally, verified certificates or serial mismatch certificates, number of Command actions from all Gateways to devices and devices with greater than 75% memory utilization, greater than 50% less than 75% memory and less than 50% utilization are displayed.
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user