vdlm2dec
vdlm2dec copied to clipboard
vdl mode 2 SDR decoder
Hey @TLeconte, I'm building some packages for `vdlm2dec` and `acarsdec` for inclusion on ReceiverOS (previously AROS, a project from https://github.com/airframesio). Do you think we can start adding version tags on...
Adds the option to choose a specific airspy device while retaining existing parameter compatibility.
Hi I would like to request the following arguments to synchronise them with your acarsdec software: 1) possibility to have daily and hourly log files. I did not get the...
./vdlm2dec -a -r 0 136.725 136.775 136.875 136.975 Read async -1 The above error appears and does not allow the program to start. The other 3 on the web page...
The CMakeLists.txt is only looking for libacars, and not libacars-2 (which is the latest from https://github.com/szpajder/libacars ) This diff will check for acars-2, first, and then acars, before giving up...
Is it possible to output multiple UDP such as -j 192.168.1.2:8880 -j feed.acars.io:5550
It looks like there's some kind of header issue with `timeval` on Alpine Linux. ``` #34 3.586 [ 15%] Building C object CMakeFiles/vdlm2dec.dir/crc.c.o #34 3.660 [ 23%] Building C object...
Sometimes the udp feed just stops working, until the process is killed and re-started. It can work for 30 days and suddenly stop. Local decoding and logging to text file...
Dates are not is standard format and not easily machine-sortable. current notation: [#1 (F:136.725 P:-0.9) 08/10/2018 17:44:41.050 Better to start each line with a ISO8601-compliant date: 2018-10-08T17:44:41,050 [#1 (F:136.725 P:-0.9)...