10-02-2018, 07:36 PM
(09-29-2018, 06:27 PM)ZerBea Wrote: With the latest update of hcxtools, hcxpcaptool is able to detect a GPS track from hcxpcaptool and convert this track to GPX format (for example accepted by Viking and GPSBabel):
$ hcxpcaptool -h
-g <file> : output GPS file
format = GPX (accepted for example by Viking and GPSBabel)
We store a track point for every single frame in the comment field of the frame.
-g will convert this to GPS format.
I (hcxdumptool) did it that way, because every filter option of Wireshark tools will work on the pcapng file.
That means you can use a wireshark filter to write
- all beacons and/or
- all EAPOL frames and/or
- all proberequests and/or
- all src addresses and/or
- all host addresses and/or
- what ever you want....
to a new pcapng file.
Then run hcxpcaptool -g option on that file to retrieve a gps track (in GPX format).
@freeroute
Good answer, I could not answer it better.
ZerBea your tools are awesome! For this new GPS capability is there a specific hardware dongle or Pi Hat you are using for GPS tagging?