{"id":13587246,"url":"https://github.com/adsbfi/adsb-fi-scripts","last_synced_at":"2025-04-07T21:33:19.636Z","repository":{"id":103621389,"uuid":"594016888","full_name":"adsbfi/adsb-fi-scripts","owner":"adsbfi","description":"Feed adsb.fi using an existing receiver running readsb / dump1090 / piaware / Raspbian / Linux","archived":false,"fork":false,"pushed_at":"2024-08-31T11:42:40.000Z","size":242,"stargazers_count":117,"open_issues_count":0,"forks_count":11,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-11-06T06:40:40.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ADSBexchange/feedclient","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adsbfi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-27T11:59:39.000Z","updated_at":"2024-10-24T14:13:34.000Z","dependencies_parsed_at":"2024-01-03T04:47:47.640Z","dependency_job_id":"25e34274-c0ae-4023-a5bc-de07a6a921b8","html_url":"https://github.com/adsbfi/adsb-fi-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsbfi%2Fadsb-fi-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsbfi%2Fadsb-fi-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsbfi%2Fadsb-fi-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsbfi%2Fadsb-fi-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adsbfi","download_url":"https://codeload.github.com/adsbfi/adsb-fi-scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247732835,"owners_count":20986935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T15:06:07.254Z","updated_at":"2025-04-07T21:33:15.117Z","avatar_url":"https://github.com/adsbfi.png","language":"Shell","funding_links":[],"categories":["Shell","Software"],"sub_categories":["Feeding"],"readme":"# adsb.fi feed client\n\n- These scripts aid in setting up your current ADS-B receiver to feed [adsb.fi](https://adsb.fi/).\n- This will not disrupt any existing feed clients already present.\n- When setting up new feeders, a decoder such as [readsb](https://github.com/wiedehopf/adsb-scripts/wiki/Automatic-installation-for-readsb) must be installed separately.\n\n## 1: Find antenna coordinates and elevation\n\n\u003chttps://www.freemaptools.com/elevation-finder.htm\u003e\n\n## 2: Install the feed client\n\n```\ncurl -L -o /tmp/feed.sh https://adsb.fi/feed.sh\nsudo bash /tmp/feed.sh\n```\n\n## 3: Use netstat to check that your feed is working\n\n```\nnetstat -t -n | grep -E '30004|31090'\n```\nExpected Output:\n```\ntcp        0    182 localhost:43530     65.109.2.208:31090      ESTABLISHED\ntcp        0    410 localhost:47332     65.109.2.208:30004      ESTABLISHED\n```\n\n## 4: Optional: Install [local interface](https://github.com/wiedehopf/tar1090) for your data\n\nThe interface will be available at http://192.168.X.XX/adsbfi  \nReplace the IP address with the address of your Raspberry Pi.\n\nInstall / Update:\n```\nsudo bash /usr/local/share/adsbfi/git/install-or-update-interface.sh\n```\nRemove:\n```\nsudo bash /usr/local/share/tar1090/uninstall.sh adsbfi\n```\n\n### Update the feed client without reconfiguring\n\n```\ncurl -L -o /tmp/update.sh https://raw.githubusercontent.com/adsbfi/adsb-fi-scripts/master/update.sh\nsudo bash /tmp/update.sh\n```\n\n### If you encounter issues, please do a reboot and then supply these logs on Discord (last 20 lines for each is sufficient):\n\n```\nsudo journalctl -u adsbfi-feed --no-pager\nsudo journalctl -u adsbfi-mlat --no-pager\n```\n\n### Display the configuration\n\n```\ncat /etc/default/adsbfi\n```\n\n### Use an external source\n\nIf your feeder is on a separate device from the one this script is installed.\nEdit config `sudo nano /etc/default/adsbfi` and change the IP on the following lines to point to your feeder device's IP:\n\n```\nINPUT=\"127.0.0.1:30005\"\n...\nUAT_INPUT=\"127.0.0.1:30978\"\n```\nThen restart the feed client:\n```\nsudo systemctl restart adsbfi-feed\nsudo systemctl restart adsbfi-mlat\n```\n\n### Changing the configuration\n\nThis is the same as the initial installation.\nIf the client is up to date it should not take as long as the original installation,\notherwise this will also update the client which will take a moment.\n\n```\ncurl -L -o /tmp/feed.sh https://raw.githubusercontent.com/adsbfi/adsb-fi-scripts/master/install.sh\nsudo bash /tmp/feed.sh\n```\nAlternatively edit the config directly and restart the feed client\n```\nsudo nano /etc/default/adsbfi\nsudo systemctl restart adsbfi-feed\nsudo systemctl restart adsbfi-mlat\n```\n\n### Disable / Enable adsb.fi MLAT-results in your main decoder interface (readsb / dump1090-fa)\n\nThis is enabled by default. You probably don't need to change that.\n\n- Disable:\n\n```\nsudo sed --follow-symlinks -i -e 's/RESULTS=.*/RESULTS=\"\"/' /etc/default/adsbfi\nsudo systemctl restart adsbfi-mlat\n```\n- Enable:\n\n```\nsudo sed --follow-symlinks -i -e 's/RESULTS=.*/RESULTS=\"--results beast,connect,127.0.0.1:30104\"/' /etc/default/adsbfi\nsudo systemctl restart adsbfi-mlat\n```\n\n### Restart the feed client\n\n```\nsudo systemctl restart adsbfi-feed\nsudo systemctl restart adsbfi-mlat\n```\n\n### Show status\n\n```\nsudo systemctl status adsbfi-feed\nsudo systemctl status adsbfi-mlat\n```\n\n### Removal / disabling the services\n\n```\nsudo bash /usr/local/share/adsbfi/uninstall.sh\n```\n\nIf the above doesn't work, you can just disable the services and the scripts won't run anymore:\n\n```\nsudo systemctl disable --now adsbfi-feed\nsudo systemctl disable --now adsbfi-mlat\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadsbfi%2Fadsb-fi-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadsbfi%2Fadsb-fi-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadsbfi%2Fadsb-fi-scripts/lists"}