The ADS-B Receiver Project
 
 
 
 
 
 
Go to file
Joe Prochazka 73f2bbeb9d Variable name fix. 2016-01-20 15:47:36 -05:00
bash Added dump978 installation option. 2016-01-20 15:37:02 -05:00
build Set signal graph lower limit to -45. 2016-01-18 13:41:19 -05:00
CHANGELOG.md Noise level information added to graph. 2016-01-14 12:40:19 -05:00
CREDITS.md Added thanks to contributors. 2015-12-27 03:08:24 -05:00
LICENSE.md First commit. 2015-11-03 23:48:08 -05:00
README.md Added dump978 installation option. 2016-01-20 15:37:02 -05:00
install.sh Variable name fix. 2016-01-20 15:47:36 -05:00

README.md

The ADS-B Feeder Project ✈️

This repository contains a set of bash scripts and files which can be used to setup an ADS-B feeder on a clean installation of a Debian derived operating system. The scripts are executed in order by the main install script depending on the installation options choosen by the user.

Obtaining And Using This Software

For new installations...

sudo apt-get install git
cd ~/
git clone https://github.com/jprochazka/adsb-feeder.git
cd ~/adsb-feeder
chmod +x install.sh
./install.sh

At this time some manual configuration is required to properly display the max range graph. Please refer to the project wiki for more infromation on what will need to be changed as well as how to display bandwidth usage for a wireless connections. https://github.com/jprochazka/adsb-feeder/wiki

Updating existing installations...

cd ~/adsb-feeder
git fetch --all
git reset --hard origin/master
./install.sh

What Can Be Installed

At this time the following software can be installed using these scripts.

Decoders

Site Feeders

Additional Features

  • Web accessable Dump1090 and system performance graphs.
  • Matching website site navigation layout.

Supported Operating Systems

The scripts and packages have been tested on the following operating systems.

  • Raspbian Jessie
  • Raspbian Jessie Lite
  • Debian 8.0 Jessie
  • Ubuntu 15.04 Vivid Vervet
  • Ubuntu 14.04 LTS Trusty Tahr

Dump978

In order to utilize dump978 a second RTL-SDR device is required.

Please review the dump978 wiki page before installation.
https://github.com/jprochazka/adsb-feeder/wiki/dump978