/kismet_to_kml

Simple ruby script to extract kml file from kismet generated gpsxml and netxml files

Primary LanguageRubyMIT LicenseMIT

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.