File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 drivers :
77 DeditecRelaisDriver : {}
88options :
9- crossbar_url : ' ws:// labgrid:20408/ws '
9+ coordinator_address : ' labgrid:20408'
Original file line number Diff line number Diff line change 66 drivers :
77 NetworkInterfaceDriver : {}
88options :
9- crossbar_url : ' ws:// labgrid/ws '
9+ coordinator_address : ' labgrid:20408 '
Original file line number Diff line number Diff line change 66 drivers :
77 GpioDigitalOutputDriver : {}
88options :
9- crossbar_url : ' ws:// labgrid:20408/ws '
9+ coordinator_address : ' labgrid:20408'
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ on port 3.
4040Software Setup
4141--------------
4242
43- The following expects that labgrid is installed in the
44- active virtualenv and crossbar is installed into a separate virtualenv.
4543The ``uhubctl `` and ``usbsdmux `` tools need to be installed on the system.
4644
4745Library Example
@@ -116,9 +114,9 @@ Remote Setup
116114------------
117115
118116To access resources remotely, you first need to start the coordinator::
119- $ crossbar-venv/bin/crossbar start --logformat none --config config-anonymous.yaml
117+ $ labgrid-coordinator
120118 [...]
121- Coordinator ready.
119+ Coordinator ready
122120
123121Then, you need to start the exporter::
124122 $ labgrid-exporter exports.yaml
You can’t perform that action at this time.
0 commit comments