summaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-08-24 11:57:18 -0700
committerPaul Oliver <contact@pauloliver.dev>2024-10-14 13:56:27 -0700
commit70d3e37b1a088209fe84abf07a39d14dec116c6b (patch)
treecd7779f004080c02b1fc6b1327c43ec2dd4e02d5 /config.yaml
Initial commitHEADmaster
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]