Skip to content
Joe Prochazka edited this page Oct 12, 2016 · 31 revisions

The ADS-B Receiver Project wiki ✈️

Obtaining And Using This Software

Understand that the following instructions only give a 10,000 foot overview of the actual setup/upgrade process. If you are not very familiar with this software it is highly recommended that you read through the documentation thoroughly before continuing.

For new installations...

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

Updating existing installations...

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.