issues
search
DiamondLightSource
/
cs-web-lib
Library form of control system web UI prototype
Apache License 2.0
1
stars
1
forks
source link
Switch library to use pvws backend
#66
Closed
rjwills28
closed
6 days ago
rjwills28
commented
3 weeks ago
I have replaced Coniql with PVWS which includes:
updating the code used to connect to pvws through a websocket and how to parse the data from pvws.
adding tests for the pvws connection using vitest.
updating the .env parameters to refer to
VITE
instead of
CONIQL
. This will subsequently need to be updated in all clients.
I have replaced Coniql with PVWS which includes:
VITE
instead ofCONIQL
. This will subsequently need to be updated in all clients.