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-12-01 07:01:30 -0800
commitf0854265f7a1b59078308965d33fe2583a5c0f9c (patch)
treed8b06110d84fce783f1cc91aa37155351c655b2c /config.yaml
Initial commitHEADmaster
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..e9410e3
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,12 @@
+dummy-pulser:
+ name: pulser
+ pubEp: tcp://127.0.0.1:10001
+ period: 1000000
+ pulses: 10
+dummy-receiver:
+ name: receiver
+ subEps: [tcp://127.0.0.1:10001]
+ topics: [pulser]
+command:
+ name: command
+ pubEp: tcp://127.0.0.1:10002