forked from EFForg/OpenWireless
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstatus-data.json
More file actions
46 lines (45 loc) · 1013 Bytes
/
status-data.json
File metadata and controls
46 lines (45 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"id": null,
"jsonrpc": "2.0",
"result": {
"internet": {
"name": "Internet",
"uploadSpeed": "27.4",
"uploadSpeedMetric": "mb/s",
"downloadSpeed": "37.5",
"downloadSpeedMetric": "mb/s",
"pingSpeed": "800",
"pingSpeedMetric": "ms",
"connected": false
},
"lanNetwork": {
"name": "LAN Network",
"uploadSpeed": "32.4",
"uploadSpeedMetric": "mb/s",
"downloadSpeed": "12.5",
"downloadSpeedMetric": "mb/s",
"devices": "3"
},
"privateWifi": {
"name": "Private Wifi",
"uploadSpeed": "17.4",
"uploadSpeedMetric": "mb/s",
"downloadSpeed": "15.5",
"downloadSpeedMetric": "mb/s",
"devices": "3",
"on": false
},
"openWireless": {
"name": "Openwireless.org",
"uploadSpeed": "17.4",
"uploadSpeedMetric": "mb/s",
"downloadSpeed": "15.5",
"downloadSpeedMetric": "mb/s",
"maxBandwidthPercent": "5",
"maxMonthlyBandwidth": "100",
"maxMonthlyBandwidthMetric": "mb",
"monthlyBandwidthUsage": "23",
"on": true
}
}
}