NetMQ 3.3.0.11

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package NetMQ --version 3.3.0.11
                    
NuGet\Install-Package NetMQ -Version 3.3.0.11
                    
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.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NetMQ" Version="3.3.0.11" />
                    
Directory.Packages.props
<PackageReference Include="NetMQ" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NetMQ --version 3.3.0.11
                    
#r "nuget: NetMQ, 3.3.0.11"
                    
#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.
#addin nuget:?package=NetMQ&version=3.3.0.11
                    
Install NetMQ as a Cake Addin
#tool nuget:?package=NetMQ&version=3.3.0.11
                    
Install NetMQ as a Cake Tool

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 16 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
bassmaster187/TeslaLogger
TeslaLogger is a self hosted data logger for your Tesla Model S/3/X/Y. Actually it supports RaspberryPi 3B, 3B+, 4B, Docker and Synology NAS.
christopherread/Obvs
An observable microservice bus library for .NET, that wraps the underlying message transports in simple Rx based interfaces.
zabirauf/icsharp
C# kernel for Jupyter
ProteoWizard/pwiz
The ProteoWizard Library is a set of software libraries and tools for rapid development of mass spectrometry and proteomic data analysis software.
LeonKou/NetPro
🌈An enhanced version with clean architecture of asp.netcore,efficiently manage startup,Support for netcore3.1/6.0
aadhithya14/Open-Teach
A Versatile Teleoperation framework for Robotic Manipulation using Meta Quest3
IOT-CS/IOTCS
工业智能网关,基于.net core3.1的跨平台物联网网关。支持不同设备驱动(PLC、CNC、数据库、串口设备、上位机、OPC UA、MQTT)具备二次开发驱动的能力实现与Thingsboard进行数据通讯。同时支持多资源配置化管理,MQTT、MYSQL、WEBHOOK等多种类型,实现数据的快速推送,提供简单的驱动开发接口。
cmdrmcdonald/EliteDangerousDataProvider
hasankhan/Squiggle
A free open source LAN Messenger
DigitalPlatform/dp2
Integrated Library System / 图书馆集成系统
microsoft/jupyter-core
Library for writing Jupyter kernels in .NET Core
Version Downloads Last updated
3.3.0.12-rc1 709 1/17/2015
3.3.0.11 6,417 10/27/2014
3.3.0.10 3,071 6/14/2014
3.3.0.8 1,041 7/2/2013
3.3.0.7 57 6/27/2013
3.3.0.6 87 6/25/2013
3.3.0.5-beta 73 3/16/2013

Features:
 * Buffer Pooling - Buffer pooling can be enabled to reduce the memory allocation.
 * NetMQBeacon - Port of CZMQ beacon to NetMQ.
 * Actor - Port of CZMQ Actor to NetMQ.
 * XSub can send messages (other than subscribe or unsubscribe) to XPub (messages should not start with 0 or 1). Ported from libzmq.
 * Encoding overload to all Send/Receive string methods.
 * Pushing and popping numbers from NetMQMessage
 * NetworkOrderBitsConveter to convert numbers to byte array and vice versa
 * NetMQFrame implements GetHashCode and Equals

Bug Fixes:
 * Disconnect and Unbind fixed
 * Mono address in use bug - using ephemeral port for Signaler
 * Stream Engine fix - ported multiple bug fixes from libzmq
 * PGM High Frequency Bug
 * Poller Exception Bug