File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 6
6
drivers :
7
7
DeditecRelaisDriver : {}
8
8
options :
9
- crossbar_url : ' ws:// labgrid:20408/ws '
9
+ coordinator_address : ' labgrid:20408'
Original file line number Diff line number Diff line change 6
6
drivers :
7
7
NetworkInterfaceDriver : {}
8
8
options :
9
- crossbar_url : ' ws:// labgrid/ws '
9
+ coordinator_address : ' labgrid:20408 '
Original file line number Diff line number Diff line change 6
6
drivers :
7
7
GpioDigitalOutputDriver : {}
8
8
options :
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.
40
40
Software Setup
41
41
--------------
42
42
43
- The following expects that labgrid is installed in the
44
- active virtualenv and crossbar is installed into a separate virtualenv.
45
43
The ``uhubctl `` and ``usbsdmux `` tools need to be installed on the system.
46
44
47
45
Library Example
@@ -116,9 +114,9 @@ Remote Setup
116
114
------------
117
115
118
116
To 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
120
118
[...]
121
- Coordinator ready.
119
+ Coordinator ready
122
120
123
121
Then, you need to start the exporter::
124
122
$ labgrid-exporter exports.yaml
You can’t perform that action at this time.
0 commit comments