Eos is the software platform for Georgia Tech's "Lightning from the Edge of Space" high-altitude ballooning project under the VIP program. This module defines the ground software.
- Install Docker Desktop
- Clone to repo:
git clone https://github.com/VIP-LES/EosGround.git - Navigate to the repo:
cd EosGround - run
docker-compose up -dto start the containers
- Run
pip install -r EosGround/requirements.txtto install the dependencies for the radioDriver.py script - Run the radioDriver.py script
- Start the containers
- View the logs for the pipeline container to see if there is data being picked up
- Do not commit directly to main. You must create an issue, make a branch, make a PR, and get it reviewed and approved.
- If you make a PR for the first time, add yourself to
CONTRIBUTORS.mdin your PR.
See docs here