Skip to content

Commit

Permalink
Update the README files
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipTamb committed Oct 4, 2023
1 parent 7b58c8b commit 99d0861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
compile the examples using "cargo build --examples"
22 changes: 2 additions & 20 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,9 @@ Alternatively, we can create a single library of a zenoh-flow node with the foll
cargo build --example <node>
```

### 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

Expand Down

0 comments on commit 99d0861

Please sign in to comment.