From 69d0bdabf47cfdf09eed4b3002fe13e1db6e511b Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 17 Jun 2015 08:47:16 +0200 Subject: [PATCH] Add documentation --- ICCC/Doc.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ICCC/Doc.go b/ICCC/Doc.go index 80f5343..940b5e3 100644 --- a/ICCC/Doc.go +++ b/ICCC/Doc.go @@ -42,5 +42,13 @@ For the arrays, the name will repeated for each value. * str[] := string array e.g. 'a' 'abc' gets str[]:name:a str[]:name:abc * f64[] := 64 bit float array e.g. 1.1 1.2 gets f64[]:name:1.100000000 f64[]:name:1.2000000000 +The format of a message is: +command=COMMAND +channel=CHANNEL +[any count of data tuples] +InternalCommPassword=[configured communication password e.g. an UUID etc.] + +If you want to build a distributed system across the Internet, please use e.g. SSH tunnels +to keep things secret. */ package ICCC