To try out ZeroMQ, I've installed pyzmq and zeromq 2.2.0. When I run the example publisher.py, I am able to see UDP packages via tcpdump, e.g.,
$ python examples/pubsub/publisher.py "epgm://eth1;239.0.1.1:34415" 3 5 [root@vagrant-centos-5 ~]# tcpdump -i eth1 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth1, link-type EN10MB (Ethernet), capture size 96 bytes 20:30:10.144813 IP 192.168.15.11.47356 > 239.0.1.1.34415: UDP, length 36 However, the example subscribe never receives any messages: $ python examples/pubsub/subscriber.py "epgm://eth1;239.0.1.1:34415" 1 any idea what can be causing this? -- --- John L Cheng _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
