If you came here after watching my airoViz video on vimeo the viz code is here: https://github.com/samatt/NSHeyy-Viz/blob/master/nw/app/scripts/graph.js
This repository contains code for a platform for Wi-Fi based location tracking. It has three main components
Aircrack-ng on Linux
Python airodump Parser
Files
airodumpCSVParser.py:
airodumpCSVParserWatchdog.py
airodumpToDataStore.py
airodumpDataStoreRealTime.py
Node.py
Google app NDB Data Store
Aircrack-ng and a compatible router are used to monitor the Wi-Fi spectrum for activity. The activity is can be split into two categories
Routers (as expected) are the devices that act as access points for logging on to networks. Aircrack provides the following paramteres for routers:
apt-get install python-dev python-setuptools python-rpi.gpio python-pip
pip install requests
pip install watchdog
pip install pyOSC