greenctld/README.md

596 B

greenctld

Controller software for Green Heron.

Install

Install thusly:

sudo apt install python3-virtualenv python3-pip
git clone https://spacecruft.org/spacecruft/greenctld
cd greenctld
virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Upstream

Port from Python2 to Python3 of mct's greenctld.

Copyright (c) 2017, Astro Digital, Inc.

License / Copyright

Same as upstream, permissive license

Source:

Copyright (C) 2022 Jeff Moe.