1. Collect drone data using python script that was already written. Script are available on Github:
https://github.com/MainReturnZero/UAVClassifier
2. Load file contains drone data into Wireshark.
3. Decrypt the IEEE 802.11 data using Wireshark.
4. Apply filter so only drone data are displayed.
5. Compare different packets to observe patterns.
-Used other packets capture method instead of the python script provided
-Used capture tool in Wireshark to make .pcap file
-Used tcpdump command in terminal to make .pcap file
-Connected to network of Solo drone
-Captured packets with channel of certain frequency
-Searched online for tutorials and Youtube videos on packets decryption
-attempted to decrypt .pcap file in Wireshark
-followed instructions with "wpa-pwd password:SSID" in preferences
-Met with Elena for clarifications on packets decryption and packets analysis
-Need to include four-way handshake in order for decryption
-4-way handshake was done successfully
-Collected 3 sets of traffic to be analyze later