[zeromq-dev] asynchronous socket.bind from python

2016-02-23 Thread Jerry Scharf
Hi,

My first app is a master talking to a dozen raspberry pis. Each of the 
pis have a pub and reply socket to bind to from the master. I want to 
basically try to connect to these and then start controlling them once 
they come up.

I am writing in python, and was hoping to keep things single threaded 
for the initial stupid tests (makes initial debugging way easier.) I can 
use poll to see who has sent a message and process it. What I haven't 
figured out is how not to have the code go away when attempting to  bind 
the req and sub sockets.

Any thoughts on how to do this?

thanks,
jerry

___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev


[zeromq-dev] Loadtag entries on api.zeromq.org

2016-02-23 Thread Alex Bligh
api.zeromq.org appears to have been invaded by "LOAD TAG: entry"
and "LOAD TAG: simpara".

See e.g.:
  http://api.zeromq.org/4-0:zmq-socket

It would be more readable without these.

-- 
Alex Bligh




___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev


Re: [zeromq-dev] Building ZGuide

2016-02-23 Thread Osiris Pedroso
Thanks guys,

That was very helpful.
I was finally able to do it.

Just sent a pull request, so next person will have an easier time.

Thanks again,
Osiris

On Mon, Feb 22, 2016 at 5:26 PM Luca Boccassi 
wrote:

> On 22 February 2016 at 21:57, Osiris Pedroso  wrote:
> > I am trying to build ZGuide.
> >
> > Selfish reason is that I am using same ascii diagrams to describe my
> > architecture and would like to use the same toolset to generate the
> > graphics/pdf, since I like ZGuide's graphics so much.
> >
> > I have an up to date Ubuntu 14.04 LTS VM that I am running.
> > I got the ZGuide source from git://github.com/imatix/zguide.
> >
> > I found the file zguide/bin/INSTALL and I am trying to install those
> > packages, but several fail since Ubuntu software distribution does not
> know
> > of them.
> >
> > $ sudo apt-get install rasterizer
> > E: Unable to locate package rasterizer
> >
> > Same error for:
> >
> > pygmentize
> > docbook2ps
> > ps2pdf
> > rasterizer (repeated so a nice list)
> >
> >
> > Any idea where I should get them from?
>
> Hi,
>
> On Ubuntu's (and Debian's) website you can search for package content,
> it's a very convenient tool. It will match filenames.
>
> For example, it looks like /usr/bin/rasterizer comes from libbatik-java:
>
>
> http://packages.ubuntu.com/search?suite=trusty=all=any=rasterizer=contents
>
> /usr/bin/pygmentize -> python-pygments
> /usr/bin/docbook2ps -> docbook-utils
> /usr/bin/ps2pdf -> ghostscript
>
> Kind regards,
> Luca Boccassi
> ___
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev