DotNetty.Codecs.Mqtt-signed 0.2.6

.NET Framework 4.5
There is a newer version of this package available.
See the version list below for details.
dotnet add package DotNetty.Codecs.Mqtt-signed --version 0.2.6
NuGet\Install-Package DotNetty.Codecs.Mqtt-signed -Version 0.2.6
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-signed" Version="0.2.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetty.Codecs.Mqtt-signed --version 0.2.6
#r "nuget: DotNetty.Codecs.Mqtt-signed, 0.2.6"
#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.
// Install DotNetty.Codecs.Mqtt-signed as a Cake Addin
#addin nuget:?package=DotNetty.Codecs.Mqtt-signed&version=0.2.6

// Install DotNetty.Codecs.Mqtt-signed as a Cake Tool
#tool nuget:?package=DotNetty.Codecs.Mqtt-signed&version=0.2.6

Mqtt codec support for DotNetty.

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DotNetty.Codecs.Mqtt-signed:

Package Downloads
Microsoft.SmartFactory.Device.CSSDK

C# Device SDK for Smart Factory Tool Kit

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on DotNetty.Codecs.Mqtt-signed:

Repository Stars
Azure/connectthedots
Connect tiny devices to Microsoft Azure services to build IoT solutions
Azure/azure-iot-remote-monitoring
Azure IoT Remote Monitoring preconfigured solution
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.3.2 231,505 6/22/2016
0.3.1 18,789 6/2/2016
0.3.0 9,893 5/14/2016
0.2.6 1,864 4/28/2016
0.2.5 3,358 4/15/2016
0.2.3 46,380 2/10/2016
0.2.2 2,883 2/4/2016

- TlsHandler negotiates TLS 1.0+ on server side (#89).
- STEE properly supports graceful shutdown (#7).
- UnpooledHeapByteBuffer.GetBytes honors received index and length (#88).
- Port of MessageToMessageDecoder, LineBasedFrameDecoder, StringDecoder, StringEncoder, ByteProcessor and ForEachByte family of methods on Byte Buffers (#86).