Took a look at ZeroMQ this evening and as its a source only distribution, I thought I’d share my compiled windows library binaries and ‘hello world’ projects. (Note you can also get the library binaries through NuGet as described here if you wish).
The following zip file contains:
- A build of zeromq library, version 2.0.10, built with Visual Studio 2008
- A build of the C# ‘clrzmq2‘ bindings (Version 2), also built with Visual Studio 2008 (not 2010, which version 2 is targeted for)
- Visual Studio 2008 C# Solution containing the ZeroMQ ‘Hello World’ C# client and server demo applications, as documented in the ZeroMQ Guide.
Congrats to all everyone involved in ZeroMQ, very impressed so far.
Leave a Reply