aboutsummaryrefslogtreecommitdiffstats
path: root/UDP/README
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-09-17 12:06:21 +0200
committermakefu <github@syntax-fehler.de>2011-09-17 12:06:21 +0200
commitd581793fa3418e89aaa747889989438271016968 (patch)
treea77d5efa8fce3b6316dd84717aedceb9ef996f98 /UDP/README
parent8e7b4261b6ab31e97bed02182e52787ab506fe61 (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/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/UDP/README b/UDP/README
index f89d377..ad7117f 100644
--- a/UDP/README
+++ b/UDP/README
@@ -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" : {