granolocks / kismet_to_kml

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Ruby 100.0%