Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 924 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 924 Bytes

tracker

A terminal-based real-time satellite tracking and orbit prediction application.

Features

  • Position and trajectory: Displays the current positions and trajectories of objects using the SGP4 model.
  • Detailed information: Provides comprehensive details about the selected object.
  • Automatic updates: Updates orbital elements automatically via the internet.

Installation

Package manager

Arch Linux

tracker is available in the AUR:

paru -S tracker # use your favorite AUR helper

Windows

scoop bucket add shenmian https://github.com/ShenMian/bucket
scoop install tracker

Build from source

cargo install --git https://github.com/ShenMian/tracker

License

Licensed under Apache License, Version 2.0.