The ADS-B Receiver Project
 
 
 
 
 
 
Go to file
Joe Prochazka 65efe86a91 Detect dump1090-fa and assign device index. 2019-05-14 13:39:25 -04:00
bash Detect dump1090-fa and assign device index. 2019-05-14 13:39:25 -04:00
build Added missing semicolons. 2019-04-28 14:11:30 -04:00
logs Master branch now contains Romeo-Golf's 2.6.0 branch with fixes added to it. 2017-10-02 15:36:29 -04:00
CHANGELOG.md Fixes to reported major issues to be addressed in v2.7.2. 2019-04-19 15:10:21 +00:00
CREDITS.md Added wiedehopf to credits for graph fix. 2019-03-21 15:53:13 -04:00
LICENSE.md Updated date on the license file. 2017-10-05 11:28:32 -04:00
README.md Updated forum link. 2019-05-04 02:08:55 -04:00
example.config Added ADSBHub option to feeders. 2018-06-27 11:17:51 -04:00
install.sh Added a way to force apt update. 2018-06-21 12:31:04 -04:00

README.md

The ADS-B Receiver Project ✈️

This repository contains a set of 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 chosen by the user.

ADS-B Receiver Web Portal Features

  • Saves all flights seen as well as displays a plot for the flight. (advanced)
  • Control what is displayed online via a web based administration area.
  • A more uniform website site layout that can be easily navigated.
  • Web accessible dump1090 and system performance graphs.
  • A web accessible live dump1090 map.
  • A web accessible 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.

Web Portal Screenshots

dump1090 GIF

Please note: As of February 2016, the scripts do not work when run on an SD card where the current PiAware image was installed. The scripts require a clean installation of a Debian derived operating system.

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 Stretch Lite image for Raspberry Pi devices. https://github.com/jprochazka/adsb-receiver/releases/latest

When setting up the portal you will have to choose between a lite or advanced installation. Advanced features adds flight logging and plotting and should only be chosen on devices running a more sturdy data storage solution.

It is recommended that anyone using a SD card as they storage medium not attempt to use the advanced features.

Manual installations...

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

Updating existing installations...

Your local repository will be updated each time install.sh is executed.

cd ~/adsb-receiver
./install.sh

Portal setup...

This step pertains to both fresh installations as well as when updating an existing installation. After running the installation scripts you will need to setup the portal by visiting the following web address.

http://<IP_ADDRESS_OF_YOUR_DEVICE>/install/

Supply the information asked for and submit the form once done to complete the setup.

What Can Be Installed

The following software can be installed using these scripts.

Decoders

Site Feeders

Extras

Supported Operating Systems

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

The scripts are NOT supported on existing PiAware image based installations. The PiAware image is still based on Raspbian Wheezey version which is missing some required libraries for dump1090-mutability installation.