If there weren't already enough options for using ZeroMQ in C#, you have one more now. This library provides an efficient, minimal abstraction on top of libzmq in a similar manner to cppzmq. In addition, the underlying handles and native functions are exposed to allow you to use other APIs I have yet to create proper bindings for.
I wrote this binding because the existing bindings didn't support what I needed. NetMQ only supports TCP and PGM, and clrzmq seems to be abandoned.
This library is licensed under the LGPL, version 3.0 or later. See LICENSE.md
for details. A copy of the GPL is also
provided at doc/gpl-3.0.md
for your convenience.