[zeromq-dev] devices
john skaller
skaller at users.sourceforge.net
Tue Jan 24 16:22:54 CET 2012
On 24/01/2012, at 11:07 PM, michael.compton at littleedge.co.uk 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
skaller at users.sourceforge.net
More information about the zeromq-dev
mailing list