This is a quick-and-dirty browser-based sensor dashboard for the CBF. It makes connections to every CMC listed in its config file, and hosts a simple HTTP server to which you can connect a browser and see the state of the correlators that are running.
- Clone this repo.
- Clone
katcp_devel
into the same folder ascbf_sensor_dashboard
is cloned, and buildkatcp
, because this software depends on it for some functionality. cd
into thecbf_sensor_dashboard
directory.make
sudo make install
If there were no errors, the softare is now installed as a systemd service, and should run more or less continuously. Point a browser to localhost
, or the IP or hostname of the computer on which the software is installed, if from another machine.