While cppzmq isn't much of a wrapper, zmqpp is a bit better. I'm not thrilled with the idea of an entirely separate c++ binding just to get the czmq stuff. Any chance of integrating with zmqpp instead?
On Tue, Mar 11, 2014 at 10:21 AM, Turkey Breast <[email protected]>wrote: > Yes, I can make the neccessary changes but the API is still incomplete and > evolving. Hope that's OK. But already it allows people to make use of the > crypto stuff, and I'm migrating my project towards this wrapper. I don't > think the previous cppzmq was well designed nor written. > > > > > > On Tuesday, March 11, 2014 4:39 PM, Pieter Hintjens <[email protected]> wrote: > Very nice! > > Can I interest you in http://zeromq.org/docs:organization? > > On Tue, Mar 11, 2014 at 3:27 PM, Turkey Breast <[email protected]> > wrote: > > I've created this project for our project to wrap czmq in C++. The > current ZMQ wrappers don't use CZMQ and don't implement the ZAP crypto > handlers. > > > > https://github.com/darkwallet/czmqpp > > > > See examples/. It doesn't have everything but the core basics are there. > > > > Wherever possible I try to be consistent and not innovate on top of the > CZMQ API. Return values are still ints and you can use the CZMQ API with > CZMQ++ by calling self() on the objects to return the underlying pointer. > > > > _______________________________________________ > > zeromq-dev mailing list > > [email protected] > > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
