Kismet - Google MapsThe purpose of gpsmap-gmap is to plot all wireless networks found with kismet onto a google map. Please remember that this was developed in my free time and may have bugs. If you have problems or improvements please email me at gpsmap@parknation.comINSTALLATION:
Here is the current gpsmap functionality. To enable google maps as the output rather than png use the -j or --googlemaps option. This automatically enables the draw center (-e) option as we need center points to plot on the map. The only two drawing functions that can currently be used are used are convex hull and estimated range circle. An example run is: gpsmap -j -o gpsdata.js -u -r Kismet.gps This outputs gpsdata.js This file should be moved into the folder which contains the html page. If the file is named anything different, then the code in the index.html file has to be changed to reflect this. In order for the user to get the google maps working they need to get a key for their website/address (http://www.google.com/apis/maps/signup.html) and then past that into one of the first lines of the index file (where is says KEYHERE). After that they should be up and running. |