summaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..764f92d
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,8 @@
+dummy-pulser:
+ name: pulser
+ pubEp: tcp://127.0.0.1:10001
+ pulses: 10
+dummy-receiver:
+ name: receiver
+ subEps: [tcp://127.0.0.1:10001]
+ topics: [pulser]