You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very helpful if you would share your configuration data to this project. This way we can make sure that the data returned by your airOS devices is processed correctly.
4
+
5
+
## Current fixtures
6
+
7
+
We currently have data on
8
+
9
+
- Nanostation 5AC (LOCO5AC) - PTP - both AP and Station output of `/status.cgi` present (by @CoMPaTech)
10
+
11
+
## Secure your data
12
+
13
+
The best way to share your data is to remove any data that is not necessary for processing. To ensure you don't share any data by accident please follow the following
14
+
15
+
- Log in to your device
16
+
- Note down the following options set
17
+
- Is it a station or access point
18
+
- Is it PTP (or PTMP)
19
+
- Channel width in Mhz
20
+
- Manually update the url to `/status.cgi`, e.g. `https://192.168.1.10/status.cgi`
21
+
- Store the output (for instance in an editor, even notepad would be fine) for processing
22
+
23
+
**NOTE**: when redacting, redact in a meaningful way by changing parameters, don't put text in number fields or vice-versa!
24
+
25
+
- First and foremost: find any `lat` and `lon` information and redact these but keep them as floats. (I.e. a value with decimals)!
26
+
- There are potentially multiple of these (so keep searching)
27
+
- If you are unsure, apply them as `(...)"lat":52.379894,"lon":4.901608,(...)` to point to Amsterdam
28
+
- Redact your IP addresses, especially public IPs (if present),
29
+
- Search/replace your range, say your AP is at `192.168.1.10` then search for `192.168.1.` and replace with `127.0.0.`
30
+
- Set them to `127.0.0.xxx` leaving the actual last octet what it was, just so devices are still different from **and** coheren to each other.
31
+
- Redact your SSID, just name it WirelessABC (as long as it's still coherent)
32
+
- Make sure your `hostname`s don't disclose unwanted information
33
+
- You may redact your MAC addresses (hwaddr, mac, etc) just make sure they are still valid (`00:11:22:33:44:55`) and coherent (so make sure local and remote(s) still differ)
34
+
35
+
### Examples
36
+
37
+
See `fixtures/userdata` for examples of shared information
0 commit comments