Skip to content

Commit

Permalink
Digital Twin Graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbeitz committed May 1, 2024
1 parent 8afdd76 commit 68f1124
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/samples/graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ Make sure that you replace "{repo-root-dir}" with the repository root directory
---- invehicle_digital_twin_settings.yaml ----<br>
`invehicle_digital_twin_authority: "0.0.0.0:5010"`<br><br>
---- digital_twin_graph_settings.yaml ----<br>
`base_authority: "0.0.0.0:5010"`<br>
`base_authority: "0.0.0.0:5010"`<br><br>
---- consumer_settings.yaml ----<br>
`consumer_authority: "0.0.0.0:6010"`<br>
`invehicle_digital_twin_uri: "http://0.0.0.0:5010"`<br><br>
---- seat_massager_provider_settings.yaml ----<br>
`provider_authority: "0.0.0.0:4020"`<br>
`invehicle_digital_twin_uri: "http://0.0.0.0:5010"`<br><br>
1. In the top window, run:<br><br>
`./invehicle-digital-twin`<br>
1. In the second window, run:<br><br>
`./graph-vehicle-core-provider`<br>
1. In the third window, run:<br><br>
`./graph-seat-massager-provider`<br>
1. In the bottom window, run:<br><br>
`./graph-consumer`<br>
1. In the top window, run:<br>
`./invehicle-digital-twin`<br><br>
1. In the second window, run:<br>
`./graph-vehicle-core-provider`<br><br>
1. In the third window, run:<br>
`./graph-seat-massager-provider`<br><br>
1. In the bottom window, run:<br>
`./graph-consumer`<br><br>
1. Use control-c in each of the windows when you wish to stop the demo.

A templated version of each config file can be found in:
Expand Down

0 comments on commit 68f1124

Please sign in to comment.