Wifi Data Project: Difference between revisions
From charlesreid1
| Line 24: | Line 24: | ||
* [[Experiment1]] - some scripts to prep for experiment 1 | * [[Experiment1]] - some scripts to prep for experiment 1 | ||
* [[Experiment2]] - setting up pi to do capture when Pi is plugged in. | * [[Experiment2]] - setting up pi to do capture when Pi is plugged in. | ||
Analysis: | |||
* [[Pandas Wifi]] - analysis of wifi data using pandas | |||
==Code== | ==Code== | ||
Revision as of 00:46, 28 February 2016
This page contains notes related to an undergraduate research project during the Winter 2016 quarter at South Seattle College.
Communication Channels
Person-to-person communication primarily via email
Group communication primarily via slack
Sharing code and files via Github, Github Gists, and Slack
Current Goals
Current goal:
periodic CSV file dump from airomon-ngload CSV file and parse with Pythonturn CSV data into SQL data, populate SQL db with raw data- post-processing with Python (pylab)
- analysis with Python (pylab)
Documentation of Steps
Pages:
- Demo - demonstration of some of the basic pieces - aircrack, monitor mode, and sql
- Experiment1 - some scripts to prep for experiment 1
- Experiment2 - setting up pi to do capture when Pi is plugged in.
Analysis:
- Pandas Wifi - analysis of wifi data using pandas
Code
Code related to this project can be found at the Github code page:
Related Pages
- Wireshark
- Tcpdump
- Scapy
- Kali Raspberry Pi/Startup Services
- Statistical_Analysis_of_Networks - ideas for later.