asterixRecorder Code
Recording tool for Eurocontrol Asterix data
Status: Beta
Brought to you by:
volker-p
| File | Date | Author | Commit |
|---|---|---|---|
| src | 2018-11-19 |
|
[d293ef] WIP |
| CMakeLists.txt | 2018-01-28 |
|
[3bc3eb] refaktored |
| README.md | 2018-11-22 |
|
[aba90a] install instructions |
| manpage.txt | 2018-11-21 |
|
[6140a5] file format description |
Command line tool for recording Eurocontrol Asterix data http://www.eurocontrol.int/asterix from UDP network streams.
Features multicast support and automatic rotation of output files.
Record Asterix data from UDP port 12345 to file output.asterix
asterixrecorder 12345 output.asterix
Record Asterix data from UDP port 12345 in multicast group 239.10.0.10
to file output.asterix and rotate file every 250MB
asterixrecorder -m 239.10.0.10 -S 250000 12345 output.asterix
asterixRecorder uses cmake for building
mkdir build && cd build
cmake ..
make