DotNetty.Codecs.Mqtt
0.2.3
See the version list below for details.
dotnet add package DotNetty.Codecs.Mqtt --version 0.2.3
NuGet\Install-Package DotNetty.Codecs.Mqtt -Version 0.2.3
<PackageReference Include="DotNetty.Codecs.Mqtt" Version="0.2.3" />
paket add DotNetty.Codecs.Mqtt --version 0.2.3
#r "nuget: DotNetty.Codecs.Mqtt, 0.2.3"
// Install DotNetty.Codecs.Mqtt as a Cake Addin #addin nuget:?package=DotNetty.Codecs.Mqtt&version=0.2.3 // Install DotNetty.Codecs.Mqtt as a Cake Tool #tool nuget:?package=DotNetty.Codecs.Mqtt&version=0.2.3
Mqtt codec support for DotNetty.
Product | Versions 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. |
-
- DotNetty.Codecs (>= 0.2.3)
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 (5)
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/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 | 399,964 | 3/25/2024 |
0.7.5 | 381,681 | 8/31/2022 |
0.7.4 | 1,531 | 8/5/2022 |
0.7.2 | 14,135 | 3/2/2022 |
0.7.0 | 3,275,078 | 8/3/2021 |
0.6.0 | 4,006,200 | 10/8/2018 |
0.5.0 | 202,065 | 8/16/2018 |
0.4.8 | 225,579 | 5/4/2018 |
0.4.7 | 338,856 | 11/6/2017 |
0.4.6 | 171,991 | 8/2/2017 |
0.4.5 | 50,488 | 5/18/2017 |
0.4.4 | 163,041 | 3/31/2017 |
0.4.3 | 1,540 | 3/22/2017 |
0.4.2 | 4,661 | 2/9/2017 |
0.4.1 | 10,470 | 1/26/2017 |
0.4.0 | 1,984 | 11/25/2016 |
0.3.2 | 6,141 | 6/22/2016 |
0.3.1 | 2,124 | 6/2/2016 |
0.3.0 | 1,729 | 5/14/2016 |
0.2.6 | 1,876 | 4/28/2016 |
0.2.5 | 1,452 | 4/15/2016 |
0.2.3 | 1,661 | 2/10/2016 |
0.2.2 | 2,368 | 1/31/2016 |
0.2.1 | 1,683 | 12/9/2015 |
0.2.0 | 1,616 | 11/17/2015 |
0.1.3 | 2,076 | 9/27/2015 |
- Critical fix to handling of async operations when initiated from outside the event loop (#66).
- Fix to enable setting socket-related options through SetOption on Bootstrap (#68).
- build changes to allow signing assemblies