DotNetty.Transport 0.3.2

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

// Install DotNetty.Transport as a Cake Tool
#tool nuget:?package=DotNetty.Transport&version=0.3.2

UDP and TCP SocketChannel implementations 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 (77)

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

Package Downloads
DotNetty.Codecs

General purpose codecs for DotNetty

DotNetty.Handlers

Application handlers for DotNetty

DotNetty.Codecs.Mqtt

MQTT codec for DotNetty

DotNetty.Transport.Libuv

Libuv transport model in DotNetty

DotNetty.Codecs.Http

Http codec for DotNetty

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on DotNetty.Transport:

Repository Stars
Azure/iotedge
The IoT Edge OSS project
blizzless/blizzless-diiis
Fully-functional open-source server implementation for Diablo 3
Version Downloads Last updated
0.7.6 30,162 3/25/2024
0.7.5 405,847 8/31/2022
0.7.4 15,150 8/5/2022
0.7.2 209,107 3/2/2022
0.7.0 2,989,467 8/3/2021
0.6.0 7,807,041 10/8/2018
0.5.0 228,337 8/16/2018
0.4.8 518,923 5/4/2018
0.4.7 439,383 11/6/2017
0.4.6 320,748 8/2/2017
0.4.5 63,168 5/18/2017
0.4.4 170,253 3/31/2017
0.4.3 81,071 3/22/2017
0.4.2 8,103 2/9/2017
0.4.1 14,458 1/26/2017
0.4.0 5,753 11/25/2016
0.3.2 11,252 6/22/2016
0.3.1 3,481 6/2/2016
0.3.0 2,707 5/14/2016
0.2.6 2,951 4/28/2016
0.2.5 2,514 4/15/2016
0.2.3 2,821 2/10/2016
0.2.2 2,542 1/31/2016
0.2.1 2,134 12/9/2015
0.2.0 2,105 11/17/2015
0.1.3 2,575 9/27/2015

- Better API alignment with final version of netty 4.1 (#125).
- Exposed API for flexible TlsHandler initialization (#132, #134).