{"id":13584069,"url":"https://github.com/jnsgruk/flypi","last_synced_at":"2025-07-06T14:05:29.545Z","repository":{"id":52176689,"uuid":"319596844","full_name":"jnsgruk/flypi","owner":"jnsgruk","description":"A collection of tools for tracking planes/helicopters/UFOs/whatever with ADS-B. Packaged for NixOS with packages and modules","archived":false,"fork":false,"pushed_at":"2025-06-11T08:09:57.000Z","size":143,"stargazers_count":19,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-11T09:25:22.144Z","etag":null,"topics":["adsb-receiver","flightaware","flightradar24","gpsd","nix","nix-flake","nixos","nixos-module","piaware","planefinder","raspberrypi","realadsb","rtl-sdr"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jnsgruk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2020-12-08T10:00:25.000Z","updated_at":"2025-06-11T08:10:01.000Z","dependencies_parsed_at":"2025-05-01T09:19:10.906Z","dependency_job_id":"45a37e64-36f2-4fa1-a05b-1265b0bbd833","html_url":"https://github.com/jnsgruk/flypi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jnsgruk/flypi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnsgruk%2Fflypi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnsgruk%2Fflypi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnsgruk%2Fflypi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnsgruk%2Fflypi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jnsgruk","download_url":"https://codeload.github.com/jnsgruk/flypi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnsgruk%2Fflypi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263914455,"owners_count":23529077,"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":["adsb-receiver","flightaware","flightradar24","gpsd","nix","nix-flake","nixos","nixos-module","piaware","planefinder","raspberrypi","realadsb","rtl-sdr"],"created_at":"2024-08-01T15:03:59.470Z","updated_at":"2025-07-06T14:05:29.539Z","avatar_url":"https://github.com/jnsgruk.png","language":"Nix","funding_links":[],"categories":["Nix"],"sub_categories":[],"readme":"# FlyPi\n\nA collection of tools for tracking planes/helicopters/UFOs/whatever with ADS-B. Packaged for NixOS.\n\n\u003e [!WARNING]  \n\u003e This repo is no longer maintained. Some of the tools are now upstream in NixOS,\n\u003e and for those not represented there, this might prove a useful reference.\n\n## Contents\n\nCurrently includes:\n\n- [dump1090-fa](https://github.com/flightaware/dump1090)\n- [piaware](https://github.com/flightaware/piaware)\n- [fr24feed](https://www.flightradar24.com/share-your-data)\n- [realadsb](https://www.realadsb.com/)\n- [planefinder](https://planefinder.net/sharing/client)\n\n## Usage\n\nFirst you must add this flake to your flake's inputs\n\n```nix\ninputs = {\n    # ...\n    flypi.url = \"github:jnsgruk/flypi\";\n}\n```\n\nEnsure that you configure your system to use the included pkgs overlay:\n\n```nix\nnixpkgs = {\n    overlays = [ inputs.flypi.overlay ]\n};\n```\n\nNext, configure your system using the included modules:\n\n```nix\n{ inputs, ...}: {\n  imports = [\n    inputs.flypi.nixosModules.dump1090\n    inputs.flypi.nixosModules.fr24\n    inputs.flypi.nixosModules.piaware\n    inputs.flypi.nixosModules.planefinder\n    inputs.flypi.nixosModules.realadsb\n  ];\n\n  services = {\n    dump1090 = {\n      enable = true;\n      ui.enable = true;\n    };\n    fr24 = {\n      enable = true;\n      sharingKey = \"deadbeef\";\n    };\n    piaware = {\n      enable = true;\n      feederId = \"deadbeef\";\n    };\n    planefinder = {\n      enable = true;\n      shareCode = \"deadbeef\";\n      latitude = \"52.352\";\n      longitude = \"-1.621\";\n    };\n    realadsb = {\n        enable = true;\n        configLines = ''\n        {\n          \"input\": [{\n            \"type\": \"beast_tcp\",\n            \"name\": \"dump1090\",\n            \"host\": \"localhost\",\n            \"port\": 30005\n          }],\n          \"output\": [{\n            \"type\": \"lametric\",\n            \"name\": \"LaMetric clock\",\n            \"host\": \"192.168.1.63\",\n            \"access_token\": \"deadbeef\",\n            \"latitude\": \"52.352\",\n            \"longitude\": \"-1.621\"\n          }]\n        }\n      '';\n    };\n  };\n};\n```\n\n## Browsable Endpoints\n\nBy default, the following endpoints/ports are exposed:\n\n- Piaware: http://localhost:8080\n- Flightradar24: http://localhost:8754\n- Planefinder: http://localhost:30053\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnsgruk%2Fflypi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjnsgruk%2Fflypi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnsgruk%2Fflypi/lists"}