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