python package and utilities for control and monitoring of the DBBC3 VLBI backend
see: https://dbbc3.readthedocs.io/en/latest/
First you need to install the dbbc3 python package (might require root priviliges)
git clone https://github.com/mpifr-vlbi/dbbc3.git
cd dbbc3/lib
python setup.py install
Alternatively you can do a local installation (current user only):
python setup.py install --user