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
- Host: GitHub
- URL: https://github.com/mpifr-vlbi/dbbc3
- Owner: mpifr-vlbi
- License: gpl-3.0
- Created: 2019-01-25T08:04:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-28T19:12:15.000Z (9 months ago)
- Last Synced: 2025-09-28T21:11:32.812Z (9 months ago)
- Topics: backend, dbbc3, dbbc3-python, monitoring, vlbi
- Language: Python
- Homepage:
- Size: 1.48 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.doc
- License: LICENSE
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