Decode what aircraft are actually saying NEW
ADS-B tells you where a plane is. VDL2 (the 136 MHz VHF datalink) tells you what it is saying: OOOI times, position, weather, and other datalink reports. Few people decode it. You already feed ADS-B from a great location. Add VDL2 in about five minutes and become one of the few.
curl -sL vdliq.com/vdl2.sh | sudo bash
You supply the hardware: a second RTL-SDR and a simple VHF antenna for ~136 MHz. See what you need below.
๐ฐ๏ธ Hear what the planes overhead are actually saying
…
Purely additive. Keep every feed and reward you already run (Wingbits, FlightAware, adsb.lol, airframes, ADSBHub). VDL2 sits on top. Nothing you have changes.
โ ๏ธ You need a 136 MHz antenna (about 54โ55 cm), not your ADS-B antenna
VDL2 is 136 MHz. A 1090 MHz ADS-B antenna is only about 7 cm and will not work, you will get almost no messages. Use a quarter-wave VHF airband antenna (~54โ55 cm), or an RTL-SDR Blog telescopic dipole with the legs set to ~53 cm, mounted high with a clear view of the sky.
Cheap, proven gear — direct links (all SMA, so they mate):
๐ก Antenna (VHF airband 108–137 MHz, SMA):
US — Radtel 2-pack ~$11 ยท
AliExpress flex whip (ships worldwide) ยท
India outdoor airband
Mount the antenna high with a clear view of the sky. The India outdoor antenna uses an SO-239 socket, so pair it with an SO-239→SMA lead; the whip + cable + couplers above are all SMA and connect directly.
What you get
Install
What you need (you supply it)
- A second RTL-SDR dongle (your first is busy on 1090 MHz ADS-B). Any RTL-SDR v3/v4 works.
- A VHF antenna for ~136 MHz and an SMA cable. A simple quarter-wave or a window mag-mount is enough to start.
- One spare USB port and about five minutes.
Recommended build (best 24/7 reliability)
Already feed ADS-B? Just add the dongle to your current setup, no hardware change. For a new build, a small fanless x86 mini PC (Intel N100, eMMC/SSD, Linux) is the most reliable 24/7 option and avoids the #1 Pi failure: SD-card corruption. On a Pi already? Run it from a USB SSD, not an SD card. That removes most Pi feeder failures for about $15.
Already feed ADS-B? Just add the dongle to your current setup, no hardware change. For a new build, a small fanless x86 mini PC (Intel N100, eMMC/SSD, Linux) is the most reliable 24/7 option and avoids the #1 Pi failure: SD-card corruption. On a Pi already? Run it from a USB SSD, not an SD card. That removes most Pi feeder failures for about $15.
New to ADSBiq? Start with ADS-B first → Already feeding? Run the command above to add VDL2.
Want the data side? See the Datalink (VDL2/ACARS) API docs →