lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[msg & smio] Structurize and document zeroMQ messages #5

Open lerwys opened 8 years ago

lerwys commented 8 years ago

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

lerwys commented 8 years ago

Evaluate the usage of the zproto project (https://github.com/zeromq/zproto). It provides an easy-to-use API for working with protocols