lnls-dig / bpm-sw

Repository containing the software for the Beam Position Monitor project
GNU General Public License v3.0
0 stars 1 forks source link

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

Open lerwys opened 10 years ago

lerwys commented 10 years ago

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.

lerwys commented 10 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

lerwys commented 8 years ago

This issue was moved to lnls-dig/halcs#5