ALProtocol 1.0.2

dotnet add package ALProtocol --version 1.0.2
                    
NuGet\Install-Package ALProtocol -Version 1.0.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="ALProtocol" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ALProtocol" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="ALProtocol" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ALProtocol --version 1.0.2
                    
#r "nuget: ALProtocol, 1.0.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.
#:package ALProtocol@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ALProtocol&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=ALProtocol&version=1.0.2
                    
Install as a Cake Tool

ALProtocol

--项目名称: ALProctocol (Application Layer Protocol )项目。

  • 项目描述:基于C#编写高性能跨平台通讯库。支持.NetFramework4.0/.NetFramework4.8/Net6.0。

  • 项目作用:封装通用的应用层通讯 (UDP/TCP)

  • 应用场景:上位机通讯、自定义应用协议、进程间通讯、高性能。

  • 源码说明:
    -- Demo目录。 tcp客户端演示:TcpClientDemo;tcp服务端演示:TcpServerDemo。
    -- ALProtocol目录。 核心代码库。

  • 依赖第三方库:无。

  • 编译环境:VS2022。

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ALProtocol:

Package Downloads
PTShared

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 359 6/10/2023
1.0.1 320 6/3/2023
1.0.0 337 6/2/2023