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

https://github.com/linguini1/pygmy-gs

The ground station receive software for the Pygmy flight computer's sibling board: the PygmyGS
https://github.com/linguini1/pygmy-gs

dashboard ground-control ground-station mission-control open-source-hardware python rocketry telemetry

Last synced: about 2 months ago
JSON representation

The ground station receive software for the Pygmy flight computer's sibling board: the PygmyGS

Awesome Lists containing this project

README

        

# Pygmy GS

This is the ground station software for the Pygmy flight computer's sibling ground station, which allows you to receive
telemetry from the Pygmy flight computer. It is written in Python so that it can be cross platform.

Learn more about the [Pygmy][pygmy-elec] here!

## Usage/Installation

- Clone this repository
- Run `pip install -r requirements.txt`
- Run `python3 main.py`

```console
pip install -r requirements.txt
python3 main.py
```

[pygmy-elec]: https://github.com/linguini1/pygmy