Hi all,

I'm pleased to announce zapi, the high-level C binding for 0MQ, at
http://zero.mq/c.

Highlights:

* Single API hides differences between 0MQ/2.1, and 0MQ/3.0.
* Broken into easy-to-use classes: zctx, zstr, zframe, zmsg, zloop,
zhash, and zlist.
* Work with messages as strings, individual frames, or multipart messages.
* Automatic closure of any open sockets at context termination.
* Automatic LINGER configuration of all sockets for context termination.
* Includes generic hash and list containers.
* Simple reactor with one-off and repeated timers, and socket readers.
* Full selftests on all classes.

This API refactors much of the helper code developed for the Guide,
and the next version of the Guide will be mainly based on zapi,
including the zloop reactor.

It's working, tested, and documented, with man pages for each class.
Detailed documentation for each method is still only in the source
code, sorry.

Cheers
Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to