Info
Version: | 5.0.0.1214-RC |
Author(s): | The contributors of MQTTnet |
Last Update: | Sunday, September 22, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/dotnet/MQTTnet |
NuGet Url: | https://www.nuget.org/packages/MQTTnet |
Install
Install-Package MQTTnet
dotnet add package MQTTnet
paket add MQTTnet
MQTTnet Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- NETStandard.Library(>= 1.3.0)
- System.Net.Security(>= 4.3.2)
- System.Net.WebSockets(>= 4.3.0)
- System.Net.WebSockets.Client(>= 4.3.2)
- NETStandard.Library(>= 2.0.0)
- System.Net.Security(>= 4.3.2)
- System.Net.WebSockets(>= 4.3.0)
- System.Net.WebSockets.Client(>= 4.3.2)
- NETStandard.Library(>= 2.0.0)
- System.Net.Security(>= 4.3.2)
- System.Net.WebSockets(>= 4.3.0)
- System.Net.WebSockets.Client(>= 4.3.2)
- NETStandard.Library(>= 2.0.0)
- System.Net.Security(>= 4.3.2)
- System.Net.WebSockets(>= 4.3.0)
- System.Net.WebSockets.Client(>= 4.3.2)
- Microsoft.NETCore.UniversalWindowsPlatform(>= 6.2.10)
Tags
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.