diff options
author | root <root@krebs> | 2011-09-25 02:53:05 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-09-25 02:53:05 +0200 |
commit | 18e0376ffd9dee51f554f422b8e83bcfaa0ab218 (patch) | |
tree | e5cda395701b7b89d5a4d930f50e6302c14880ea /UDP/config | |
parent | 821f9a450a9140f1ef63fb317a564d0251bc967e (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 'UDP/config')
-rw-r--r-- | UDP/config | 15 |
1 files changed, 15 insertions, 0 deletions
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" : { } + } + } + } +] |