Changed documentation regarding last ICCC changes

This commit is contained in:
Thorsten Sommer 2015-07-10 21:07:42 +02:00
parent 0bf83fc0d0
commit be7015a88f

View File

@ -39,11 +39,9 @@ The format of a message is:
command=COMMAND command=COMMAND
channel=CHANNEL channel=CHANNEL
[any count of data tuples] [any count of data tuples]
InternalCommPassword=[configured communication password e.g. an UUID etc.] checksum=[the SHA512 checksum of the message]
If you want to build a distributed system across the Internet, please use e.g. SSH tunnels to keep things secret.
Constrains to the environment: Constrains to the environment:
The web server cannot reorder the fields of the request or response. The order of fields at the data object (message) must correspond with the order of fields inside the HTTP message. Therefore, a reorder is not possible at the moment. The web server cannot reorder the fields of the request or response. The order of fields at the data object (message) must correspond with the order of fields inside the HTTP message. Therefore, a reorder is not possible at the moment. Also, the three field names 'command', 'channel' and 'checksum' are reserved, thus, you cannot use these names.
*/ */
package ICCC package ICCC