Re: [zeromq-dev] Communication of 0MQ and Regular TCP/IP

2013-09-10 Thread Pieter Hintjens
You can get a downloadable zip of the current master here: https://github.com/zeromq/libzmq/archive/master.zip I've posted today's latest snapshot to http://download.zeromq.org/libzmq-master-bba0dd.zip, and will remove it later. ZMQ_STREAM is documented in that package; it's like ZMQ_ROUTER + the

Re: [zeromq-dev] Communication of 0MQ and Regular TCP/IP

2013-09-10 Thread asif saeed
No, Sir. My environment doesn't allow me to use GitHub, I am afraid - there are too many network restrictions/policies. Just cannot do it. I'd be thankful if you could please post a windows + Linux installation/sources that I can easily build - just like the existing ones. By the way, what does ZM

Re: [zeromq-dev] Communication of 0MQ and Regular TCP/IP

2013-09-10 Thread Pieter Hintjens
Hi Asif, Make sure you're using the latest GitHub master of libzmq; then use a ZMQ_STREAM socket. There is an example in tests/test_stream.cpp. -Pieter On Tue, Sep 10, 2013 at 12:23 PM, asif saeed wrote: > Hi, > > I want to build a 0mq app (on linux - or windows) that communicates with a > regu

[zeromq-dev] Communication of 0MQ and Regular TCP/IP

2013-09-10 Thread asif saeed
Hi, I want to build a 0mq app (on linux - or windows) that communicates with a regular TCP/IP app running on windows. How do you suggest I should do this? Thanks, -Asif ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mail