An open API service indexing awesome lists of open source software.

https://github.com/mpifr-vlbi/dbbc3

python utilities for DBBC3 monitoring and control
https://github.com/mpifr-vlbi/dbbc3

backend dbbc3 dbbc3-python monitoring vlbi

Last synced: 3 months ago
JSON representation

python utilities for DBBC3 monitoring and control

Awesome Lists containing this project

README

          

Documentation is created with sphinx following google docstring standard

To create html documentation:
cd docsrc
make html

To view html documentation
cd docsrc/_build/html
python -m SimpleHTTPServer 4000

then point your browser to YOURHOST:4000