diff options
author | makefu <github@syntax-fehler.de> | 2011-09-17 12:06:21 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-09-17 12:06:21 +0200 |
commit | d581793fa3418e89aaa747889989438271016968 (patch) | |
tree | a77d5efa8fce3b6316dd84717aedceb9ef996f98 /UDP/README | |
parent | 8e7b4261b6ab31e97bed02182e52787ab506fe61 (diff) |
Reaktor/UDP: ubot - initial commit
update specs which now decribe how the head of the conf entry may look like
ubot is currenly an executable skeleton which important functions marked as
to be implemented.
Diffstat (limited to 'UDP/README')
-rw-r--r-- | UDP/README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -13,6 +13,17 @@ From 2011-09-16: } } ] +## Head definition + { + "bind" : "127.0.0.1", + "port" : 1234, + "pattern" : "XXZZ", + "terminator" : "\r\n" + "action" : { }, + } +bind is an optional entry which lets the user define a bind address for the server. +terminator is optional which lets the user define the EOM terminator. + ## Actions ### POST "POST" : { |