NetMQ 3.3.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package NetMQ --version 3.3.2                
NuGet\Install-Package NetMQ -Version 3.3.2                
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.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetMQ --version 3.3.2                
#r "nuget: NetMQ, 3.3.2"                
#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.2

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

A 100% native C# port of the lightweight high performance messaging library ZeroMQ

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  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.

NuGet packages (134)

Showing the top 5 NuGet packages that depend on NetMQ:

Package Downloads
RF.Messaging

RabbitFoot Messaging

QuantConnect.Messaging

QuantConnect LEAN Engine: Messaging Project - The external messaging system implementation

Microsoft.Jupyter.Core

Provides support for writing Jupyter kernels using the .NET Core SDK.

NetMQ.ReactiveExtensions

Reactive Extensions (RX) with NetMQ as the transport layer. Send messages anywhere on the network!

kino.Consensus

Framework for building actors networks

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
microsoft/psi
Platform for Situated Intelligence
Version Downloads Last updated
4.0.1.13 412,856 8/7/2023
4.0.1.12 152,255 4/28/2023
4.0.1.11 157,685 3/16/2023
4.0.1.10 352,014 9/29/2022
4.0.1.9 152,950 7/4/2022
4.0.1.8 542,339 1/29/2022
4.0.1.7-pre 47,643 1/28/2021
4.0.1.6 1,155,168 9/14/2020
4.0.1.5 55,380 9/8/2020
4.0.1.4 131,868 7/24/2020
4.0.1.3-pre 794 7/12/2020
4.0.1.2-pre 20,579 5/5/2020
4.0.1.1-pre 4,736 4/25/2020
4.0.0.352-pre 26,007 2/14/2020
4.0.0.272-pre 24,686 12/8/2019
4.0.0.239-pre 14,987 7/7/2019
4.0.0.232-pre 1,022 7/1/2019
4.0.0.207 721,107 7/1/2019
4.0.0.207-pre 53,078 1/23/2019
4.0.0.197-pre 4,036 11/23/2018
4.0.0.175-pre 9,848 6/29/2018
4.0.0.156-pre 7,030 11/5/2017
4.0.0.109-pre 986 6/27/2019
4.0.0.83-pre 1,604 11/4/2017
4.0.0.5-pre 1,818 11/4/2017
4.0.0.4-beta 1,819 9/6/2017
4.0.0.1 1,294,511 1/22/2017
4.0.0-rc5 21,042 7/18/2016
4.0.0-beta 20,292 2/20/2016
3.3.3.4 207,384 7/13/2016
3.3.3.3 3,250 7/9/2016
3.3.3.1 38,789 5/1/2016
3.3.3-rc9 1,984 2/22/2016
3.3.3-rc8 1,511 2/20/2016
3.3.3-rc7 1,515 2/17/2016
3.3.3-rc4 4,007 1/29/2016
3.3.3-rc3 2,006 1/24/2016
3.3.3-rc1 1,961 1/12/2016
3.3.2.4-beta 1,874 11/12/2015
3.3.2.3-beta 1,654 10/31/2015
3.3.2.2 109,664 10/15/2015
3.3.2.1 34,481 9/7/2015
3.3.2 17,946 9/2/2015
3.3.0.13-alpha622 2,263 7/30/2015
3.3.0.13-alpha594 2,029 6/3/2015
3.3.0.13-alpha581 1,625 5/20/2015
3.3.0.12-rc1 2,408 1/17/2015
3.3.0.11 64,321 10/27/2014
3.3.0.10 13,958 6/14/2014
3.3.0.8 28,027 7/2/2013
3.3.0.7 2,157 6/27/2013
3.3.0.6 2,536 6/25/2013
3.3.0.5-beta 1,945 3/16/2013

Features:
     * XML Comments
     * DotNet 3.5 support
     * Using IO Completion Port
     * Poller support native sockets
     * Exceptions and error codes are more expressive
     * XPub Welcome Message
     * XPub Manual Subscriptions
     * Refactoring of Poller methods
     * Refactoring of Actor
     * Improve router performance by using MurMurHash
     * New Send and Receive API
     * Disable TimeWait option
     * 16bit methods to NetworkOrderBitsConverter
     * Improve memory performance by converting a Command class to struct
   

     Bug Fixes:
     * Exceptions are serializeable
     * Fix XPub.Verbose Cast exception
     * Fix optimization exception on OSX
     * Fix XSub subscriptions bug
     * Fix memory overflow issue
     * Fix bug in YPipe
     * Fix Identity bug with InProc
     * Fix Identity is sent on reconnect on Stream Socket
     * Fix bug with ARM processor
     * Fix setting Max Sockets bug
     * Fix disposing leaked native sockets in TCPListener
     * Fix CreateMonitorSocket causing NetMQContext.Dispose hang
     * Fix Device.IsRunning is always false
     * Fix Unbind of random port
     * Fix proxy with external poller bug