Skip to content

Czechball/hcx-to-wigle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

hcx-to-wigle

A simple bash script that converts hcxdumptool capture files to Wigle compatible csv import

This script uses hcxpcapngtool (part of hcxtools by @ZerBea) to process hcxdumptool pcapng files and generates Wigle csv imports from them. Big thanks to @ZerBea for making this possible by implementing the needed changes in his software for this to work.

Requirements

hcxpcapngtool from hcxtools

Usage

./hcx-to-wigle.sh <pcapng file>

Output will then be a file with the same filename as the input but the extension replaced by "-wigle.csv". This output file can then by uploaded directly to Wigle.

TODO

  • Also process .csv files manually exported using hcxpcapngtool
  • Automatically upload the output file to Wigle
  • Check if there are any GPS data in input file (right now will also process files with no GPS data in them which will be accepted by Wigle but are kinda useless)

About

A simple bash script that converts pcapng capture files to Wigle compatible csv import

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages