diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,16 +4,16 @@ A collection of post-processing tools for Kismet GPS files. Currently only supports .netxml input files, and outputs Shapefiles. KML, and other formats, will be supported later on. -Runs on Python 2.x as well as 3.x, and requires the `pyshp` library (installable from `requirements.txt`). +Runs on Python 2.x as well as 3.x, and requires the `pyshp` library. ## Usage ```bash -$ ./kismet-gps.tools.py -i path-to-your-input.netxml -f shapefile +$ ./kismet-gps-tools.py -i path-to-your-input.netxml -f shapefile ``` -The program will save by default the shapefiles to `shapefiles/networks.*`. +Shapefiles are saved by default to `shapefiles/networks.*`. ## Credits and License |
