Skip to content

Online monitor usage simplification

David-Leon Pohl requested to merge online_mon_setup into development

This MR makes it dead simply to use the online monitor. Sending is activated with:

send_data: tcp://127.0.0.1:5500

in all scans. If the port is in use an error message is given.

The online monitor can be started within the terminal by typing:

bdaq53_monitor

This starts the monitor with std. settings (listening on localhost:5500) using this file.

More special cfgs (interconnecting multiple PCs via network, adding other detectors, online clustering, correlations, telescope, ...) needs the still working:

start_online_monitor my_fancy_cfg.yaml

Edited by David-Leon Pohl

Merge request reports