lerwys / bpm-software-old-bakcup

Repository containing the Beam Position Monitor Software
GNU Lesser 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

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.