Re: [zeromq-dev] libzmq master updated to OpenPGM 5.2.122

2012-12-12 Thread Steven McCoy
On 12 December 2012 10:20, Steven McCoy wrote: > The difference between 5.2.121 and 5.2.122 are minor fixes of the test > suite. > > Updated Windows installers with libzmq master and OpenPGM 5.2.122: http://miru.hk/archive/ZeroMQ-3.3.0~gitce24557b11~miru1.0-x64.exe http://miru.hk/archive/ZeroMQ-

Re: [zeromq-dev] zmtplib - a tiny ZMTP library in C

2012-12-12 Thread Ian Barber
On Wed, Dec 12, 2012 at 2:43 PM, Pieter Hintjens wrote: > On Wed, Dec 12, 2012 at 3:38 PM, Steven McCoy > wrote: > > > Is that C89, C99, C11 or C++2003 compatible? > > I'll certainly have a look through. > > Good question. My default would have been to use C99/MSVC as we use in > CZMQ. > > But i

[zeromq-dev] libzmq master updated to OpenPGM 5.2.122

2012-12-12 Thread Steven McCoy
This should bring support up to date for all the relatively minor platform issues reported over the last several months. Including OS X, Open Solaris distributions, and even broken interface databases for certain lucky RHEL users. Performance pretty much the same given test accuracy. I kept the

Re: [zeromq-dev] zmtplib - a tiny ZMTP library in C

2012-12-12 Thread Pieter Hintjens
On Wed, Dec 12, 2012 at 3:38 PM, Steven McCoy wrote: > Is that C89, C99, C11 or C++2003 compatible? > I'll certainly have a look through. Good question. My default would have been to use C99/MSVC as we use in CZMQ. But it could be smarter to stick to C89. -Pieter __

Re: [zeromq-dev] zmtplib - a tiny ZMTP library in C

2012-12-12 Thread Steven McCoy
On 12 December 2012 09:24, Pieter Hintjens wrote: > Hi all, > > I've started on a tiny C implementation of the 0MQ ZMTP protocol. > Is that C89, C99, C11 or C++2003 compatible? I'll certainly have a look through. -- Steve-o ___ zeromq-dev mailing li

Re: [zeromq-dev] zmtplib - a tiny ZMTP library in C

2012-12-12 Thread Pieter Hintjens
On Wed, Dec 12, 2012 at 3:29 PM, Brian Knox wrote: > 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. The current code i

Re: [zeromq-dev] zmtplib - a tiny ZMTP library in C

2012-12-12 Thread Brian Knox
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 wrot

[zeromq-dev] zmtplib - a tiny ZMTP library in C

2012-12-12 Thread Pieter Hintjens
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