BiharMQTT 3.1.0
dotnet add package BiharMQTT --version 3.1.0
NuGet\Install-Package BiharMQTT -Version 3.1.0
<PackageReference Include="BiharMQTT" Version="3.1.0" />
<PackageVersion Include="BiharMQTT" Version="3.1.0" />
<PackageReference Include="BiharMQTT" />
paket add BiharMQTT --version 3.1.0
#r "nuget: BiharMQTT, 3.1.0"
#:package BiharMQTT@3.1.0
#addin nuget:?package=BiharMQTT&version=3.1.0
#tool nuget:?package=BiharMQTT&version=3.1.0
BiharMQTT 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 | Versions 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. |
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on BiharMQTT:
| Package | Downloads |
|---|---|
|
BiharMQTT.Server
This is the server implementation of BiharMQTT. |
|
|
BiharMQTT.AspNetCore
BiharMQTT 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. |
|
|
BiharMQTT.Extensions.Rpc
This is an extension library which allows executing synchronous device calls including a response using BiharMQTT. |
|
|
BiharMQTT.Extensions.TopicTemplate
Provides mqtt topic templating logic to support dispatch, routing and similar functionality based on the well known moustache syntax (AsyncAPI compatible). |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.1.0 | 154 | 6/23/2026 |
| 3.0.0 | 143 | 5/3/2026 |
| 2.10.0 | 132 | 5/2/2026 |
| 2.9.0 | 131 | 5/2/2026 |
| 2.8.0 | 118 | 5/2/2026 |
| 2.7.0 | 129 | 5/1/2026 |
| 2.6.0 | 130 | 5/1/2026 |
| 2.5.0 | 149 | 5/1/2026 |
| 2.4.0 | 125 | 4/30/2026 |
| 2.2.0 | 134 | 4/29/2026 |
| 2.1.0 | 127 | 4/29/2026 |
| 2.0.0 | 133 | 4/29/2026 |
| 1.0.3 | 202 | 4/8/2026 |
| 1.0.2 | 175 | 4/8/2026 |
| 1.0.0 | 151 | 4/7/2026 |
* Core: Used new language features across the entire library
* Core: Performance improvements
* Core: Added validations for variable byte integers which do not match the .NET uint perfectly
* Client: Added support for pre-encoded UTF-8 binary buffers for user properties (#2228, thanks to @koepalex)
* Server: Improved performance of retained messages when no event handler is attached (#2093, thanks to @zhaowgit)
* Server: The event `InterceptingClientEnqueue` is now also called for retained messages (BREAKING CHANGE!)
* Server: The local end point is now also exposed in the channel adapter (#2179)
* Marked all projects as AOT compatible
* Restored the strong name of the nugets
* Embedded license file in all nugets (#2197, thanks to @JensNordenbro)
* Added support for dotnet10