DotNetty.Transport
0.2.6
See the version list below for details.
dotnet add package DotNetty.Transport --version 0.2.6
NuGet\Install-Package DotNetty.Transport -Version 0.2.6
<PackageReference Include="DotNetty.Transport" Version="0.2.6" />
paket add DotNetty.Transport --version 0.2.6
#r "nuget: DotNetty.Transport, 0.2.6"
// Install DotNetty.Transport as a Cake Addin
#addin nuget:?package=DotNetty.Transport&version=0.2.6
// Install DotNetty.Transport as a Cake Tool
#tool nuget:?package=DotNetty.Transport&version=0.2.6
UDP and TCP SocketChannel implementations for DotNetty.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- DotNetty.Buffers (>= 0.2.6)
- DotNetty.Common (>= 0.2.6)
NuGet packages (74)
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 (14)
Showing the top 5 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
|
|
ElderJames/shriek-fx
An easy-to-use rapid development framework developed on the basis of.NET Core 2.0, following the constraints of domain Driven Design (DDD) specifications, combined with the CQRS architecture to provide the infrastructure for event-driven, event backtracking, responsiveness, and more. Let developers enjoy the true meaning of object-oriented design patterns brought by the aesthetic.
|
|
Coldairarrow/DotNettySocket
An Easy Socket(TcpSocket,WebSocket,UdpSocket) Framework Based On DotNetty
|
|
liuhll/silky
The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
|
Version | Downloads | Last updated |
---|---|---|
0.7.5 | 32,050 | 8/31/2022 |
0.7.4 | 8,257 | 8/5/2022 |
0.7.2 | 101,758 | 3/2/2022 |
0.7.0 | 1,337,459 | 8/3/2021 |
0.6.0 | 6,032,989 | 10/8/2018 |
0.5.0 | 217,256 | 8/16/2018 |
0.4.8 | 480,144 | 5/4/2018 |
0.4.7 | 392,671 | 11/6/2017 |
0.4.6 | 291,693 | 8/2/2017 |
0.4.5 | 58,688 | 5/18/2017 |
0.4.4 | 159,931 | 3/31/2017 |
0.4.3 | 69,260 | 3/22/2017 |
0.4.2 | 6,930 | 2/9/2017 |
0.4.1 | 13,204 | 1/26/2017 |
0.4.0 | 4,632 | 11/25/2016 |
0.3.2 | 10,143 | 6/22/2016 |
0.3.1 | 2,468 | 6/2/2016 |
0.3.0 | 1,797 | 5/14/2016 |
0.2.6 | 1,986 | 4/28/2016 |
0.2.5 | 1,581 | 4/15/2016 |
0.2.3 | 2,283 | 2/10/2016 |
0.2.2 | 1,779 | 1/31/2016 |
0.2.1 | 1,637 | 12/9/2015 |
0.2.0 | 1,548 | 11/17/2015 |
0.1.3 | 1,989 | 9/27/2015 |
- 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).