forked from M-Labs/artiq
identify_controller -> artiq_ctlid
This commit is contained in:
parent
fd28bfbb7c
commit
72c24ba320
|
@ -49,9 +49,9 @@ and verify that you can connect to the TCP port: ::
|
|||
|
||||
:tip: Use the key combination Ctrl-AltGr-9 to get the ``telnet>`` prompt, and enter ``close`` to quit Telnet. Quit the controller with Ctrl-C.
|
||||
|
||||
Also verify that you can get the type of the server (the "hello" string passed to ``simple_server_loop``) using the ``identify_controller.py`` program from the ARTIQ front-end tools: ::
|
||||
Also verify that you can get the type of the server (the "hello" string passed to ``simple_server_loop``) using the ``artiq_ctlid.py`` program from the ARTIQ front-end tools: ::
|
||||
|
||||
$ identify_controller.py ::1 7777
|
||||
$ artiq_ctlid.py ::1 7777
|
||||
Type: hello
|
||||
|
||||
The client
|
||||
|
|
Loading…
Reference in New Issue