diff --git a/README.md b/README.md index 0d23a3a..7902945 100644 --- a/README.md +++ b/README.md @@ -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 +``` + +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