summaryrefslogtreecommitdiffstats
path: root/Reaktor/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
commit87a25a6527bcd9fd9c7ffa6eea9668e4bfd4b718 (patch)
tree89507e52f7b2feac93121b1e01c335279d009c80 /Reaktor/UDP/README
parentd40812a81a6a5ae898e319c51fcf938950af2020 (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 'Reaktor/UDP/README')
-rw-r--r--Reaktor/UDP/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/Reaktor/UDP/README b/Reaktor/UDP/README
index f89d377d..ad7117fe 100644
--- a/Reaktor/UDP/README
+++ b/Reaktor/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" : {