Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiedehopf/feed1090
https://github.com/wiedehopf/feed1090
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wiedehopf/feed1090
- Owner: wiedehopf
- License: mit
- Created: 2022-05-26T18:18:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T22:46:54.000Z (about 2 years ago)
- Last Synced: 2024-10-31T04:08:27.519Z (about 2 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# feed1090
## Installation:
```
sudo bash -c "$(wget -q -O - https://raw.githubusercontent.com/wiedehopf/feed1090/master/install.sh)"
```
or
```
wget -O /tmp/feed1090.sh https://raw.githubusercontent.com/wiedehopf/feed1090/master/install.sh
sudo bash /tmp/feed1090.sh
```## Configuration:
Edit /etc/default/feed1090 to configure which IP addresses this script should get the ADS-B data from
```
sudo nano /etc/default/feed1090
```
Ctrl-x to exit, y (yes) to save when asked.
Then restart feed1090:
```
sudo systemctl restart feed1090
```### Deinstallation:
```
sudo bash -c "$(wget -q -O - https://raw.githubusercontent.com/wiedehopf/feed1090/master/uninstall.sh)"
```