airplanes:adsb:start
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
airplanes:adsb:start [2016/08/26 14:33] – created 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 52: | Line 76: | ||
===== Dump1090 ===== | ===== Dump1090 ===== | ||
+ | |||
+ | [[https:// | ||
In linux this worked fine | In linux this worked fine | ||
- | * grab the repository | + | * Update |
- | git clone git:// | + | sudo apt-get update |
</ | </ | ||
- | + | * To build **dump1090** | |
- | [[https:// | + | |
- | + | ||
- | To build **dump1090** | + | |
< | < | ||
sudo apt-get install git cmake libusb-1.0-0.dev build-essential | sudo apt-get install git cmake libusb-1.0-0.dev build-essential | ||
sudo apt-get install build-essential debhelper librtlsdr-dev libusb-1.0-0-dev pkg-config tcl8.5-dev autoconf python3-dev python-virtualenv libz-dev git tclx8.4 tcllib tcl-tls itcl3 | sudo apt-get install build-essential debhelper librtlsdr-dev libusb-1.0-0-dev pkg-config tcl8.5-dev autoconf python3-dev python-virtualenv libz-dev git tclx8.4 tcllib tcl-tls itcl3 | ||
</ | </ | ||
- | + | * grab the repository < | |
- | Live feed: | + | git clone git:// |
- | < | + | </ |
- | ./dump1090 --interactive | + | * Compile < |
+ | cd dump1090 | ||
+ | make | ||
+ | </ | ||
+ | * Remove these modules < | ||
+ | sudo rmmod dvb_usb_rtl28xxu | ||
+ | </ | ||
+ | * To run | ||
+ | | ||
+ | sudo ./dump1090 --interactive | ||
+ | </ | ||
+ | * Network real time map! (Unlike the Windows software, it can plot planes on a builtin http interface using Google Maps) < | ||
+ | sudo ./dump1090 --enable-agc --aggressive --net --net-http-port 8080 | ||
</ | </ | ||
- | Unlike the Windows software, it can plot planes on a builtin http interface using Google Maps | + | ===== 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.1472222013.txt.gz · Last modified: 2016/08/26 14:33 by david