On Fri, Dec 21, 2012 at 8:29 PM, Sebastian Freundt <[email protected]> wrote:

> I was wondering if there's any known pure C library that implements
> libzmq's API?  Or if there's any plan on providing that?

I started on a proof of concept a week or so ago; the idea is to build
a tiny C stack that implements the wire protocols, but for systems
that can't run the full library, e.g. with restrictions on dynamic
memory allocation. Performance would not be the primary goal. Therei's
a PoC pub and sub socket here: https://github.com/hintjens/zmtplib.

Nanomsg is also very interesting but it's not, afaik, aimed at tiny
systems, nor does it have ZMTP protocol compatibility as goal.

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

Reply via email to