The guide says it only targets libzmq 2.x. Makes sense as that is the stable version at the moment, 3.x api could change
Http://zguide.zeromq.org/page:all#toc11 It could possibly make this more apparent. Sent from my HTC ----- Reply message ----- From: "Chuck Remes" <[email protected]> To: "ZeroMQ development list" <[email protected]> Subject: [zeromq-dev] devices Date: Tue, Jan 24, 2012 15:33 On Jan 24, 2012, at 9:22 AM, john skaller wrote: > > 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. Exactly. Trivial to reproduce. cr _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
