Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n0nexist/wigle_db_manager

:rocket: Fast csv database to html map converter for wigle
https://github.com/n0nexist/wigle_db_manager

csv-data-exportor leaflet-map wardriving wardriving-analytics warwalking wifi-security wigle wigle-database wigle-database-convert

Last synced: 28 days ago
JSON representation

:rocket: Fast csv database to html map converter for wigle

Awesome Lists containing this project

README

        

# :rocket: WiGLE-db-manager
![](https://github.com/n0nexist/WiGLE-db-manager/blob/main/screenshot.png?raw=true)


Fast csv database to html map converter for wigle

# :arrow_down: Download
```
git clone https://github.com/n0nexist/WiGLE-db-manager
cd WiGLE-db-manager
go build main.go
./main
```

# :mag: Usage
./main -d (database.csv) -a (action)

Actions:
```
'none' - no filtering
'open' - shows open wifi networks
'wep' - shows wep wifi networks
'wps' - shows wifi networks with wps enabled
'bt' - shows bluetooth devices
'ble' - shows bluetooth LE devices
'wifi' - shows only wifi networks
'bluetooth' - shows only bt and bt LE devices
```

Optional arguments:
```
-b --batch-size The lines at a time to process (default 1000).
Default: 1000
-s --filter-ssid Filter out an ssid from the results. Default:
nofilter
-m --filter-bssid Filter out a bssid from the results. Default:
nofilter
-r --remove-duplicates Removes duplicate bssid's. Default: false
```