diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,8 +6,16 @@ Currently only supports .netxml input files, and outputs Shapefiles. KML, and ot Runs on Python 2.x as well as 3.x, and requires the `pyshp` library (installable from `requirements.txt`). + ## Usage ```bash $ ./kismet-gps.tools.py -i path-to-your-input.netxml -f shapefile ``` + +The program will save by default the shapefiles to `shapefiles/networks.*`. + + +## Credits and License + +Copyright © 2013 Yuval Adam. This software is free for usage under the GPLv3 license. |
