Python based backend for command and data handling in the ricardo avionics ecosystem.
High level overview on the wiki (https://wiki.imperialrocketry.com/en/Electronics/Software/Ricardo-Backend).
Install dependancies using the requirements.txt:
pip install -r requirements.txt
Run:
python ./main.py -d <path_to_device>
Use the -h flag to see all available command line args.
Normal docker build process
WIP