Skip to content

Purdue-Space-Program/PSPL_Avi_GSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSPL Avi Ground Software

This repo is in the middle of a major refactor, reference the refactor branch for the latest changes.

Getting started

Initialize Virtual Environment

uv

uv sync
source .venv/bin/activate

pip and pyenv

python3 -m venv .venv
pip install -r requirements.txt
source .venv/bin/activate

Startup

Run ./run or ./tools/run_mock depending on whether you are using the mock servers.

If you do not have tmux installed, you must start each process individually:

python3 -m gse.mock.test_tlm_server
python3 -m gse.mock.test_cmd_server
python3 -m gse.telem
python3 -m gse.command
``

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published