The Wayback Machine - https://web.archive.org/web/20230316102434/https://github.com/Czechball/hcx-to-wigle
Skip to content

Czechball/hcx-to-wigle

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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