DotNetty.Codecs.Mqtt 0.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package DotNetty.Codecs.Mqtt --version 0.2.2
                    
NuGet\Install-Package DotNetty.Codecs.Mqtt -Version 0.2.2
                    
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="DotNetty.Codecs.Mqtt" Version="0.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DotNetty.Codecs.Mqtt" Version="0.2.2" />
                    
Directory.Packages.props
<PackageReference Include="DotNetty.Codecs.Mqtt" />
                    
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 DotNetty.Codecs.Mqtt --version 0.2.2
                    
#r "nuget: DotNetty.Codecs.Mqtt, 0.2.2"
                    
#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 DotNetty.Codecs.Mqtt@0.2.2
                    
#: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=DotNetty.Codecs.Mqtt&version=0.2.2
                    
Install as a Cake Addin
#tool nuget:?package=DotNetty.Codecs.Mqtt&version=0.2.2
                    
Install as a Cake Tool

Mqtt codec support for DotNetty.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on DotNetty.Codecs.Mqtt:

Package Downloads
Microsoft.Azure.Devices.Client

Device SDK for Azure IoT Hub

Microsoft.Azure.Devices.Provisioning.Transport.Mqtt

Provisioning Device Client MQTT Transport for Azure IoT Devices

Microsoft.Azure.Devices.ProtocolGateway.Core

This library contains the core components of Azure IoT protocol gateway that enables protocol translation for Azure IoT Hub.

KissU.DotNetty.Mqtt

KissU.DotNetty.Mqtt

Microsoft.CDS.Devices.Client

C# Device SDK for Connected Device Studio

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on DotNetty.Codecs.Mqtt:

Repository Stars
Azure/azure-iot-sdk-csharp
A C# SDK for connecting devices to Microsoft Azure IoT services
Azure/azure-iot-protocol-gateway
Azure IoT protocol gateway enables protocol translation for Azure IoT Hub
mpostol/OPC-UA-OOI
Object Oriented Internet - C# deliverables supporting a new Machine To Machine (M2M) communication architecture
Azure-Samples/service-fabric-dotnet-iot
An end-to-end sample that demonstrates an IoT application combining Service Fabric with other Azure services.
Version Downloads Last Updated
0.7.6 1,311,058 3/25/2024
0.7.5 493,944 8/31/2022
0.7.4 1,639 8/5/2022
0.7.2 14,442 3/2/2022
0.7.0 3,774,913 8/3/2021
0.6.0 4,148,196 10/8/2018
0.5.0 205,043 8/16/2018
0.4.8 227,949 5/4/2018
0.4.7 408,282 11/6/2017
0.4.6 176,312 8/2/2017
0.4.5 50,809 5/18/2017
0.4.4 164,568 3/31/2017
0.4.3 1,766 3/22/2017
0.4.2 4,895 2/9/2017
0.4.1 10,696 1/26/2017
0.4.0 2,329 11/25/2016
0.3.2 6,381 6/22/2016
0.3.1 2,357 6/2/2016
0.3.0 1,990 5/14/2016
0.2.6 2,111 4/28/2016
0.2.5 1,686 4/15/2016
0.2.3 1,905 2/10/2016
0.2.2 3,273 1/31/2016
0.2.1 1,920 12/9/2015
0.2.0 1,856 11/17/2015
0.1.3 2,355 9/27/2015

- `ResourceLeakDetector` fix (#64)
- Assigned GUID on default internal logger `EventSource`
- `IByteBuffer.ToString(..)` for efficient string decoding directly from Byte Buffer