A TCP library for .NET with support for AES encryption.
Go to file
Oliver Booth 6bcd8043c1
Set callback ID to ID of packet, not client instance
2022-07-08 13:40:48 +01:00
.github [ci skip] [github actions] Enable nuget.org push 2022-07-05 14:42:11 +01:00
TcpDotNet Set callback ID to ID of packet, not client instance 2022-07-08 13:40:48 +01:00
TcpDotNet.ClientIntegrationTest Add request/response packets 2022-07-07 13:17:13 +01:00
TcpDotNet.ListenerIntegrationTest Add request/response packets 2022-07-07 13:17:13 +01:00
.gitignore TcpDotNet.Says("Hello World"); 2022-05-18 16:39:48 +01:00
LICENSE.md Add MIT license 2022-05-19 10:52:57 +01:00
README.md [ci skip] Add README 2022-07-05 14:46:57 +01:00
TcpDotNet.sln TcpDotNet.Says("Hello World"); 2022-05-18 16:39:48 +01:00

README.md

TcpDotNet

GitHub Workflow Status GitHub Issues NuGet Downloads Stable Version Nightly Version MIT License

About

TcpDotNet is a .NET Standard 2.1 package that enables you to perform server/client communications over the TCP protocol. This package is a work-in-progress and not deemed ready for production use. However, it is available on NuGet as a very crude and early development build. This package will be maintained as I see fit.

(I'm also dogfooding this library, so there's that.)

Installation

NuGet installation

Install-Package TcpDotNet -Version 0.1.0-nightly.1

Manual installation

Download the latest release from this repository and adding a direct assembly reference for your chosen platform.

Contributing

Contributions are welcome. Feel free to open an issue or PR for any bugs you notice or features this library needs.

License

TcpDotNet is released under the MIT License. See here for more details.