Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Releases: jprochazka/adsb-exchange

4.0.0

30 Aug 16:51
Compare
Choose a tag to compare

ADS-B Exchange Setup Script v4.0.0 ✈️

This script configures an existing ADS-B receiver setup installed on a device running Debian or a Debian derived operating system to both send and receive MLAT data from ADS-B Exchange's MLAT server.

Obtaining And Using The Scripts

Running the following commands will download the contents of this repository.

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

After completing the setup do not delete this repository.

The file adsbexchange-maint.sh script resides in this folder containing a clone of this repository. The path to execute this script after a reboot has been set to this location. Deleting this folder will result in the adsbexchange-maint.sh script not being executed thus not enabling your feeder to feed ADS-B Exchange.

no_dialogs.sh

The file "no_dialogs.sh" can used in place of "setup.sh" to set up your receiver.
The only difference between the two files is "no_dialogs.sh" does not use Whiptail dialogs.

Reporting Issues

Feel free to report any issues you encounter either in this repositories issue tracker or the ADS-B Exchange Setup Script
topic located in the ADS-B Exchange forums.

https://github.com/jprochazka/adsb-exchange_setup/issues
http://www.adsbexchange.com/forums/topic/ads-b-exchange-setup-script/

3.0.0

27 Aug 08:10
Compare
Choose a tag to compare

ADS-B Exchange Setup Scripts v3.0.0 ✈️

Due to changes in FlightAwares MLAT data licensing, in particular the changes pertaining to no longer allowing users to share MLAT data with third parties, this will be the last release which configures PiAware to share data with ADS-B Exchange. This being said this release is for historical purposes only and not recommended for use.

Obtaining And Using The Scripts

Running the following commands will download the contents of this repository.

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

After completing the setup do not delete this repository.

The file adsbexchange-maint.sh script resides in this folder containing a clone of this repository. The path to execute this script after a reboot has been set to this location. Deleting this folder will result in the adsbexchange-maint.sh script not being executed thus not enabling your feeder to feed ADS-B Exchange.

no_dialogs.sh

The file "no_dialogs.sh" can used in place of "setup.sh" to set up your receiver.
The only difference between the two files is "no_dialogs.sh" does not use Whiptail dialogs.

2.0.0

19 Aug 19:09
Compare
Choose a tag to compare

ADS-B Exchange Setup Scripts v2.0.0 ✈️

Obtaining And Using The Scripts

Running the following commands will download the contents of this repository.

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

After completing the setup do not delete this repository.

The file adsbexchange-maint.sh script resides in this folder containing a clone of this repository. The path to execute this script after a reboot has been set to this location. Deleting this folder will result in the adsbexchange-maint.sh script not being executed thus not enabling your feeder to feed ADS-B Exchange.

no_dialogs.sh

The file "no_dialogs.sh" can used in place of "setup.sh" to set up your receiver.
The only difference between the two files is "no_dialogs.sh" does not use Whiptail dialogs.

v1.0.0

19 Nov 02:16
Compare
Choose a tag to compare

ADS-B Exchange Setup Scripts v1.0.0 ✈️

Obtaining And Using The Scripts

Running the following commands will download the contents of this repository.

sudo apt-get install git
git clone https://github.com/jprochazka/adsb-exchange.git
cd adsb-exchange

If you have FlightAware's PiAware installed...

chmod 755 piaware_setup.sh
./piaware_setup.sh

If you are running a FlightRadar24 feeder or only dump1090...

chmod 755 dump1090_setup.sh
./dump1090_setup.sh

After completing the setup do not delete this repository.

The file adsbexchange-maint.sh script resides in this folder containing a clone of this repository. The path to execute this script after a reboot has been set to this location. Deleting this folder will result in the adsbexchange-maint.sh script not being executed thus not enabling your feeder to feed ADS-B Exchange.