pittmesh / kismet-gpsxml

A quick solution to model Kismet-generated gpsxml log files and output to CSV
MIT License
1 stars 0 forks source link

kismet-gpsxml

Travis-CI status

This gem enables users to model Kismet's gpsxml log format in Ruby.

It provides a series of helper executables for doing things such as extracting the bssid and points, and counting the number of bssids within a certain vicinity.

Installing

Simply do:

gem install kismet-gpsxml

or throw this into your Gemfile:

gem "kismet-gpsxml", "~> 0.0.1"

Note that kismet-gpsxml is not yet a 1.0.0 release and may change wildly between releases. It is wise to lock to a version.

Contributing to kismet-gpsxml

Copyright

Copyright (c) 2014 Meta Mesh, LLC. See LICENSE.txt for further details.