[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

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 cibercitiz...@gmail.com wrote: Hi all, I've written a little and simple helper

Re: [zeromq-dev] Guide is gone

2014-12-24 Thread Benjamin
http://www.downforeveryoneorjustme.com/http://zguide.zeromq.org/page:all It's just you. http://zguide.zeromq.org is up. On Wed, Dec 24, 2014 at 6:53 AM, Ian Barber ian.bar...@gmail.com wrote: Working here. Maybe a transient issue? On 23 December 2014 at 21:26, Bob Clarke

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

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 cibercitiz...@gmail.com 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