Skip to content

Commit 13969df

Browse files
examples: migrate to gRPC
Signed-off-by: Bastian Krause <[email protected]>
1 parent 5a49429 commit 13969df

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

examples/deditec-relais8/import-dedicontrol.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ targets:
66
drivers:
77
DeditecRelaisDriver: {}
88
options:
9-
crossbar_url: 'ws://labgrid:20408/ws'
9+
coordinator_address: 'labgrid:20408'

examples/networkmanager/nm.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ targets:
66
drivers:
77
NetworkInterfaceDriver: {}
88
options:
9-
crossbar_url: 'ws://labgrid/ws'
9+
coordinator_address: 'labgrid:20408'

examples/sysfsgpio/import-gpio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ targets:
66
drivers:
77
GpioDigitalOutputDriver: {}
88
options:
9-
crossbar_url: 'ws://labgrid:20408/ws'
9+
coordinator_address: 'labgrid:20408'

examples/usbpower/README.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ on port 3.
4040
Software Setup
4141
--------------
4242

43-
The following expects that labgrid is installed in the
44-
active virtualenv and crossbar is installed into a separate virtualenv.
4543
The ``uhubctl`` and ``usbsdmux`` tools need to be installed on the system.
4644

4745
Library Example
@@ -116,9 +114,9 @@ Remote Setup
116114
------------
117115

118116
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
120118
[...]
121-
Coordinator ready.
119+
Coordinator ready
122120

123121
Then, you need to start the exporter::
124122
$ labgrid-exporter exports.yaml

0 commit comments

Comments
 (0)