Closed BECATRUE closed 8 months ago
I realized that this app fetches the dataset list from the proxy server regardless of whether the current status is "realtime" or "remote". The correct implementation is that it fetches the list only when the current status is "realtime", but I will handle this in the next PR, #258, hence please never mind.
Now, the dataviewer fetches dataset through web socket implemented in snu-quiqcl/artiq-proxy#117.
In GUI, the only modification is that the button to update dataset list is removed.
I tested that
For test, the following example experiment may be helpful.
This closes #236.