From cc639b06c7126fac7b445d8f778455620d7f8f50 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Sun, 29 Dec 2024 17:05:34 +0000 Subject: Initial --- servconf.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 servconf.yaml (limited to 'servconf.yaml') diff --git a/servconf.yaml b/servconf.yaml new file mode 100644 index 0000000..9bf4c63 --- /dev/null +++ b/servconf.yaml @@ -0,0 +1,21 @@ +command: + name: command + pubEp: tcp://0.0.0.0:10000 +dummy-poller: + name: poller + period: 3000000 + subEps: + - tcp://0.0.0.0:10001 + topics: + - pulser +dummy-pulser: + name: pulser + period: 1000000 + pubEp: tcp://0.0.0.0:10001 + pulses: 10 +dummy-receiver: + name: receiver + subEps: + - tcp://0.0.0.0:10001 + topics: + - pulser -- cgit v1.2.1