Jericon / adsb-exchange

ADS-B Exchange Linux Setup Scripts

Home Page:http://www.adsbexchange.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADS-B Exchange Setup Scripts ✈️

These scripts aid in setting up your current ADS-B receiver to feed ADS-B Exchange.

Obtaining And Using The Scripts

Running the following commands will download the contents of this repository and begin setup.

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

After completing the setup do not delete this repository.

Checking status

Display MLAT config

cat /etc/default/adsbexchange

Systemd Status

sudo systemctl status adsbexchange-mlat

sudo systemctl status adsbexchange-feed

Restart

sudo systemctl restart adsbexchange-feed

sudo systemctl restart adsbexchange-mlat

About

ADS-B Exchange Linux Setup Scripts

http://www.adsbexchange.com

License:MIT License


Languages

Language:Shell 100.0%