Giter VIP home page Giter VIP logo

adsb-exchange's Introduction

ADS-B Exchange Setup Scripts โœˆ๏ธ

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

Install the adsbexchange feed client

curl -L -o /tmp/axfeed.sh https://github.com/adsbxchange/adsb-exchange/raw/master/install.sh
sudo bash /tmp/axfeed.sh

Optional: local interface for your data http://192.168.X.XX/adsbx

Install / Update:

sudo bash /usr/local/share/adsbexchange/git/install-or-update-interface.sh

Remove:

sudo bash /usr/local/share/tar1090/uninstall.sh adsbx

Update the feed client without reconfiguring

curl -L -o /tmp/axupdate.sh https://github.com/adsbxchange/adsb-exchange/raw/master/update.sh
sudo bash /tmp/axupdate.sh

Check these two URLs to check if your feed is working

If you encounter issues, please do a reboot and then supply these logs on the forum (last 20 lines for each is sufficient):

sudo journalctl -u adsbexchange-feed --no-pager
sudo journalctl -u adsbexchange-mlat --no-pager

Display the configuration

cat /etc/default/adsbexchange

Changing the configuration

This is the same as the initial installation. If the client is up to date it should not take as long as the original installation, otherwise this will also update the client which will take a moment.

curl -L -o /tmp/axfeed.sh https://github.com/adsbxchange/adsb-exchange/raw/master/install.sh
sudo bash /tmp/axfeed.sh

Disable / Enable adsbexchange MLAT-results in your main decoder interface (readsb / dump1090-fa)

  • Disable:
sudo sed --follow-symlinks -i -e 's/RESULTS=.*/RESULTS=""/' /etc/default/adsbexchange
sudo systemctl restart adsbexchange-mlat
  • Enable:
sudo sed --follow-symlinks -i -e 's/RESULTS=.*/RESULTS="--results beast,connect,localhost:30104"/' /etc/default/adsbexchange
sudo systemctl restart adsbexchange-mlat

Other device as a data source (networked standalone receivers):

https://github.com/adsbxchange/wiki/wiki/Datasource-other-device

Restart

sudo systemctl restart adsbexchange-feed
sudo systemctl restart adsbexchange-mlat

Systemd Status

sudo systemctl status adsbexchange-mlat
sudo systemctl status adsbexchange-feed

Removal / disabling the services:

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

If the above doesn't work, you may be using an old version that didn't have the uninstall script, just disable the services and the scripts won't run anymore:

sudo systemctl disable --now adsbexchange-feed
sudo systemctl disable --now adsbexchange-mlat

adsb-exchange's People

Contributors

adsb-related-code avatar dschaper avatar jprochazka avatar unforgiven512 avatar wiedehopf avatar zevlag avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.