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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
