[zeromq-dev] a 0MQ control port
Troy D. Hanson
tdh at tkhanson.net
Mon Oct 31 03:59:32 CET 2011
I've built a small library for adding an interactive control port to 0MQ-based C programs. The idea is to add monitor or control commands to your program for administrative use. Internally its a simple req-rep socket that dispatches to a command callback. I've found it useful both interactively and from scripts.
For further info please see -
my blog post: http://tkhanson.net/blog
or
the github page: http://troydhanson.github.com/zcontrol/
Feedback is welcome. I've used a lot of applications with control ports, and there are many interesting possibilities, but this is very basic at the moment.
Troy D. Hanson
More information about the zeromq-dev
mailing list