GitBook: [master] 23 pages and 4 assets modified

This commit is contained in:
Chris Busch
2021-03-28 17:34:17 +00:00
committed by gitbook-bot
parent 02682eb5b1
commit 24d5039a1e
6 changed files with 95 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -1,4 +1,23 @@
---
description: TIP SDK
---
# User Interface
Navigating the UI
## Navigating the UI
TIP open source SDK offers a web based user interface supporting many common configurations. The web based interface uses the SDK API. It is possible to further extend functionality of the SDK user interface or to create other interfaces using the SDK API.
### Log In
Default user account is `support@example.com` with password `support`.
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:
* [https://wlan-ui.wlan.local/login](https://wlan-ui.wlan.local/login)
* [https://wlan-ui-graphql.wlan.local/](https://wlan-ui.wlan.local/login)
![TIP SDK Login Screen](../.gitbook/assets/screen-shot-2021-03-28-at-12.50.28-pm.png)

View File

@@ -1,2 +1,77 @@
---
description: Cloud SDK Default Landing Page
---
# Dashboard
The TIP Cloud SDK is organized into main components organized along the top of the screen.
![Cloud SDK User Interface Top Navigation](../.gitbook/assets/screen-shot-2021-03-28-at-1.25.04-pm.png)
Dashboard is the default landing page for the user interface.
Network enables management of Access Points and display of Client Devices status.
Profiles enables template based management of all provisioning parameters.
System enables Manufacturer OUI Updates, Firmware Updates, Auto-Provisioning and Client Block List.
Users enables configuration of local user accounts of the Cloud SDK.
Alarm indicates an error condition has occurred with one or multiple Access Points. Consult the Network tab.
Gear icon to LogOut.
### Dashboard Components
<table>
<thead>
<tr>
<th style="text-align:left">Component</th>
<th style="text-align:left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left">Access Point</td>
<td style="text-align:left">
<p>Total Provisioned Access Points</p>
<p>In Service Access Points ( Actively Reporting )</p>
<p>With Clients ( Actively Reporting and with Associated Wi-Fi Devices )</p>
</td>
</tr>
<tr>
<td style="text-align:left">Client Devices</td>
<td style="text-align:left">
<p>Total Associated as a numeric total of associated Wi-Fi clients</p>
<p>5GHz as a numeric total of associated Wi-Fi clients over 5GHz</p>
<p>2GHz as a numeric total of associated Wi-Fi clients over 2GHz</p>
</td>
</tr>
<tr>
<td style="text-align:left">Usage Information</td>
<td style="text-align:left">24 Hour Report of total bandwidth Upstream and Downstream across all Access
Points</td>
</tr>
<tr>
<td style="text-align:left">Inservice APs</td>
<td style="text-align:left">24 Hour line graph of Actively Reporting Access Points</td>
</tr>
<tr>
<td style="text-align:left">Client Devices</td>
<td style="text-align:left">24 Hour line graph of Associated Wi-Fi Client Devices</td>
</tr>
<tr>
<td style="text-align:left">Traffic</td>
<td style="text-align:left">24 Hour line graph of Total Traffic Upstream and Downstream</td>
</tr>
<tr>
<td style="text-align:left">AP Vendors</td>
<td style="text-align:left">Pie Chart graph of AP Vendors by Organizational Unique Identifier</td>
</tr>
<tr>
<td style="text-align:left">Client Vendors</td>
<td style="text-align:left">Pie Chart graph of Client device Vendors by Organizational Unique Identifier</td>
</tr>
</tbody>
</table>
![Cloud SDK Dashboard](../.gitbook/assets/screen-shot-2021-03-28-at-1.32.36-pm.png)