dumpvdl2 icon indicating copy to clipboard operation
dumpvdl2 copied to clipboard

VDL Mode 2 message decoder and protocol analyzer

Results 6 dumpvdl2 issues
Sort by recently updated
recently updated
newest added

Today it's impossible to find openly available up to date `basestation.sqb` At same time OpenSky project keeps it's aircraft database up to date: https://opensky-network.org/datasets/metadata/ It would be nice if this...

``` dumpvdl2 --iq-file --centerfreq 136955000 136975000 ``` Anyway to pipe in STDIN here? I tried the obvious: ``` ./ss_client iq -r 176.176.220.12 -q 5555 -s 24000 -f 136725000 - |...

VDL receivers in airframes are designed to channel sense in order to determine whether or not to use the SITA or ARINC ground stations. Here's an excerpt from `Standards and...

Hello! I dump to network using this parameter: `--output decoded:text:udp:address=myhost.net,port=1111` On startup of my Orange Pi dumpvdl seems to start before Pi is connected to WiFi. Because of this it...

Hi, thank you for this software! Just wanted to say I managed to compile on an Macbook Air M1 with 12.6 after solving the same make install question reported for...

Hi, I have absolutely no idea what I'm doing but I did notice a duplicated line in `statsd.c` at lines [48-49](https://github.com/szpajder/dumpvdl2/blob/9b91adff7eccf98eab12fa2f6390d2e3f99c4ccf/src/statsd.c#L48-L49) which both declare `"decoder.errors.bitstream",` I don't know if this...