artiq_training

A minimal ARTIQ setup for practising/teaching.

Active Pure Nim score 65/100 · last commit 2026-07-17 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2026-07-17
Downloads 0
Last Indexed 2026-09-07 06:08

Installation

nimble install artiq_training
choosenim install artiq_training
git clone https://gitlab.com/charlesbaynham_/artiq_training

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
artiq_training - - - - - - -

README

TODO: Write readme

Launch instructions:

sudo ip addr add 192.168.1.101/16 dev enp0s31f6
sudo ip addr add 192.168.1.102/16 dev enp0s31f6

then

ARTIQ_SYSTEM=training_1 artiq_master --no-localhost-bind --bind 192.168.1.101
artiq_ctlmgr --bind 192.168.1.101 --no-localhost-bind -s 192.168.1.101 --host-filter 192.168.1.101 -v

and

ARTIQ_SYSTEM=training_2 artiq_master --no-localhost-bind --bind 192.168.1.102
artiq_ctlmgr --bind 192.168.1.102 --no-localhost-bind -s 192.168.1.102 --host-filter 192.168.1.102 -v

and

jupyter lab --ip 0.0.0.0 --no-browser --port 8888 --NotebookApp.allow_origin='*' --NotebookApp.allow_remote_access=True --NotebookApp.token=artiq