Re: [zeromq-dev] CZTop, a new CZMQ binding for Ruby

2016-01-20 Thread paddor
Thank you very much for the support. :-) > On 21 Jan 2016, at 05:36, Joe McIlvain wrote: > > Congratulations on the stable release, Patrik! > > I know you've put in a lot of diligent work into this effort, and I'll be > recommending it to others as the "go-to" library

Re: [zeromq-dev] CZTop, a new CZMQ binding for Ruby

2016-01-20 Thread Joe McIlvain
Congratulations on the stable release, Patrik! I know you've put in a lot of diligent work into this effort, and I'll be recommending it to others as the "go-to" library to use for any ZeroMQ-related Ruby projects. On Mon, Jan 18, 2016 at 12:49 PM, Pieter Hintjens wrote: >

Re: [zeromq-dev] ZeroMQ for Contiki OS

2016-01-20 Thread Axel Voitier
Thanks, it worked. The new repo is https://github.com/zeromq/contiki-zmtp. For reorganising the sources, it was next in my list ;). Contiki actually suggest a tree structure to be compatible with their conventions and build system:

Re: [zeromq-dev] looking for an real app that uses zyre

2016-01-20 Thread Axel Voitier
Hello, I do in https://github.com/Alidron/alidron-isac/blob/master/transport/pyre_node.py, in a project that serve very similar purposes to what you want to do (haven't yet fully disclosed it though, so it is not yet well documented, sorry ;)). So far I used zyre (pyre actually) not only for

[zeromq-dev] looking for an real app that uses zyre

2016-01-20 Thread Jerry Scharf
Hi, I am new to zeromq. I am starting to work on a new building automation system for my home following an IoT model. zeromq seems like an ideal messaging system to build it around. I have some discovery issues I need to solve as well. I am trying to understand how to put the zyre into action

Re: [zeromq-dev] looking for an real app that uses zyre

2016-01-20 Thread Jerry Scharf
Hi, Sorry for the spam, that was supposed to be private. jerry ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] ZeroMQ for Contiki OS

2016-01-20 Thread Axel Voitier
Hi Pieter, Neat! :) Yes, it would be nice if it spawns interest for other embedded targets. I am all for the C4.1 policy, and for the move to the zeromq organization. Thanks for proposing! Could you enlighten me about what can be named zeromq actually? Is it the full set of ZMTP+all sockets

Re: [zeromq-dev] ZeroMQ for Contiki OS

2016-01-20 Thread Axel Voitier
Got it. It seems I don't have sufficient rights to create a repo in the organisation. Please, could you either add me the right, or create a repo named "contiki-zmtp"? By the way, there are zmq.c/h files in the current implementation in which I have put things built on top of the ZMTP

Re: [zeromq-dev] ZeroMQ for Contiki OS

2016-01-20 Thread Pieter Hintjens
I've updated the trademark policy since it was slightly out of date. http://zeromq.org/docs:trademark-policy The goal of this policy is to ensure that users know what they're getting. In your case I'd use -zmtp in the name, or call it something else. On Wed, Jan 20, 2016 at 4:20 PM, Axel

Re: [zeromq-dev] ZeroMQ for Contiki OS

2016-01-20 Thread Pieter Hintjens
Try to create the repo now, it should work. Indeed, zmq.c/h is probably a bad filename to use and zmtp.c/h is better. However I'd probably advise putting the sources into src and prefixing them all with something like cz_ On Wed, Jan 20, 2016 at 5:08 PM, Axel Voitier

Re: [zeromq-dev] ./configure fails when cross compiling malamute

2016-01-20 Thread Pieter Hintjens
Fix is in zproject and in Malamute. On Wed, Jan 20, 2016 at 7:45 PM, Benjamin Henrion wrote: > On Wed, Jan 20, 2016 at 7:26 PM, Benjamin Henrion wrote: >> On Wed, Jan 20, 2016 at 7:03 PM, Benjamin Henrion wrote: >>> Hi, >>> >>> I am

Re: [zeromq-dev] looking for an real app that uses zyre

2016-01-20 Thread Pieter Hintjens
NP, it was a nice description of the problem. :) On Wed, Jan 20, 2016 at 7:33 PM, Jerry Scharf wrote: > Hi, > > Sorry for the spam, that was supposed to be private. > > jerry > > ___ > zeromq-dev mailing list >

Re: [zeromq-dev] looking for an real app that uses zyre

2016-01-20 Thread Benjamin Henrion
On Wed, Jan 20, 2016 at 6:13 PM, Jerry Scharf wrote: > Hi, > > I am new to zeromq. I am starting to work on a new building automation > system for my home following an IoT model. zeromq seems like an ideal > messaging system to build it around. I have some

[zeromq-dev] ./configure fails when cross compiling malamute

2016-01-20 Thread Benjamin Henrion
Hi, I am cross-compiling malamute from the now working master, but fails compared to the version I was using before (a8879c364c76ff14747d9ecd71a98057934d62e9). I got this error in ./configure: checking for memset... no checking for getifaddrs... yes checking for .git... configure: error: cannot

Re: [zeromq-dev] ./configure fails when cross compiling malamute

2016-01-20 Thread Benjamin Henrion
On Wed, Jan 20, 2016 at 7:03 PM, Benjamin Henrion wrote: > Hi, > > I am cross-compiling malamute from the now working master, but fails > compared to the version I was using before > (a8879c364c76ff14747d9ecd71a98057934d62e9). > > I got this error in ./configure: > > checking

Re: [zeromq-dev] looking for an real app that uses zyre

2016-01-20 Thread Jerry Scharf
Axel, Would you be interested in working together? I have spent over a decade thinking about the problem and have finally come to rest with what I the problems are and what is a good first step on the solution. I am not attached so much to how the code is built. Like I said, I am not a

Re: [zeromq-dev] ZeroMQ for Contiki OS

2016-01-20 Thread Benjamin Henrion
On Wed, Jan 20, 2016 at 4:01 AM, Axel Voitier wrote: > Hello, > > I have published an attempt at porting zeromq to Contiki OS: > https://github.com/Alidron/contiki-zeromq > > It has a few limitations still. However, I covered most basics of ZMTP and a > handful of sockets.

Re: [zeromq-dev] ZeroMQ for Contiki OS

2016-01-20 Thread Axel Voitier
Yes, I actually started from libzmtp. Few things remain from it now (channels and msgs) as I had to adapt it to whatever Contiki provides. Contiki does not have a posix socket interface. But the hardest was t adapt to its threading model (protothreads) which were really constraining... Also, I

Re: [zeromq-dev] ZeroMQ for Contiki OS

2016-01-20 Thread Pieter Hintjens
Oh, and I sent you your first pull request. :) On Wed, Jan 20, 2016 at 12:39 PM, Pieter Hintjens wrote: > Hi Axel, > > This is really cool... could be the basis for other embedded projects. > I'd like to move this into the zeromq organization and use our C4.1 > contribution

Re: [zeromq-dev] ZeroMQ for Contiki OS

2016-01-20 Thread Pieter Hintjens
Hi Axel, This is really cool... could be the basis for other embedded projects. I'd like to move this into the zeromq organization and use our C4.1 contribution policy, is that OK? The name suggests you ported libzmq, which is misleading. It'd be better to say "ZMTP" instead of "ZeroMQ". I've