airplanes:adsb:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
airplanes:adsb:start [2016/08/26 15:23] – david | airplanes:adsb:start [2016/10/07 16:40] (current) – david | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ADS-B via Dump1090 ====== | ====== ADS-B via Dump1090 ====== | ||
+ | |||
+ | FIXME Ryan says | ||
+ | |||
+ | < | ||
+ | Also sending to FlightRadar24, | ||
+ | </ | ||
+ | |||
+ | FIXME DO IT! | ||
+ | |||
+ | ===== Flightaware Stats ===== | ||
+ | |||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | ===== Raspberry Pi Configuration ===== | ||
+ | |||
+ | * This is the base configuration program to use for say expanding the disk or waiting for network before booting, etc... < | ||
+ | sudo raspi-config | ||
+ | </ | ||
+ | |||
+ | ===== Antenna Install ===== | ||
+ | |||
+ | {{: | ||
===== Information ===== | ===== Information ===== | ||
Line 74: | Line 98: | ||
* Remove these modules < | * Remove these modules < | ||
sudo rmmod dvb_usb_rtl28xxu | sudo rmmod dvb_usb_rtl28xxu | ||
- | sudo rmmod dvb_usb_v2 | ||
- | sudo rmmod dvb_core | ||
- | sudo rmmod rtl2830 | ||
- | sudo rmmod rtl2832 | ||
</ | </ | ||
* To run | * To run | ||
* Live feed: (i didn't udev rules so had to run as sudo, but that's fine) < | * Live feed: (i didn't udev rules so had to run as sudo, but that's fine) < | ||
- | ./dump1090 --interactive | + | sudo ./dump1090 --interactive |
</ | </ | ||
* Network real time map! (Unlike the Windows software, it can plot planes on a builtin http interface using Google Maps) < | * Network real time map! (Unlike the Windows software, it can plot planes on a builtin http interface using Google Maps) < | ||
- | ./dump1090 --enable-agc --aggressive --net --net-http-port 8080 | + | sudo ./dump1090 --enable-agc --aggressive --net --net-http-port 8080 |
+ | </ | ||
+ | |||
+ | ===== Flightaware Dongle ===== | ||
+ | |||
+ | * Add this to the **/ | ||
+ | blacklist dvb_usb_rtl28xxu | ||
+ | </ | ||
+ | * Use this command line for the actual dongle from Flightaware < | ||
+ | sudo ./dump1090 --aggressive --net --net-http-port 8080 --gain 45 --quiet | ||
</ | </ | ||
Then open your browser and go to [[http:// | Then open your browser and go to [[http:// | ||
+ | ===== Running Piaware in Ubuntu ===== | ||
+ | * Found this link here [[http:// | ||
+ | |||
+ | - Into home directory and clone the software we need < | ||
+ | git clone https:// | ||
+ | </ | ||
+ | - FAILS. |
airplanes/adsb/start.1472225011.txt.gz · Last modified: 2016/08/26 15:23 by david