Balrog Testbench Control & Telemetry Software
The testbench builts upon the TinkerForge ecosystem of modules (Go here for a primer) and therefore some dependencies need to be installed.
The brick daemon (brickd) provides the API-bindings for communicating with the TinkerForge modules. For installation instructions for various platforms refer to the brickd GitHub page.
All python dependencies are maintained as a conda environment in a environment.yaml file. After installation of Conda or a comparable distribution (eg. Mircomamba), install with:
conda env create -f environment.yaml