The ADS-B Receiver Project
 
 
 
 
 
 
Go to file
Joe Prochazka 82a2c5f638 Changes for project renaming. 2016-02-17 11:51:04 -05:00
bash Changes for project renaming. 2016-02-17 11:51:04 -05:00
build Performance graph display fixes. 2016-02-17 11:45:24 -05:00
CHANGELOG.md Updated to show changes in template branch. 2016-02-16 16:07:25 -05:00
CREDITS.md Marked mgunther68 as a collaborator. 2016-02-10 14:02:17 -05:00
LICENSE.md First commit. 2015-11-03 23:48:08 -05:00
README.md Updated README.md. 2016-02-16 15:59:36 -05:00
install.sh Removed PiAware configuration. 2016-02-05 21:00:53 -05:00

README.md

The ADS-B Receiver Project ✈️

This repository contains a set of bash scripts and files which can be used to setup an ADS-B receiver 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.

The ADS-B Receiver Project website is located at https://www.adsbreceiver.net.

Obtaining And Using This Software

Download the latest ADS-B Receiver Raspbian Jessie Lite image for Raspberry Pi devices. https://github.com/jprochazka/adsb-feeder/releases/latest

Manual installations...

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

Updating existing installations...

cd ~/adsb-receiver
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

ADS-B Receiver Web Portal Features

  • Control what is displayed online via a web based administration area.
  • A more uniform website site layout that can be easily navigated.
  • Web accessable dump1090 and system performance graphs.
  • A web accessable live dump1090 map.
  • A web accessable live dump978 map.
  • A blog which can be used to share your plane tracking experiences with others.
  • Informs visitors when specific flights are being tracked by dump1090.
  • Easily customize the look of your portal using the template system.

Supported Operating Systems

The scripts and packages have been tested on most Debian Jessie based operating systems.