Feed Client

Script for installing Feed Client

Decoder (such as dump1090-fa or readsb) must be installed.

1. Find coordinates / elevation

FreeMapTools

2. Install the Feed Client

curl -L -o /tmp/ezz456ch-feed.sh https://raw.githubusercontent.com/ezz456CH/adsb-feedclient/master/install.sh
sudo bash /tmp/ezz456ch-feed.sh

3. Check your feed status (optional :3)

3.1 With API

curl https://api.adsb.ezz456ch.com/v1/stats

3.2 View at https://adsb.ezz456ch.com

3.3 View at MLAT Coverage Map https://adsb.ezz456ch.com/mlat-map/

3.4 Check the status of Feed Client

sudo systemctl status ezz456ch-feed
sudo systemctl status ezz456ch-mlat

Helpful Information

Update the feed client without reconfiguring

curl -L -o /tmp/ezz456ch-update.sh https://raw.githubusercontent.com/ezz456CH/adsb-feedclient/master/update.sh
sudo bash /tmp/ezz456ch-update.sh

Reconfigure the client without reinstalling

sudo nano /etc/default/ezz456ch

After configuring, don’t forget to restart the Feed Client!

sudo systemctl restart ezz456ch-feed
sudo systemctl restart ezz456ch-mlat

Uninstall Feed Client

sudo bash /usr/local/share/ezz456ch/uninstall.sh