[nanomsg] Re: Nanomsg and ZMQ

  • From: Charles Remes <lists@xxxxxxxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Tue, 2 Apr 2013 05:24:22 -0500

Nanomsg and ZMQ are not compatible. There is a ZMQ-compatibility API so that 
you can share *code*, but you can not hook up a nanomsg socket to a zmq socket.

cr

On Apr 1, 2013, at 5:25 AM, Alan Wright <alan@xxxxxxxxxxx> wrote:

> 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: