Update - my new dongle works, and the script works so I can see the planes on a Xastir local display. Thanks for sharing this, Curt.
Fyi for those that want to try it out, this is what it took in Ubuntu 14.04. In order to get dump1090 up and running, I had to build librtlsdr first, which I got from here, https://github.com/steve-m/librtlsdr. Building librtlsdr required installing the libusb-1.0-0-dev package from the Ubuntu repo. Also if you don't have the cmake package installed you will need that as well. Lastly I had to blacklist an RTL kernel module by adding the following line to /etc/modprobe.d/blacklist.conf: blacklist dvb_usb_rtl28xxu I'm seeing some planes over 100 miles away. Lee - K5DAT On Thu, Feb 18, 2016 at 2:15 PM, Curt Mills <[email protected]> wrote: > I added a new script today called "ads-b.pl". It must be edited to add > your > callsign and passcode to actually use it. Perhaps I or someone else will > turn those into command-line options soon so you don't have to edit it. > > Anyway: If you have an RTL SDR dongle ($10 to $20), you can run "dump1090" > with certain parameters to watch airplane positions from ADS-B. This new > perl script connects to that program and turns them into APRS Item packets, > then injects them into Xastir via "xastir_udp_client". > > If you have TWO dongles, or want to watch the 978MHz frequency instead, > there are ways to do that using "dump978" in conjunction with "dump1090". I > haven't tested whether positions from "dump978" end up making it all the > way to Xastir yet using the above script in conjunction with those other > two programs. If someone tests this, please let us all know, else I'll get > to doing that eventually (I have two dongles, three if I borrow my son's). > > Instructions are at the top of the script. > > Enjoy! > > -- > Curt, WE7U > http://wetnet.net/~we7u > http://www.sarguydigital.com > _______________________________________________ > Xastir mailing list > [email protected] > http://xastir.org/mailman/listinfo/xastir > _______________________________________________ Xastir mailing list [email protected] http://xastir.org/mailman/listinfo/xastir
