[zeromq-dev] pure C library

Pieter Hintjens ph at imatix.com
Sat Dec 22 09:00:07 CET 2012


On Fri, Dec 21, 2012 at 8:29 PM, Sebastian Freundt <freundt at fresse.org> 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



More information about the zeromq-dev mailing list