diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2013-11-29 21:42:07 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2013-11-29 21:42:07 +0200 |
| commit | 0a67b3b0543c93499743e5304440a91aa1650f8c (patch) | |
| tree | 67e846d395a0cee225076631e2a452161dabc1c1 | |
| parent | 62ca16324f634a484cdec4cb006f50b48e57df48 (diff) | |
README clarifications
| -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 |
