0.0
The project is in a healthy, maintained state
Converter utility to convert Gpsxml and Netxml files produced by kismet to KML
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.14.0
~> 0.3.1
 Project Readme

kismet_to_kml gem

Gem Version

Install via rubygems like gem install kismet_to_kml.

Usage

Usage: kismet_to_kml [options]
  -n, --netxml NETXML              Netxml file (required)
  -g, --gpsxml GPSXML              Gpsxml file (required)
  -o, --output OUTPUT              Output kml file (required)

Is this needed?

There are other tools that do this including the kismetdb_to_kml script that is part of kismet-logtools. That being said, I wanted to do my own thing and needed a place to put it so here we are.