NetMQ 3.3.0.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package NetMQ --version 3.3.0.10
NuGet\Install-Package NetMQ -Version 3.3.0.10
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NetMQ" Version="3.3.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetMQ --version 3.3.0.10
#r "nuget: NetMQ, 3.3.0.10"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NetMQ as a Cake Addin
#addin nuget:?package=NetMQ&version=3.3.0.10

// Install NetMQ as a Cake Tool
#tool nuget:?package=NetMQ&version=3.3.0.10

NetMQ is 100% C# native port of ZeroMQ. NetMQ is lightweight high performance messaging library.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (16)

Showing the top 5 popular GitHub repositories that depend on NetMQ:

Repository Stars
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
dotnet/interactive
.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
stakira/OpenUtau
Open singing synthesis platform / Open source UTAU successor
awaescher/RepoZ
👨‍💻 A zero-conf git repository hub for Windows and macOS with Windows Explorer- & CLI-enhancements
silahian/VisualHFT
VisualHFT is a cutting-edge GUI platform for market analysis, focusing on real-time visualization of market microstructure. Built with WPF & C#, it displays key metrics like Limit Order Book dynamics and execution quality. Its modular design ensures adaptability for developers and traders, enabling tailored analytical solutions.
Version Downloads Last updated
3.3.0.12-rc1 707 1/17/2015
3.3.0.11 6,416 10/27/2014
3.3.0.10 3,070 6/14/2014
3.3.0.8 1,040 7/2/2013
3.3.0.7 56 6/27/2013
3.3.0.6 86 6/25/2013
3.3.0.5-beta 72 3/16/2013

New features:
       * Stream socket type
       * ReceiveString with timeout
       * NetMQMessage.ToString give better description
       * Add ability to bind a random port
       * Assembly is signed
       
     Bug Fixes:
       #127  NullReferenceException on socket monitoring
       #118  NetMQScheduler Memory leak
       #121  Binding and Connecting on local
       #8    IPv6 is now tested and supported