identify_controller -> artiq_ctlid

This commit is contained in:
Sebastien Bourdeauducq 2014-12-08 16:12:39 +08:00
parent fd28bfbb7c
commit 72c24ba320
2 changed files with 2 additions and 2 deletions

View File

@ -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