Problem: Currently, all zeroMQ messages (both internal and external) do not have a uniform structure, as every command had its own packet. Also, the only documentation is in the code following the format:
/* Message is:
frame 1:
frame 2:
/
Solution: Structurize the message to a single ""framework" and document the protocol.
From @lerwys on June 26, 2014 14:7
Issue by lerwys Friday May 23, 2014 at 17:28 GMT Originally opened as https://github.com/lerwys/bpm-software-old-bakcup/issues/5
Problem: Currently, all zeroMQ messages (both internal and external) do not have a uniform structure, as every command had its own packet. Also, the only documentation is in the code following the format:
/* Message is:
Solution: Structurize the message to a single ""framework" and document the protocol.
Copied from original issue: lnls-dig/bpm-sw#5