Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A collection of tools for tracking planes/helicopters/UFOs/whatever with ADS-B. Packaged for NixOS with packages and modules

License

NotificationsYou must be signed in to change notification settings

jnsgruk/flypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of tools for tracking planes/helicopters/UFOs/whatever with ADS-B. Packaged for NixOS.

Contents

Currently includes:

Usage

First you must add this flake to your flake's inputs

inputs={# ...flypi.url="github:jnsgruk/flypi";}

Ensure that you configure your system to use the included pkgs overlay:

nixpkgs={overlays=[inputs.flypi.overlay]};

Next, configure your system using the included modules:

{inputs, ...}:{imports=[inputs.flypi.nixosModules.dump1090inputs.flypi.nixosModules.fr24inputs.flypi.nixosModules.piawareinputs.flypi.nixosModules.planefinderinputs.flypi.nixosModules.realadsb];services={dump1090={enable=true;ui.enable=true;};fr24={enable=true;sharingKey="deadbeef";};piaware={enable=true;feederId="deadbeef";};planefinder={enable=true;shareCode="deadbeef";latitude="52.352";longitude="-1.621";};realadsb={enable=true;configLines=''        {          "input": [{            "type": "beast_tcp",            "name": "dump1090",            "host": "localhost",            "port": 30005          }],          "output": [{            "type": "lametric",            "name": "LaMetric clock",            "host": "192.168.1.63",            "access_token": "deadbeef",            "latitude": "52.352",            "longitude": "-1.621"          }]        }      '';};};};

Browsable Endpoints

By default, the following endpoints/ports are exposed:

About

A collection of tools for tracking planes/helicopters/UFOs/whatever with ADS-B. Packaged for NixOS with packages and modules

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp