python wifi tools
functionality
-
sqlite3 db for data persistence
-
continuous scan -- execute at repeat intervals (5,10,15,30,60,? seconds) --- perform network scan ---- log continuous trace for later merge with GPS data (log vs time) ---- for each network SSID
INSTALLATION
-
pip python2: $ sudo apt-get install python-pip python3: $ sudo apt-get install python3-pip
-
python-wifi python2: $ pip install wifi python3: $ pip3 install wifi