Re: [zeromq-dev] C++ 0mq helper

2014-12-29 Thread cibercitizen1
Hi all again, I've polished https://github.com/cibercitizen1/zmqHelper and documented the file: zmqHelper.h It provides a clean interface to program with, and it has been tested with: + REQ-REP + PUB-SUB + chat: REQ-REP + PUB-SUB + REQ-ROUTER-DEALER-REP + inproc REQ-REP with several threads Fel

Re: [zeromq-dev] C++ 0mq helper

2014-12-25 Thread cibercitizen1
Thanks, but I would prefer that the current developers review https://github.com/cibercitizen1/zmqHelper and add it to http://zeromq.org/bindings:cpp if they think it is worth. El 24/12/14 17:36, Thomas Rodgers escribió: You need to create a WikiDot account before you can edit the page. On W

Re: [zeromq-dev] C++ 0mq helper

2014-12-24 Thread Thomas Rodgers
You need to create a WikiDot account before you can edit the page. On Wednesday, December 24, 2014, cibercitizen1 wrote: > Hi all, > > this is the github project: > > https://github.com/cibercitizen1/zmqHelper > > but don't know how to add it to the C++ bindings page. > Could someone do this for

Re: [zeromq-dev] C++ 0mq helper

2014-12-24 Thread cibercitizen1
Hi all, this is the github project: https://github.com/cibercitizen1/zmqHelper but don't know how to add it to the C++ bindings page. Could someone do this for me? (I guess I won't have permissions to do so). Thanks. El 24/12/14 12:09, Pieter Hintjens wrote: > Hi, the best way to share this w

Re: [zeromq-dev] C++ 0mq helper

2014-12-24 Thread Pieter Hintjens
Hi, the best way to share this with people is to make a github project for it, and then add it to the C++ bindings page at http://zeromq.org/bindings:cpp -Pieter On Wed, Dec 24, 2014 at 10:50 AM, cibercitizen1 wrote: > Hi all, > > I've written a little and simple helper class that permitts easy

[zeromq-dev] C++ 0mq helper

2014-12-24 Thread cibercitizen1
Hi all, I've written a little and simple helper class that permitts easy socket creation, easy multi-send/receive, and asynchronous listener callbacks (lambdas, function pointers, function objects) for receivers. If someone finds it worth, I can post the file. Thanks. Some examples of use f