Update README.md

This commit is contained in:
HappyZ 2019-05-05 22:12:08 -05:00 committed by GitHub
parent b2e8fd9a7d
commit 5879df253f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -64,7 +64,7 @@ fi
#### 5. Restart vacuum
# Tools Usage
# Controller Tool Usage
```
python controller.py
@ -140,6 +140,18 @@ config >>> get remote_script_folder
/mnt/data/exp
```
# Processor Tool Usage
After we get the `.pcap` file collected from phone, put the downloaded files (`*_map.ppm` and `*loc.csv`) with the `.pcap` file together under the same folder, e.g., `example`.
Then run
```
python preprocessor.py <folder path>
```
It will automatically extracts all RSS values from pcap file for each MAC address, and plot the `.png` figure with the RSS values being the red alpha channel (opacity) on the trace.
# Reference