I am currently using dumpvdl2 with an RTL-SDR to receive VDL2 ACARS messages in Germany.
Setup:
- Dongle: Nooelec RTL-SDR dongle, https://www.amazon.de/dp/B01HA642SW
- Antenna: AirNav Radar UKW Airband 118-136 MHz SMA connector antenna, https://www.amazon.de/dp/B07XNKX18D
Antenna placed on top of a roof. no obstacles
My current command looks like this:
dumpvdl2 --rtlsdr "00000007" \
--centerfreq 136.975M 136.955M 136.725M \
--gain 40 \
--output decoded:json:file:path=/var/log/acars/vdl2.jsonl,rotate=hourly
I would like to know if this setup is suitable for receiving VDL2 ACARS traffic in the Germany region, or if there are improvements I could make.
I'm receiving data, but I'm not sure if its the optimal way to receive as many as possible.
Are the center frequencies I am using optimal for German VHF ACARS coverage?
Is the gain setting of 40 appropriate, or could it be adjusted for better reception?
Are there any other RTL-SDR or dumpvdl2 parameters that could improve reliability or decoding rate?
Any advice or best practices for setting up dumpvdl2 for Germany would be highly appreciated.