Migrate phone wifi visible sensor to new data stream

pull/128/head
Meng Li 2021-03-10 00:53:07 -05:00 committed by JulioV
parent d42c6e9c91
commit 13290cd444
4 changed files with 62 additions and 0 deletions

View File

@ -489,3 +489,30 @@ Stream columns named `FLAG_TO_MUTATE` means they are extracted based on the `MUT
=== "IOS"
Same as ANDROID
??? info "PHONE_WIFI_VISIBLE"
=== "ANDROID"
**RAPIDS_COLUMN_MAPPINGS**
| RAPIDS column | Stream column |
|----------------------|---------------------|
| TIMESTAMP | timestamp |
| DEVICE_ID | device_id |
| SSID | ssid |
| BSSID | bssid |
| SECURITY | security |
| FREQUENCY | frequency |
| RSSI | rssi |
**MUTATION**
- **COLUMN_MAPPINGS** (None)
- **SCRIPTS** (None)
=== "IOS"
This sensor is not supported by iOS devices.

View File

@ -134,3 +134,16 @@ This is a description of the format RAPIDS needs to process data for the followi
| SSID | Currently connected access point network name |
| BSSID | Currently connected access point MAC address |
??? info "PHONE_WIFI_VISIBLE"
| RAPIDS column | Description |
|--------------------|-----------------------------------------------------------------------------------|
| TIMESTAMP | An UNIX timestamp (13 digits) when a row of data was logged |
| DEVICE_ID | A string that uniquely identifies a device |
| SSID | Detected access point network name |
| BSSID | Detected access point MAC address |
| SECURITY | Active security protocols |
| FREQUENCY | Wi-Fi band frequency (e.g., 2427, 5180), in Hz |
| RSSI | RSSI dB to the scanned device |

View File

@ -236,3 +236,17 @@ PHONE_WIFI_CONNECTED:
COLUMN_MAPPINGS:
SCRIPTS: # List any python or r scripts that mutate your raw data
PHONE_WIFI_VISIBLE:
ANDROID:
RAPIDS_COLUMN_MAPPINGS:
TIMESTAMP: timestamp
DEVICE_ID: device_id
SSID: ssid
BSSID: bssid
SECURITY: security
FREQUENCY: frequency
RSSI: rssi
MUTATION:
COLUMN_MAPPINGS:
SCRIPTS: # List any python or r scripts that mutate your raw data

View File

@ -83,6 +83,14 @@ PHONE_WIFI_CONNECTED:
- SSID
- BSSID
PHONE_WIFI_VISIBLE:
- TIMESTAMP
- DEVICE_ID
- SSID
- BSSID
- SECURITY
- FREQUENCY
- RSSI
FITBIT_STEPS_SUMMARY:
- TIMESTAMP