Sebastien Bourdeauducq
a50c74523f
ctlmgr: split command arguments properly
2015-02-08 12:18:57 +08:00
Sebastien Bourdeauducq
abb7d9f911
ctlmgr: catch create_subprocess_exec errors and retry
2015-02-08 12:15:22 +08:00
Sebastien Bourdeauducq
96a01efc48
ctlmgr: wait for processes to terminate before starting new ones
2015-02-08 00:59:08 +08:00
Sebastien Bourdeauducq
e7d85c5b87
ctlmgr: basic working implementation
2015-02-07 23:52:05 +08:00
Sebastien Bourdeauducq
aba749093b
ctlmgr: get local bind address, format commands
2015-02-07 01:14:27 +08:00
Sebastien Bourdeauducq
f9d3bd107e
ctlmgr: retry connection to master, print received ddb
2015-02-06 18:58:54 +08:00
Sebastien Bourdeauducq
17685d1e98
controller manager skeleton
2015-02-06 12:17:51 +08:00
Sebastien Bourdeauducq
8df1b03f0f
artiq_run: add verbosity config
2015-02-04 19:09:54 +08:00
Sebastien Bourdeauducq
0e65f71705
artiq_run: HDF5 output support
2015-02-04 18:46:55 +08:00
Sebastien Bourdeauducq
2f4a83b97a
gui: access to parameter DB from GUI files
2015-02-04 16:13:56 +08:00
Sebastien Bourdeauducq
1b122dd887
sync_struct,gui: refactor Subscriber data distribution to support access to parameter DB from GUI file
2015-02-04 15:06:25 +08:00
Sebastien Bourdeauducq
186aa7fdb7
style
2015-02-04 14:44:39 +08:00
Yann Sionneau
fc92a66e51
asyncio: Use ProactorEventLoop on Windows
2015-02-03 22:29:03 +08:00
Sebastien Bourdeauducq
2fbe22e15e
master,client: support changing real-time results group
2015-01-30 20:36:54 +08:00
Yann Sionneau
526887140d
Set WARNING as default log level + update documentation
2015-01-30 19:04:04 +08:00
Sebastien Bourdeauducq
9aa7155502
gui: use experiment registry
2015-01-29 19:59:44 +08:00
Sebastien Bourdeauducq
e7dac4ab43
master: experiment registry
2015-01-29 19:59:16 +08:00
Yann Sionneau
5ba7218cc1
Factorize argparser for debug level
2015-01-29 10:07:12 +08:00
Sebastien Bourdeauducq
71c5115c11
gui: handle exit in explorer
2015-01-27 23:51:23 +08:00
Sebastien Bourdeauducq
db3114f79b
serve GUI and Glade file from master
2015-01-26 23:37:33 +08:00
Sebastien Bourdeauducq
8904d963d2
gui: add explorer window + rough prototype of control widgets defined with glade
2015-01-26 19:56:15 +08:00
Sebastien Bourdeauducq
82330b3c2a
gui: save layout
2015-01-23 19:00:09 +08:00
Sebastien Bourdeauducq
9fb42e4952
doc: use sphinx-argparse
2015-01-23 00:52:13 +08:00
Sebastien Bourdeauducq
47aa634ab5
replace periodic schedule with timed schedule
2015-01-23 00:23:00 +08:00
Sebastien Bourdeauducq
569600b607
frontend/pdq2_client: fix entry point
2015-01-22 10:38:47 +08:00
Sebastien Bourdeauducq
0c2e960c85
frontend: restore artiq_ prefix
2015-01-17 19:41:00 +08:00
Sebastien Bourdeauducq
3e22fe86b5
reorganize files as per discussion with Robert
2015-01-17 19:38:20 +08:00
Robert Jördens
6cc3a9d973
frontend/*: move to artiq.frontend, make entry_points
...
* solves the trouble of having to setup PATH and PYTHONPATH in a project
specific way and keep them changing
* works well with virtualenvs
* works under windows where the shebang is meaningless
* works if your python is not named "python3"
* can use "pip3 install --user --editable ."
* creates an egg-link in ~/.local/share/... pointing to $PWD
* generates the scripts and copies them to ~/.local/bin which is likely
already in your $PATH
* analogously under windows
* or call scripts as "python3 -m artiq.frontend.master"
2015-01-17 16:02:43 +08:00