exec/protocol.txt
author František Kučera <franta-hg@frantovo.cz>
Sun, 05 Jan 2020 16:28:53 +0100
branchv_0
changeset 0 4d5b3eda7be1
permissions -rw-r--r--
exec: protocol design draft

messages.csv:
 - list of message types and their parameters

protocol.csv:
 - list of allowed responses / interactions
 - label + = message can repeat but will be sent at least once
 - label * = message can repeat but can be also completely skipped
 - error message can be sent as a response to any message and terminates the process
 - warning message can be sent as a response to any message, but does not affect the workflow (just causes e.g. printing a warning to STDERR)