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.
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.