{"id":13650357,"url":"https://github.com/adsblol/feed","last_synced_at":"2026-04-03T18:08:17.353Z","repository":{"id":65708358,"uuid":"596639326","full_name":"adsblol/feed","owner":"adsblol","description":"📡🛰 Easy to use, container-based MLAT/ADS-B/ACARS/VDL2 multi feed client","archived":false,"fork":false,"pushed_at":"2024-10-18T18:15:11.000Z","size":358,"stargazers_count":55,"open_issues_count":2,"forks_count":10,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-22T18:48:32.824Z","etag":null,"topics":["1090","1090mhz","987","987mhz","adsb","adsbhub","adsblol","adsbone","containers","docker","flightaware","opensky","opensky-network","planefinder","planewatch","radarbox","sdr-enthusiasts","theairtraffic","uat"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adsblol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yaml","license":"LICENSE","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,"zenodo":null},"funding":{"github":"unresolv"}},"created_at":"2023-02-02T16:13:10.000Z","updated_at":"2025-04-07T15:42:18.000Z","dependencies_parsed_at":"2024-11-10T01:30:56.089Z","dependency_job_id":"8fe9d4cb-12e2-4c05-a420-aef5c157f463","html_url":"https://github.com/adsblol/feed","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/adsblol/feed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsblol%2Ffeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsblol%2Ffeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsblol%2Ffeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsblol%2Ffeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adsblol","download_url":"https://codeload.github.com/adsblol/feed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsblol%2Ffeed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31368158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["1090","1090mhz","987","987mhz","adsb","adsbhub","adsblol","adsbone","containers","docker","flightaware","opensky","opensky-network","planefinder","planewatch","radarbox","sdr-enthusiasts","theairtraffic","uat"],"created_at":"2024-08-02T02:00:36.133Z","updated_at":"2026-04-03T18:08:17.338Z","avatar_url":"https://github.com/adsblol.png","language":"Shell","funding_links":["https://github.com/sponsors/unresolv"],"categories":["Software"],"sub_categories":["Feeding"],"readme":"# adsb.lol docker feed client\n\nThe adsb.lol docker feed client is a toolkit that allows you to install, run and maintain a ADS-B / UAT / MLAT / ACARS / VDL2 feed client.\n\nBy default, it feeds MLAT+ADSB to adsb.lol. You can enable UAT/ACARS/VDL2, and feed to your plane data to FlightRadar24, Radarbox, Piaware, [and more](.env.example)\n\nIt is designed to be run on a Raspberry Pi, but can be run on any Linux Debian-like system.\n\nWith a few commands, you can easily feed to other community aggregators.\n\nFor an up to date version of the documentation, see [www.adsb.lol/docs/get-started/docker/](https://www.adsb.lol/docs/get-started/docker/)\n## Bare metal install\n\nIf you are looking for a script to run on your existing station, [you can see here](https://github.com/adsblol/feed/tree/master).\n\nWorks on all images of other flight aggregator companies.\n\nThis install will only setup an ADSB+MLAT feed to adsb.lol, without impacting your existing feeds/services.\n\nRun:\n\n```\ncurl -fsL -o /tmp/adsblol.sh https://adsb.lol/feed.sh \u0026\u0026 sudo bash /tmp/adsblol.sh\n```\n## Manual feeding with readsb and mlat-client\n\nYou probably do not want to do this unless you really know what you are doing.\n\nHere goes...\n\n1. First generate a UUID: `cat /proc/sys/kernel/random/uuid`\n2. Add this to your wiedehopf readsb: `--net-connector feed.adsb.lol,30004,beast_reduce_plus_out,in.adsb.lol,1337,uuid=UUID` be sure to replace UUID with your uuid.\n3. Run a separate mlat-client instance:\n```/usr/bin/python3.9 /usr/bin/mlat-client --user yourname --lat 00.00000 --lon -00.00000 --alt 231m --input-type dump1090 --input-connect localhost:30005 --server feed.adsb.lol:31090 --results beast,listen,32005 --uuid=UUID --privacy```\n4. You can add the mlat results to your readsb by adding this `--net-connector localhost,32005,beast_in`\n\n## Thank you SDR-Enthusiasts!\n\nThis would not be possible without [SDR-Enthusiasts](https://github.com/sdr-enthusiasts/) who have made [the original docker-compose](https://github.com/sdr-enthusiasts/docker-install) file.\n\nThis repo is largely based off of their work plus some command line interface tools to make running the stack a bit simpler.\n\n[Their documentation can be very useful in enabling extra feeders.](https://sdr-enthusiasts.gitbook.io/ads-b/feeder-containers/feeding-flightaware-piaware).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadsblol%2Ffeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadsblol%2Ffeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadsblol%2Ffeed/lists"}