sPHENIX-Collaboration / rcdaq

This is the DAQ repository for the time being. It will host rcdaq and the plugins
7 stars 14 forks source link

Changes in the web interface #10

Closed mpurschke closed 5 years ago

mpurschke commented 5 years ago

The web controls now start on the start of the server on the default port (8899).

I changed the web sockets so that the browser javascript is aware of the run and open state, and sends the proper daq_begin/daq_end and daq_open/daq_close command. Before the command would toggle the state. This makes it now possible to use a curl or wget command to trigger a specific action.