From 18e0376ffd9dee51f554f422b8e83bcfaa0ab218 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 Sep 2011 02:53:05 +0200 Subject: Reaktor/UDP: working release Reaktor/UDP is customizable via a single json config parsed at the very beginning, starting a number of asynchronous UDP listeners. See Readme for more info --- UDP/config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 UDP/config (limited to 'UDP/config') diff --git a/UDP/config b/UDP/config new file mode 100644 index 0000000..34f0d0b --- /dev/null +++ b/UDP/config @@ -0,0 +1,15 @@ +[ + { + "comment" : "listener for licht.shack", + "bind_addr" : "0.0.0.0", + "port" : 2342, + "pattern" : "", + "action" : { + "PROCESS" : { + "path" : "/krebs/Reaktor/UDP/licht_resolver", + "argv" : [ ], + "envp" : { } + } + } + } +] -- cgit v1.2.3