Make sure to change the APIName/APIToken at the top of each script
APIName="" #[FILL IN YOUR API NAME]
APIToken="" #[FILL IN YOUR API TOKEN]
For more info:
https://api.wigle.net
Save the file and alias for easy use.
alias upload2wigle="/home/pi/scripts/upload2wigle.sh"
simple bash script to upload a single csv to wigle.net
usage: upload2wigle.sh /path/to/filename.csv
"upload N files to wigle".. get it?
is a newer version that uploads all .csv and .wiglecsv files in current directory.
TODO: add directory option to uploadN2wigle.sh