On 6 September 2012 14:29, Will Heger <[email protected]> wrote: > > So I've just started working with (er attempting) epgm and I haven't been > able to read a single message yet. Other patterns like request-reply have > worked fine. The pyzmq test code (stolen from > http://code.saghul.net/implementing-a-pubsub-based-application-with) is > listed below and below that is my ifconfig. I'm on ZMQ 2.2 with-pgm > compiled. > > So my questions are as follows: > > 1. should the code below, 'just work' (tm) as in pick a 239.192 address > and go? >
Try "wlan0;239.192.0.1", i.e. prefix the adapter first. The biggest issue is that you are probably only testing on one host; try sending and receiving between two different hosts on the network. -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
