ADSBexchange / feedclient

Feed ADS-B Exchange using an existing receiver running readsb / dump1090 / piaware / Raspbian / Linux
MIT License
73 stars 22 forks source link

How to remove feed to adsbexchange? #4

Closed jdschuitemaker closed 1 year ago

jdschuitemaker commented 1 year ago

Given the recent story about ADSBexchange being sold to JetNet I have decided to remove the feed to ADSBexchange. Are there any instructions on how to remove/uninstall the feedclient?

migliozziz commented 1 year ago

All credit to SoylentADSB on Airframes.io discord (https://discord.gg/aXt7KdycJk) for bringing this to attention.

Message Link: https://discord.com/channels/546776636352364576/679818367908970556/1067844886784655473

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

wiedehopf commented 1 year ago

Literally at the bottom of the readme for this github repo.