The ADS-B Receiver Project
 
 
 
 
 
 
Go to file
Joe Prochazka 9c3f62f71c Use collectd-core package and fixes. 2016-01-26 11:23:53 -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

Please refer to the project wiki for more ways to customize your installation.
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.
  • A more uniform website site 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 Notes

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

It is important to review the dump978 wiki page before installation.
https://github.com/jprochazka/adsb-feeder/wiki/Configuring-Dump978