I'll make some time to play with this and provide some feedback when I can.
 The portability to embedded systems is intriguing.  I have a couple of
projects I've been mulling over where something like this might be handy.

Interesting!

Brian


On Wed, Dec 12, 2012 at 9:24 AM, Pieter Hintjens <[email protected]> wrote:

> Hi all,
>
> I've started on a tiny C implementation of the 0MQ ZMTP protocol.
>
> The goal is to get simple stacks that can work on embedded systems and
> be easily rewritten in other languages.
>
> A very basic proof of concept is here: https://github.com/hintjens/zmtplib
>
> Goals:
>
> * 100% portable, especially to older or embedded systems
> * 100% compatible at wire level with ZMTP/2.0
> * Good enough performance but no better
> * No library dependencies (especially libzmq)
> * Will grow to support full 0MQ API
>
> Current status:
>
> * Proof of concept PUB and SUB
> * Performance about 40% of libzmq
>
> Thoughts?
>
> -Pieter
> _______________________________________________
> 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

Reply via email to