User interfaces and communication tools for the ARTIQ experiment control system.
- vscode-artiq: Visual Studio Code extension
- web-artiq: Browser-based interface
- js-sipyco: JavaScript implementation of sipyco protocols
For the VS Code extension:
cd vscode-artiq
./setup.sh
code .Press F5 to launch an Extension Development Host with the ARTIQ extension loaded.
For the web interface:
cd web-artiq
./run.shBoth build the shared js-sipyco library.