File tree Expand file tree Collapse file tree 7 files changed +27
-32
lines changed
Expand file tree Collapse file tree 7 files changed +27
-32
lines changed Original file line number Diff line number Diff line change 11flow : hello-world
2+
23vars :
34 BASE_DIR : " ./zenoh-flow-examples/getting-started"
45
@@ -9,12 +10,12 @@ sources:
910
1011operators :
1112 - id : greetings-maker
12- descriptor : " file://{{ BASE_DIR }}/nodes/rust/greetings-maker/greetings-maker.yaml
13+ descriptor : " file://{{ BASE_DIR }}/nodes/rust/greetings-maker/greetings-maker.yaml"
1314
1415
1516sinks :
1617 - id : file-writer
17- descriptor: " file://{{ BASE_DIR} } /nodes/rust/file-writer/file-writer.yaml
18+ descriptor : " file://{{ BASE_DIR }} /nodes/rust/file-writer/file-writer.yaml"
1819
1920
2021links :
Original file line number Diff line number Diff line change 11id : file-writer
22
3- uri : file:///Users/julien/dev/zenoh-flow-examples/getting-started/nodes/python/file-writer/file-writer.py
3+ vars :
4+ BASE_DIR : " ./zenoh-flow-examples/getting-started"
5+
6+ uri : " file://{{ BASE_DIR }}/nodes/python/file-writer/file-writer.py"
47
58inputs :
69 - id : in
710 type : string
8-
9- tags : []
Original file line number Diff line number Diff line change 11id : greetings-maker
22
3- # Do not forget to change the extension depending on your operating system!
4- # Linux -> .so
5- # Windows -> .dll (and remove the "lib" in front)
6- # MacOS -> .dylib
7- uri : file:///Users/julien/dev/zenoh-flow-examples/getting-started/nodes/python/greetings-maker/greetings-maker.py
8- # If the compilation is in release:
9- # uri: file:///absolute/path/to/target/release/libgreetings_maker.so
3+ vars :
4+ BASE_DIR : " ./zenoh-flow-examples/getting-started"
5+
6+ uri : " file://{{ BASE_DIR }}/nodes/python/greetings-maker/greetings-maker.py"
107
118inputs :
129 - id : name
@@ -15,5 +12,3 @@ inputs:
1512outputs :
1613 - id : greeting
1714 type : string
18-
19- tags : []
Original file line number Diff line number Diff line change 11id : zenoh-sub
22
3- # Do not forget to change the extension depending on your operating system!
4- # Linux -> .so
5- # Windows -> .dll (and remove the "lib" in front)
6- # MacOS -> .dylib
7- uri : file:///Users/julien/dev/zenoh-flow-examples/getting-started/nodes/python/zenoh-sub/zenoh-sub.py
8- # If the compilation is in release:
9- # uri: file:///absolute/path/to/target/release/libfile_reader.so
3+ vars :
4+ BASE_DIR : " ./zenoh-flow-examples/getting-started"
5+
6+ uri : " file://{{ BASE_DIR }}/nodes/python/zenoh-sub/zenoh-sub.py"
107
118outputs :
129 - id : out
1310 type : string
14-
15- tags : []
Original file line number Diff line number Diff line change 11id : file-writer
22
3+ vars :
4+ BASE_DIR : " ./zenoh-flow-examples/getting-started"
5+
36# Do not forget to change the extension depending on your operating system!
47# Linux -> .so
58# Windows -> .dll (and remove the "lib" in front)
69# MacOS -> .dylib
7- uri : file:///Users/julien/dev/zenoh-flow-examples/getting-started/ nodes/rust/target/debug/libfile_writer.dylib
10+ uri : " file://{{ BASE_DIR }}/ nodes/rust/target/debug/libfile_writer.dylib"
811# If the compilation is in release:
912# uri: file:///absolute/path/to/target/release/libfile_writer.so
1013
1114inputs :
1215 - id : in
1316 type : string
14-
15- tags : []
Original file line number Diff line number Diff line change 11id : greetings-maker
22
3+ vars :
4+ BASE_DIR : " ./zenoh-flow-examples/getting-started"
5+
36# Do not forget to change the extension depending on your operating system!
47# Linux -> .so
58# Windows -> .dll (and remove the "lib" in front)
69# MacOS -> .dylib
7- uri : file:///Users/julien/dev/zenoh-flow-examples/getting-started/ nodes/rust/target/debug/libgreetings_maker.dylib
10+ uri : " file://{{ BASE_DIR }}/ nodes/rust/target/debug/libgreetings_maker.dylib"
811# If the compilation is in release:
912# uri: file:///absolute/path/to/target/release/libgreetings_maker.so
1013
@@ -15,5 +18,3 @@ inputs:
1518outputs :
1619 - id : greeting
1720 type : string
18-
19- tags : []
Original file line number Diff line number Diff line change 11id : file-reader
22
3+ vars :
4+ BASE_DIR : " ./zenoh-flow-examples/getting-started"
5+
36# Do not forget to change the extension depending on your operating system!
47# Linux -> .so
58# Windows -> .dll (and remove the "lib" in front)
69# MacOS -> .dylib
7- uri : file:///Users/julien/dev/zenoh-flow-examples/getting-started/ nodes/rust/target/debug/libzenoh_sub.dylib
10+ uri : " file://{{ BASE_DIR }}/ nodes/rust/target/debug/libzenoh_sub.dylib"
811# If the compilation is in release:
912# uri: file:///absolute/path/to/target/release/libfile_reader.so
1013
1114outputs :
1215 - id : out
1316 type : string
14-
15- tags : []
You can’t perform that action at this time.
0 commit comments