summaryrefslogtreecommitdiffstats
path: root/Reaktor/UDP/config
diff options
context:
space:
mode:
authorroot <root@krebs>2011-09-25 02:53:05 +0200
committerroot <root@krebs>2011-09-25 02:53:05 +0200
commita30932e4c793ceb2c813986bd84e8f99d1dc84a5 (patch)
tree218e0851b651ae147167fdb9ca4774e2be73ccda /Reaktor/UDP/config
parent14636218a1ca18cf66c507d39c6784a6b28f7528 (diff)
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
Diffstat (limited to 'Reaktor/UDP/config')
-rw-r--r--Reaktor/UDP/config15
1 files changed, 15 insertions, 0 deletions
diff --git a/Reaktor/UDP/config b/Reaktor/UDP/config
new file mode 100644
index 00000000..34f0d0bc
--- /dev/null
+++ b/Reaktor/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" : { }
+ }
+ }
+ }
+]