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
- Host: GitHub
- URL: https://github.com/linguini1/pygmy-gs
- Owner: linguini1
- License: mit
- Created: 2025-01-11T05:32:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T01:25:08.000Z (2 months ago)
- Last Synced: 2025-02-18T02:29:39.369Z (2 months ago)
- Topics: dashboard, ground-control, ground-station, mission-control, open-source-hardware, python, rocketry, telemetry
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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