On 24/01/2012, at 11:07 PM, [email protected] wrote: > Hi John, > > The devices have been removed from libzmq as of 3.x.
Yea, I can see that .. but the examples aren't upgraded. > > The devices previously included are reasonably trivial to code. You could > check the source and add them as a contrib to your binding. According to my reading there is exactly one device, which is nothing more than a bidirectional shunt: while stuff-to-read on s1: read s1, write s2 while stuff-to-read on s2: read s2, write s1 repeat ad nauseum. -- john skaller [email protected] _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
