GitBook: [#14] No subject

This commit is contained in:
Jaspreet Sachdev
2022-07-07 14:02:06 +00:00
committed by gitbook-bot
parent b8d2fba9d7
commit 30db5430fb
69 changed files with 3492 additions and 154 deletions

View File

@@ -18,20 +18,15 @@ Each device presents Metrics and Health check data to the Gateway. Devices view
## Status
Connection status reflects the Gateway to Device current communications status.
Uptime and Last Contact reflect communication state.
Load indicates processing load on the device.
Memory Used indicates free memory on the device.
Connection status reflects the Gateway to Device current communications status. Uptime and Last Contact reflect communication state. Load indicates processing load on the device. Memory Used indicates free memory on the device.
![Device Status](<../../../.gitbook/assets/Screen Shot 2021-07-28 at 5.17.59 PM.png>)
![Device Status](<../../../.gitbook/assets/Screen Shot 2021-07-28 at 5.17.59 PM (1).png>)
## Configuration
Device UUID, Serial Number, MAC Address and Device Type are displayed.
Last configuration update date and timestamp reflects the last time a "configure" action completed on the device.
Password may be set and device notes may be added.
Device UUID, Serial Number, MAC Address and Device Type are displayed. Last configuration update date and timestamp reflects the last time a "configure" action completed on the device. Password may be set and device notes may be added.
![Device view Configuration Panel](<../../../.gitbook/assets/Screen Shot 2021-07-28 at 5.21.07 PM.png>)
![Device view Configuration Panel](<../../../.gitbook/assets/Screen Shot 2021-07-28 at 5.21.07 PM (1).png>)
## Logs
@@ -43,7 +38,7 @@ Log history of the device is presented within Logs. Expand the tile selecting th
Health score is an active tile reflecting the device health out of a score reported by the device to Gateway. Health metrics are configured on the device based on chosen data model options. When the device falls out of 100%, this tile changes to red. Expanding the tile will present all health reports. Those with less than 100% score will contain reasons for the result from this interface.
![](<../../../.gitbook/assets/Screen Shot 2021-07-28 at 5.24.00 PM.png>)
![](<../../../.gitbook/assets/Screen Shot 2021-07-28 at 5.24.00 PM (1).png>)
## Commands

View File

@@ -4,8 +4,7 @@ description: OpenWiFi 2.0 SDK
# Commands
Within the devices view, the Commands tile offers a number of features and administrative actions.
Each of these represent API calls exposed on the OpenAPI northbound interface from the SDK.
Within the devices view, the Commands tile offers a number of features and administrative actions. Each of these represent API calls exposed on the OpenAPI northbound interface from the SDK.
## Reboot
@@ -17,7 +16,7 @@ Selecting the Reboot action will prompt the below dialog. Options presented perm
Multiple methods exist to execute a remote Firmware Upgrade of a device. When selecting Firmware Upgrade via the Commands tile, a simple dialog to upgrade immediately or at a scheduled time is presented. Alternatively using the Firmware Management Service provides a complete solution including managed access to all TIP firmware images.
![](<../../../.gitbook/assets/Screen Shot 2021-07-29 at 2.28.44 PM.png>)
![](<../../../.gitbook/assets/Screen Shot 2021-07-29 at 2.28.44 PM (1).png>)
## Wi-Fi Scan
@@ -29,7 +28,7 @@ OpenWiFi devices may perform channel scanning and return this neighbor and RF da
Scan operations function over all channels. If 5GHz channels do not display in the returned results ( either via the UI or over API ) this indicates the device is configured in a DFS channel for which it may not return survey scans at this time.
![](<../../../.gitbook/assets/Screen Shot 2021-07-29 at 2.33.58 PM.png>)
![](<../../../.gitbook/assets/Screen Shot 2021-07-29 at 2.33.58 PM (1).png>)
## Connect
@@ -41,13 +40,13 @@ OpenWiFi enables remote connection to any managed device using rTTY encrypted sh
To assist with remote identification of devices in the network, it is possible to turn the LED lights On, Off, of continuous blinking. This may be run on-demand or scheduled.
![](<../../../.gitbook/assets/Screen Shot 2021-07-29 at 2.37.30 PM.png>)
![](<../../../.gitbook/assets/Screen Shot 2021-07-29 at 2.37.30 PM (1).png>)
## Trace
Trace feature enables a remote packet capture to occur on the managed device, over a specified period of time or amount of traffic, returning the "pcap" packet capture file locally to the OpenWiFi admin user.
![](<../../../.gitbook/assets/Screen Shot 2021-07-29 at 2.39.24 PM.png>)
![](<../../../.gitbook/assets/Screen Shot 2021-07-29 at 2.39.24 PM (1).png>)
Once complete the user is asked to open or save the packet capture file locally.