https://github.com/ShenMian/tracker
A terminal-based real-time satellite tracking and orbit prediction application.
https://github.com/ShenMian/tracker
Last synced: 4 months ago
JSON representation
A terminal-based real-time satellite tracking and orbit prediction application.
- Host: GitHub
- URL: https://github.com/ShenMian/tracker
- Owner: ShenMian
- License: apache-2.0
- Created: 2024-11-26T22:10:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T15:32:03.000Z (4 months ago)
- Last Synced: 2024-12-10T16:39:03.157Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 604 KB
- Stars: 65
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ratatui - tracker - A terminal-based real-time satellite tracking and orbit prediction application. (💻 Apps / 🌌 Other)
README
# 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
### Distro Packages
#### Arch Linux
`tracker` is available [in the AUR](https://aur.archlinux.org/packages/tracker/):
```bash
paru -S tracker # use your favorite AUR helper
```## License
Licensed under [Apache License, Version 2.0](LICENSE).