Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.17 KB

Dump1090 Recorder

A simple utility which records dump1090 raw messages to log file for later processing and analysis. Works with the output of dump1090 30002 port.

Usage

Download the executable from the releases page.

Inside a terminal / Console window run the following command

<executable> record -h <your-dump-1090-ip> -p 30002

For example on windows

dump1090-recorder.exe record -h 127.0.0.1 -p 30002

On mac there is an issue with the build you can run the app using

./dump1090-recorder/Contents/MacOS/dump1090-recorder record -h 127.0.0.1 -p 30002

Playback

<executable> playback -f ./dump1090-adsb.log -h <your-dump-1090-ip> -p 30002

For example on windows

dump1090-recorder.exe playback -f ./dump1090-adsb.log -h 127.0.0.1 -p 30002

On mac there is an issue with the build you can run the app using

./dump1090-recorder/Contents/MacOS/dump1090-recorder playback -f ./dump1090-adsb.log -h 127.0.0.1 -p 30002

Contributing

You can contribute to this project by reporting/fixing bugs or implementing new features. We are always looking for help on this project.