├── LICENSE.md ├── README.md ├── configure.sh ├── create-uuid.sh ├── install-or-update-interface.sh ├── install.sh ├── scripts ├── adsbexchange-feed.service ├── adsbexchange-feed.sh ├── adsbexchange-mlat.service ├── adsbexchange-mlat.sh └── second-mlat.sh ├── setup.sh ├── uninstall.sh └── update.sh /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/README.md -------------------------------------------------------------------------------- /configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/configure.sh -------------------------------------------------------------------------------- /create-uuid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/create-uuid.sh -------------------------------------------------------------------------------- /install-or-update-interface.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/install-or-update-interface.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/install.sh -------------------------------------------------------------------------------- /scripts/adsbexchange-feed.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/scripts/adsbexchange-feed.service -------------------------------------------------------------------------------- /scripts/adsbexchange-feed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/scripts/adsbexchange-feed.sh -------------------------------------------------------------------------------- /scripts/adsbexchange-mlat.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/scripts/adsbexchange-mlat.service -------------------------------------------------------------------------------- /scripts/adsbexchange-mlat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/scripts/adsbexchange-mlat.sh -------------------------------------------------------------------------------- /scripts/second-mlat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/scripts/second-mlat.sh -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/setup.sh -------------------------------------------------------------------------------- /uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/uninstall.sh -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADSBexchange/feedclient/HEAD/update.sh --------------------------------------------------------------------------------