mqttnet - MQTTnet 4.3.6.1150
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.
PM> Install-Package MQTTnet -Version 4.3.6.1150 -Source https://www.myget.org/F/mqttnet/api/v3/index.json
> nuget.exe install MQTTnet -Version 4.3.6.1150 -Source https://www.myget.org/F/mqttnet/api/v3/index.json
> dotnet add package MQTTnet --version 4.3.6.1150 --source https://www.myget.org/F/mqttnet/api/v3/index.json
source https://www.myget.org/F/mqttnet/api/v3/index.json
nuget MQTTnet ~> 4.3.6.1150
Copy to clipboard
> choco install MQTTnet --version 4.3.6.1150 --source https://www.myget.org/F/mqttnet/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "mqttnet" -SourceLocation "https://www.myget.org/F/mqttnet/api/v2"
Install-Module -Name "MQTTnet" -RequiredVersion "4.3.6.1150" -Repository "mqttnet"
Copy to clipboard
Browse the sources in this package using Visual Studio or WinDbg by configuring the following symbol server URL: https://www.myget.org/F/mqttnet/api/v2/symbolpackage/
MQTTnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server ( broker) and supports the MQTT protocol up to version 5. It is compatible with mostly any supported .NET Framework version and CPU architecture.
Features
General
- Async support
- TLS support for client and server (but not UWP servers)
- Extensible communication channels (e.g. In-Memory, TCP, TCP+TLS, WS)
- Lightweight (only the low level implementation of MQTT, no overhead)
- Performance optimized (processing ~150.000 messages / second)*
- Uniform API across all supported versions of the MQTT protocol
- Access to internal trace messages
- Unit tested (~636 tests)
- No external dependencies
* Tested on local machine (Intel i7 8700K) with MQTTnet client and server running in the same process using the TCP channel. The app for verification is part of this repository and stored in /Tests/MQTTnet.TestApp.NetCore.
Client
- Communication via TCP (+TLS) or WS (WebSocket) supported
- Included core LowLevelMqttClient with low level functionality
- Also included ManagedMqttClient which maintains the connection and subscriptions automatically. Also application messages are queued and re-scheduled for higher QoS levels automatically.
- Rx support (via another project)
- Compatible with Microsoft Azure IoT Hub
Server (broker)
- List of connected clients available
- Supports connected clients with different protocol versions at the same time
- Able to publish its own messages (no loopback client required)
- Able to receive every message (no loopback client required)
- Extensible client credential validation
- Retained messages are supported including persisting via interface methods (own implementation required)
- WebSockets supported (via ASP.NET Core 2.0, separate nuget)
- A custom message interceptor can be added which allows transforming or extending every received application message
- Validate subscriptions and deny subscribing of certain topics depending on requesting clients
Getting Started
MQTTnet is delivered via NuGet package manager. You can find the packages here: https://www.nuget.org/packages/MQTTnet/
Use these command in the Package Manager console to install MQTTnet manually:
Install-Package MQTTnet
Samples for using MQTTnet are part of this repository. For starters these samples are recommended:
Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.
.NET Foundation
This project is supported by the .NET Foundation.
- [Client] Fix None of the discovered or specified addresses match the socket address family. (#1997).
- [Client] Remove the obsolete attribute from the WithConnectionUri methods (#1979).
-
.NETFramework 4.5.2
-
.NETFramework 4.6.1
-
.NETFramework 4.8
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Net.Security (>= 4.3.2)
- System.Net.WebSockets (>= 4.3.0)
- System.Net.WebSockets.Client (>= 4.3.2)
-
UAP 10.0.10240
- Microsoft.NETCore.UniversalWindowsPlatform (>= 6.2.10)
-
.NETCoreApp 3.1
-
.NETFramework 5.0
-
.NETFramework 6.0
-
.NETFramework 7.0
-
.NETStandard 2.0
-
.NETStandard 2.1
- .NETCoreApp 3.1: 3.1.0.0
- .NETFramework 4.5.2: 4.5.2.0
- .NETFramework 4.6.1: 4.6.1.0
- .NETFramework 4.8: 4.8.0.0
- .NETFramework 5.0: 5.0.0.0
- .NETFramework 6.0: 6.0.0.0
- .NETFramework 7.0: 7.0.0.0
- .NETStandard 1.3: 1.3.0.0
- .NETStandard 2.0: 2.0.0.0
- .NETStandard 2.1: 2.1.0.0
- UAP 10.0.10240: 10.0.10240.0
OwnersChristian |
AuthorsThe contributors of MQTTnet |
Project URLhttps://github.com/dotnet/MQTTnet |
LicenseUnknown |
TagsMQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation Xamarin Blazor |
Info10 total downloads |
0 downloads for version 4.3.6.1150 |
Download (1.46 MB) |
Download symbols (660.27 KB) |
Found on the current feed only |
Package history
Version | Size | Last updated | Downloads | Mirrored? | |||
---|---|---|---|---|---|---|---|
5.0.0.1225-RC | 120.22 KB | Sat, 09 Nov 2024 10:43:25 GMT | 0 | ||||
5.0.0.1224-RC | 120.95 KB | Sat, 09 Nov 2024 10:14:49 GMT | 0 | ||||
5.0.0.1223-RC | 121.5 KB | Sun, 27 Oct 2024 17:56:07 GMT | 0 | ||||
5.0.0.1222-RC | 120.71 KB | Sun, 27 Oct 2024 14:26:03 GMT | 0 | ||||
5.0.0.1221-RC | 120.46 KB | Sat, 26 Oct 2024 09:43:20 GMT | 0 | ||||
5.0.0.1145 | 119.27 KB | Mon, 20 May 2024 08:49:03 GMT | 0 | ||||
5.0.0.1144 | 218.94 KB | Sun, 19 May 2024 18:43:13 GMT | 0 | ||||
5.0.0.1123 | 319.41 KB | Fri, 17 May 2024 15:29:07 GMT | 0 | ||||
4.3.7.1208 | 1.59 MB | Sat, 07 Sep 2024 10:09:24 GMT | 0 | ||||
4.3.7.1207 | 1.59 MB | Sat, 07 Sep 2024 09:49:17 GMT | 2 | ||||
4.3.7.1197 | 1.58 MB | Sat, 24 Aug 2024 13:12:53 GMT | 0 | ||||
4.3.7.1195 | 1.58 MB | Sat, 24 Aug 2024 11:23:51 GMT | 0 | ||||
4.3.7.1194 | 1.58 MB | Sat, 24 Aug 2024 10:43:55 GMT | 0 | ||||
4.3.6.1189 | 1.47 MB | Sat, 24 Aug 2024 09:25:02 GMT | 0 | ||||
4.3.6.1186 | 1.47 MB | Thu, 25 Jul 2024 20:02:48 GMT | 1 | ||||
4.3.6.1175 | 1.47 MB | Sat, 22 Jun 2024 13:40:47 GMT | 0 | ||||
4.3.6.1174 | 1.47 MB | Sat, 22 Jun 2024 13:08:37 GMT | 0 | ||||
4.3.6.1173 | 1.47 MB | Sat, 22 Jun 2024 13:10:11 GMT | 0 | ||||
4.3.6.1171 | 1.47 MB | Fri, 21 Jun 2024 17:20:33 GMT | 0 | ||||
4.3.6.1153 | 1.47 MB | Fri, 24 May 2024 15:58:32 GMT | 0 | ||||
4.3.6.1152 | 1.47 MB | Thu, 23 May 2024 17:48:09 GMT | 6 | ||||
4.3.6.1150 | 1.46 MB | Wed, 22 May 2024 18:08:20 GMT | 0 | ||||
4.3.6.1149 | 1.46 MB | Tue, 21 May 2024 20:52:05 GMT | 1 | ||||
4.3.5.1148 | 1.47 MB | Tue, 21 May 2024 18:59:56 GMT | 0 | ||||
4.3.5.1146 | 1.46 MB | Tue, 21 May 2024 18:08:29 GMT | 0 |