[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?

Thanks,
zhangkai___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


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"<zeromq-dev@lists.zeromq.org>
Cc:

Thanks for the tool.My zmq is version 3.2.0 Is it possible to use the 
tool?besides I have check my push server(located in linux 192.168.2.224) It 
shows my pull client(located in win7 192.168.9.58) connect to it.But when I use 
tcpdump to show whether or not the server push data.I found that no data was 
sended.I set up another linux pull client(located in linux 192.168.2.66) I can 
saw the server push data to the linux pull client.(when the push server send 
three times I got one send to linux pull client.PUBISH-PULL model works like 
that).
Thanks,
zhangkai 


From:Kevin Sapper <kevinsappe...@gmail.com>
Date:2016-08-25 17:26
Subject:Re: [zeromq-dev] Is there a zmq debug tool?
To:"ZeroMQ development list"<zeromq-dev@lists.zeromq.org>
Cc:

Hi,


you can use wireshark. There's a lua extension for wireshark that can handle 
zmtp messages https://github.com/whitequark/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 server.But when server have message to 
push.The client did not receive msg?How can I debug with this?Is there some 
tools or method to debug with?

Thanks,
zhangkai

___
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

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

2016-08-25 Thread zhangkai.gis
Thanks for the tool.My zmq is version 3.2.0 Is it possible to use the 
tool?besides I have check my push server(located in linux 192.168.2.224) It 
shows my pull client(located in win7 192.168.9.58) connect to it.But when I use 
tcpdump to show whether or not the server push data.I found that no data was 
sended.I set up another linux pull client(located in linux 192.168.2.66) I can 
saw the server push data to the linux pull client.(when the push server send 
three times I got one send to linux pull client.PUBISH-PULL model works like 
that).
Thanks,
zhangkai


From:Kevin Sapper <kevinsappe...@gmail.com>
Date:2016-08-25 17:26
Subject:Re: [zeromq-dev] Is there a zmq debug tool?
To:"ZeroMQ development list"<zeromq-dev@lists.zeromq.org>
Cc:

Hi,


you can use wireshark. There's a lua extension for wireshark that can handle 
zmtp messages https://github.com/whitequark/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 server.But when server have message to 
push.The client did not receive msg?How can I debug with this?Is there some 
tools or method to debug with?

Thanks,
zhangkai

___
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

[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 internal.But what does it 
mean?How can figure out the problem I have?
Thanks,
zhangkai.___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev