snu-quiqcl / iquip

Ion trap Quantum computing User Interface Project
GNU General Public License v3.0
7 stars 0 forks source link

Fetch schedule using websocket #235

Closed BECATRUE closed 10 months ago

BECATRUE commented 11 months ago

Now, the scheduler app fetches schedule on real-time through a web socket.

Also, to show arguments correctly in the last column, I modified ScheduleModel.data(). (I will handle this in #240.)

This closes #234.

BECATRUE commented 10 months ago

Is this tested with the proper artiq proxy?

Sure! I tested if this PR works with snu-quiqcl/artiq-proxy#114.

BECATRUE commented 10 months ago

I replaced the infinite while loop with a for loop based on websockets docs.