异步TCP服务器,异步TCP客户端。支持自定义通信协议,已实现的通信协议:开始标志-数据-结束标志、开始标志-数据长度-数据-校验码。.
Info
| Version: | 1.0.0.2 |
| Author(s): | junjie |
| Last Update: | Sunday, January 17, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/huangjunjiegdmc/AsyncTcp |
| NuGet Url: | https://www.nuget.org/packages/AsyncTcpEx |
Install
Install-Package AsyncTcpEx
dotnet add package AsyncTcpEx
paket add AsyncTcpEx
AsyncTcpEx Download (Unzip the "nupkg" after downloading)
Dependencies
Tags