It also gets quite good coverage in the zeromq guide (which is itself brilliant).
E.g. take a look here: http://zguide.zeromq.org/page:all#The-CZMQ-High-Level-API It was good enough to sell the library to me, and made it clear how it could save you a lot of typing. I've also found it really useful to check out the documentation of the source code for the library, which you can find here - it's very clearly laid out, and on the few occasions when the comments didn't make it clear what you were supposed to pass, the code itself made it obvious. (From memory, I wasn't sure about time units on one occasion). https://github.com/zeromq/czmq/tree/master/src Andy On 27 December 2012 20:08, Pieter Hintjens <[email protected]> wrote: > Up to now the only docs are on http://czmq.zeromq.org/. > > I'll look at writing a full Guide for CZMQ in 2013, since the library > is getting quite a lot of use. > > -Pieter > > On Thu, Dec 27, 2012 at 8:33 PM, Claudio Carbone <[email protected]> > wrote: > > On 12/27/2012 11:20 AM, Andy Ballingall TF wrote: > >> Hi, > >> > >> CZMQ's zloop reactor ( http://czmq.zeromq.org/manual:zloop ) is a > >> handy thing > > > > I didn't know of any of this, I gave a quick look but I can't find any > > extensive documentation for these features (I was hoping for something > > like the ZMQ Guide). > > Are there any tutorials or any in depth material for these things? > > I wish to know more. > > > > Thank you > > Claudio > > _______________________________________________ > > 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 > -- Andy Ballingall Senior Software Engineer The Foundry 6th Floor, The Communications Building, 48, Leicester Square, London, WC2H 7LT, UK Tel: +44 (0)20 7968 6828 - Fax: +44 (0)20 7930 8906 Web: http://www.thefoundry.co.uk/ The Foundry Visionmongers Ltd. Registered in England and Wales No: 4642027
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
