diff --git a/README.md b/README.md index d402313c..46eef8c4 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,4 @@ The best way to learn Zenoh-Flow is to go through our [getting started guide](ht ## Examples -We encourage you to look at the examples available in our [examples repository](https://github.com/ZettaScaleLabs/zenoh-flow-examples). - -🚗 If you still want more, we also ported an [Autonomous Driving Pipeline](https://github.com/ZettaScaleLabs/stunt)! \ No newline at end of file +compile the examples using "cargo build --examples" \ No newline at end of file diff --git a/examples/README.md b/examples/README.md index 003c0acd..24f9f42d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -14,27 +14,9 @@ Alternatively, we can create a single library of a zenoh-flow node with the foll cargo build --example ``` -### Update and run the examples -For each YAML file in the list below, check that the paths and filenames are -correct: -- flows/period-miss-detector.yaml -- flows/getting-started.yaml -- examples/file-writer/file-writer.yaml -- examples/greetings-maker/greetings-maker.yaml -- examples/period-miss-detector/period-miss-detector.yaml - -#### 1st terminal: Launch Zenoh router -For more details you can consult the [documentation](https://github.com/eclipse-zenoh/zenoh-flow/wiki/Installation-(v0.4.0)#zenoh-plugin) +### Configure and run the examples -```shell -cd ~/dev/zenoh && ./target/debug/zenohd -c ~/.config/zenoh-flow/zenoh.json -``` - -#### 2nd terminal: Zenoh-Flow daemon - -```shell -cd ~/dev/zenoh-flow/ && ./target/debug/zenoh-flow-daemon -c ~/.config/zenoh-flow/runtime.yaml -``` +To configure and run the examples see the [documentation](https://github.com/eclipse-zenoh/zenoh-flow/wiki/Installation-(v0.4.0)#zenoh-plugin) #### 3rd terminal: launch the flow