Sample Data Set
7SIGNAL Mobile Eye uses OAuth 2.0 to obtain a bearer token. All communications to the cloud are encrypted with HTTPS and all data is protected at rest with AES-256 encryption.
What gets sent to the cloud?
- Organization – The name of the organization this sample belongs to.
- Access Point – Information regarding the wireless access point or router the device is attached to during testing.
- Device – Hostname, MAC address, make, model, OS, WLAN adapter, driver
- Sample – The test data and other information specific to this test
Organization
name |
The short organization code used by 7SIGNAL |
Access Point
ssid |
The name of the network during test |
bssid |
The radio MAC address attached to during the test |
band |
The band used by the access point, either 5 GHz or 2.4 GHz |
definedLocationId |
Internal ID of the location where this access point resides |
Device
id |
Internal ID |
uniqueid |
The device’s unique identifier, as supplied by the OS |
name |
The machine name |
manufacturer |
The manufacturer of the device |
model |
The model of the device |
platform |
The platform or OS |
version |
The version of the platform or OS |
driverProvider |
The reported provider of the WLAN driver |
driverVersion |
The reported version of the WLAN driver |
Sample
testType |
The type of test being performed |
channel |
The WLAN channel being used during test (may contain channel bonding information) |
signalStrength |
The signal strength recorded when testing |
frequency |
The WLAN frequency being used during test |
ipAddress |
The IP Address of the device during test |
gatewayAddress |
The IP gateway of the device during test |
mcs |
The MCS index in use during test (may be null) |
txRate |
The transmission rate being used during test |
noise |
The noise level during test |
timestamp |
The time the test was taken |
location |
The latitude and longitude of the test if available |
stickyFactor |
The delta signal strength between the access point and best alternate |
stickyFactor2 |
The stickyFactor with a threshold offset value applied |
scannedAccessPoints |
Scan data (if available) reporting nearby access points |
bestAlternativeSignalStrength |
The signal strength of the closest, alternate access point |
definedLocationId |
Internal ID of the location where this access point resides |
Sample (ping_ip_test_results)
successRate |
The percentage of successful ping transmissions |
rttAvg |
The average round trip time for the ping packets received |
target |
The IP or hostname being tested |
Sample (http_download_test_results/http_upload_test_results)
rateAvg |
The average test rate in kilobits per second |
target |
The IP or hostname being tested |
Sample (www_test_results)
wwwDurationAvg |
The amount of time to complete the request for the page |
wwwSuccessRate |
The success rate requesting the content |
target |
The IP or hostname being tested |
Sample (mos_test_results_ul/mos_test_results_dl)
mos |
The MOS (mean opinion score) for the test |
jitter |
The jitter measurement during the test |
packetLoss |
The packet loss occurring during the test |
target |
The IP or hostname being tested |
Sample JSON Document
{
“submissionId”: “b1f4c4f5-1833-4081-96e2-5c1221a62d86”,
“organization”: {
“name”: “globalcorp”
},
“accessPoint”: {
“band”: “5GHz”,
“ssid”: “7sCORP”,
“bssid”: “e4:15:e3:55:48:b4”,
“name”: “MeetingRoom_3”,
“definedLocationId”: “eb804e07-3888-4515-9719-f46ed7dc4234”
},
“device”: {
“uniqueId”: “0af00e4c53cbd647abde47dfcce8ed0dd6b5ca6cdaefdf99e9609c4b21b96ed9”,
“id”: “0af00e4c53cbd647abde47dfcce8ed0dd6b5ca6cdaefdf99e9609c4b21b96ed9”,
“name”: “macbook-pro.localdomain”,
“platform”: “macos”,
“manufacturer”: “Apple”,
“model”: “MacBookPro15,1”,
“driverProvider”: “CoreWLAN – AirPort Extreme (0x14E4, 0x7BF)”,
“driverVersion”: “13.0 (1370.8)”,
“version”: “10.14.3”
},
“sample”: {
“testType”: “mos_test_results_ul”,
“signalStrength”: -72,
“mcs”: 0,
“txRate”: 364,
“noise”: -94,
“target”: “cloud.sonar.7signal.com”,
“mos”: 3.145,
“jitter”: 0,
“packetLoss”: 0.01,
“ipAddress”: “10.7.10.172”,
“gatewayAddress”: “10.7.10.1”,
“channel”: “132,1”,
“frequency”: 5660,
“timestamp”: 1554225526815,
“definedLocationId”: “fc804e07-3888-4515-9719-f46ed7dc4234”,
“bestAlternativeSignalStrength”: -51,
“stickyFactor”: 21,
“stickyFactor2”: 14,
“location”: {
“lat”: 28.419459,
“lon”: -81.581131
}
},
“id”: “33c5eb0797c538013447cd5871a7a74545c97ed9f336491bb5dfd8ff6264cf02”
}