The ADS-B Receiver Project
 
 
 
 
 
 
Go to file
Joe Prochazka 57898223d1 No impact path fix. 2016-01-11 10:34:36 -05:00
bash
build
CHANGELOG.md
CREDITS.md
LICENSE.md
README.md
install.sh

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.

Mode S Decoders

Site Feeders

Additional Features

  • Web accessable Dump1090 and system performance graphs.
  • Add navigation to the stock Dump1090 map.

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