[nanomsg] Nanomsg and ZMQ

  • From: Alan Wright <alan@xxxxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Mon, 1 Apr 2013 12:25:17 +0200

Hi,

I was playing around with nanomsg and it certainly looks like it has
a huge amount of potential - good work!

I am having a problem when trying to get nanomsg and zmq to talk
to each other and I'm not sure whether it's a mistake I'm making or
by design.

I wrote a very simple python zmq ROUTER server that I was hoping
to connect to from nanomsg, however nothing seems to be getting
through. Even when I make the the zmq socket type REP (thinking
it was something to do with the address/envelope part), still nothing.

I've tried nanomsg -> nanomsg (REQ/REP) over TCP and that works
fine, so before digging deeper, I thought I'd check with you to see
whether what I'm attempting is sane :-)

thanks,
Alan.

Other related posts: