An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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).