DotNetty.Codecs.Mqtt 0.2.5

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.5
NuGet\Install-Package DotNetty.Codecs.Mqtt -Version 0.2.5
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.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetty.Codecs.Mqtt --version 0.2.5
#r "nuget: DotNetty.Codecs.Mqtt, 0.2.5"
#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 as a Cake Addin
#addin nuget:?package=DotNetty.Codecs.Mqtt&version=0.2.5

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

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Device SDK for Azure IoT Hub

Microsoft.Azure.Devices.Provisioning.Transport.Mqtt The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provisioning Device Client MQTT Transport for Azure IoT Devices

Microsoft.Azure.Devices.ProtocolGateway.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 (6)

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

Repository Stars
fanliang11/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
Azure/iotedge
The IoT Edge OSS project
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
Version Downloads Last updated
0.7.6 90 3/25/2024
0.7.5 182,009 8/31/2022
0.7.4 1,440 8/5/2022
0.7.2 12,881 3/2/2022
0.7.0 2,697,383 8/3/2021
0.6.0 3,822,029 10/8/2018
0.5.0 199,534 8/16/2018
0.4.8 224,582 5/4/2018
0.4.7 329,834 11/6/2017
0.4.6 168,238 8/2/2017
0.4.5 49,980 5/18/2017
0.4.4 161,221 3/31/2017
0.4.3 1,458 3/22/2017
0.4.2 4,583 2/9/2017
0.4.1 10,399 1/26/2017
0.4.0 1,894 11/25/2016
0.3.2 6,060 6/22/2016
0.3.1 2,053 6/2/2016
0.3.0 1,659 5/14/2016
0.2.6 1,783 4/28/2016
0.2.5 1,390 4/15/2016
0.2.3 1,596 2/10/2016
0.2.2 2,121 1/31/2016
0.2.1 1,618 12/9/2015
0.2.0 1,544 11/17/2015
0.1.3 1,971 9/27/2015

- Fixes regression in STEE where while evaluation of idling timeout did not account for immediately pending scheduled tasks (#83).