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.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
-
- DotNetty.Buffers-signed (>= 0.2.6)
- DotNetty.Codecs-signed (>= 0.2.6)
- DotNetty.Common-signed (>= 0.2.6)
- DotNetty.Transport-signed (>= 0.2.6)
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.
|
- 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).