Hi Max, > |// Connect frontend to publisher > ||assert (zmq_bind (frontend, "tcp://192.68.55.112:4444 > <http://192.68.55.112:4444>") == 0);| > > > > I take it that zmq_bind ought to instead say zmq_connect.
The device can both bind and connect. The most simple case is to bind the both sockets, so I'm leaving the example as is. For more complex setus the users have to figure it out themselves :) Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
