Software
netxml2kml
netxml2kml is a Python (2.6) script that can create KML or/and KMZ files for Google Earth from one ore more netxml files of Kismet Newcore (>=2009-06-R1). The Converter can read files or entire folders with netxml files.
When you open the KML/KMZ file in Google Earth, eg. for checking your Wardriving tour, you can chose which sort of encryption it will show.
The converted file includes the following properties:
- SSID
- BSSID/MAC
- Type
- Channel
- Encryption
- GPS Coordinates
If you need more, just contact me.
Usage
$ python netxml2kml.py --help
Usage:
python netxml [options] [file1] [file2] [...] [dir1] [dir2] [...]
./netxml [options] [dir1] [dir2] [...] [file1] [file2] [...]
Example:
python netxml.py --kmz --kml -o today somefile.netxml /mydir
Options:
-h, --help show this help message and exit
-o OUTPUTNAME Filename without extension
--kml Create a KML file for Google Earth <outputname>.kml
--kmz Create a KMZ file for Google Earth <outputname>.kmz
Download
A sample netxml file: sample.netxml
A PHP netxml parser: netxml_parser.php
Feedback
If you have questions or comments you can reach me via the contact form.

