[zeromq-dev] Can version 3.2.0 communicate with 3.2.5 with basic "PULL/PUSH/SUB/PUB" socket?

2018-09-17 Thread zhangkai.gis
Hi all, I use golang + zmq (https://github.com/pebbe/zmq3)as my client.I found this golang bingdings compiles well with version 3.2.5.But the server side use version 3.2.0 with java.we only use basic socket types "PUSH/PULL/SUB/PUB".Will this work well between the two different version?

Re: [zeromq-dev] Is there a zmq debug tool?

2016-08-26 Thread zhangkai.gis
I use vpn combine 192.168.9.58 to 172.16.9.108.I have no idea is the vpn effects. 2016-08-26 zhangkai.gis From:"zhangkai.gis"<zhangkai@163.com> Date:2016-08-26 08:45 Subject:Re: [zeromq-dev] Is there a zmq debug tool? To:"ZeroMQ development list"<ze

Re: [zeromq-dev] Is there a zmq debug tool?

2016-08-25 Thread zhangkai.gis
tequark/zmtp-wireshark. //Kevin 2016-08-25 9:02 GMT+00:00 zhangkai.gis <zhangkai@163.com>: Hello all, I established a zmq push server(bind) in linux(192.168.2.225) and run a zmq pull client(connect) in Win7 64 bits(192.168.9.58). I can saw that.The windows client can connect to the

[zeromq-dev] Is there a tool to help with the zeromq enviroment?

2015-12-23 Thread zhangkai.gis
Hello, I use zeromq 3.2.0 push/pull between windows and linux.I bind a port on windows use pull,then connect the endpoint with linux push.and I grab the data with tcpdump.and I get "ff 00 00 00 00 00 00 00 01 7f".But the windows pull do not recv it .I think maybe the data used by zeromq