[zeromq-dev] value arrays in ZPL

Joshua Tacoma joshua at yellowseed.org
Tue Feb 5 08:03:47 CET 2013


On Sun, Jan 27, 2013 at 06:21:02PM +0100, Pieter Hintjens wrote:
> On Sun, Jan 27, 2013 at 5:44 PM, Joshua Tacoma <joshua at yellowseed.org> wrote:
>
> >         bind = tcp://eth0:5555
> >         bind = inproc://device
> 
> Yes, this is the right syntax, it's the same in XML; you repeat the

Thanks for the reply Pieter, that helped a lot:

For anyone interested there's now a ZPL package for Go documented at
http://godoc.org/github.com/jtacoma/gozpl.  While the API is pretty stable and
emulates that of encoding packages in the Go standard library, it's not yet
thoroughly-tested.

I've been using it in an experimental (unstable) ZDCF package at
http://godoc.org/github.com/jtacoma/gozdcf which, while missing some important
functionality, is good enough to make this work:

https://gist.github.com/jtacoma/4712643#file-echo-go

- Josh



More information about the zeromq-dev mailing list