MQTTnet.AspNetCore 5.1.0.1559

dotnet add package MQTTnet.AspNetCore --version 5.1.0.1559
                    
NuGet\Install-Package MQTTnet.AspNetCore -Version 5.1.0.1559
                    
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="MQTTnet.AspNetCore" Version="5.1.0.1559" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MQTTnet.AspNetCore" Version="5.1.0.1559" />
                    
Directory.Packages.props
<PackageReference Include="MQTTnet.AspNetCore" />
                    
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 MQTTnet.AspNetCore --version 5.1.0.1559
                    
#r "nuget: MQTTnet.AspNetCore, 5.1.0.1559"
                    
#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.
#:package MQTTnet.AspNetCore@5.1.0.1559
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MQTTnet.AspNetCore&version=5.1.0.1559
                    
Install as a Cake Addin
#tool nuget:?package=MQTTnet.AspNetCore&version=5.1.0.1559
                    
Install as a Cake Tool

MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker) and supports v3.1.0, v3.1.1 and v5.0.0 of the MQTT protocol.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (48)

Showing the top 5 NuGet packages that depend on MQTTnet.AspNetCore:

Package Downloads
PiratesCore

湖南医标通信息科技有限公司

Rhea.Common

Rhea.Common is a common class library for .NET 10 with high-performance, lightweight and powerful management capabilities.

ThingsGateway.Plugin.Mqtt

Package Description

Axelius

Package Description

AIC.Core.Messaging.Services.MQTTnet

Shared .NET library for Aerospace, Intelligence, and Cyber solutions.

GitHub repositories (7)

Showing the top 7 popular GitHub repositories that depend on MQTTnet.AspNetCore:

Repository Stars
IoTSharp/IoTSharp
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
davidfowl/BedrockFramework
High performance, low level networking APIs for building custom servers and clients.
ThingsGateway/ThingsGateway
ThingsGateway is a cross-platform, high-performance gateway for edge data acquisition and IoT connectivity. Developed with .NET 8, it offers a suite of powerful tools, including advanced PLC communication libraries and debugging software.
iioter/iotgateway
An industrial IoTGateway with B/S architecture that enables bidirectional communication between industrial devices (southbound connections) and IoT platforms (northbound connections). It supports numerous industrial protocols, and can connect to various IoT cloud platforms.
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.
chkr1011/Wirehome.Core
Wirehome.Core is a home automation system written in C# targeting .NET Core. It runs on Linux, Windows and macOS.
ludewig/MqttDemo
使用MQTT协议的代理服务器(broker)及客户端(client)示例,包含WPF、Web、Unity3D等多种平台的示例代码
Version Downloads Last Updated
5.1.0.1559 1,281 2/4/2026
5.0.1.1416 172,322 1/5/2025
5.0.0.1405 2,196 12/31/2024
5.0.0.1214-RC 1,588 9/22/2024
4.3.7.1207 227,365 9/7/2024
4.3.6.1152 80,730 5/24/2024
4.3.5.1141 14,542 5/19/2024
4.3.4.1084 4,052 5/14/2024
4.3.3.952 141,115 12/8/2023
4.3.2.930 12,172 12/2/2023
4.3.1.873 56,203 9/6/2023
4.3.0.858 5,902 9/3/2023
4.2.1.781 52,189 5/29/2023
4.2.0.706 26,556 4/23/2023
4.1.4.563 107,921 12/8/2022
4.1.3.436 12,949 11/12/2022
4.1.2.350 29,054 10/24/2022
4.1.1.318 7,804 10/1/2022
4.1.0.247 33,045 8/7/2022
4.0.2.221 21,106 7/13/2022
Loading failed

For release notes please go to MQTTnet release notes (MQTTnet).