KaiNet.Net 1.0.2

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

// Install KaiNet.Net as a Cake Tool
#tool nuget:?package=KaiNet.Net&version=1.0.2

Network

As the successor to KaiNet.SimpleNetwork, this library is designed with performance in mind while still keeping networking simple.

Net is designed to be highly extensible, containing base classes for a server, client, channels, and messages. The out-of-the-box implementation uses socket communication to send "messages" which encapsulate data, and the default client/server are able to transmit objects using this message protocol. Your program is notified via the OnObjectReceived/OnClientObjectReceived events. The default implementations also have the ability to send raw UDP data (doesn't use the message protocol) via channels.

Click here to get started, or here for more extensive documentation.

Want to donate? Buy me a coffee!

This documentation is in progress. All the essential classes are covered, but the rest will be added and updated periodically.

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.2 86 4/25/2024
4.0.1 81 4/24/2024
3.2.2 171 12/22/2023
3.2.1 91 12/20/2023
3.2.0 87 12/20/2023
3.1.0 149 10/27/2023
3.0.4 281 1/11/2023
3.0.3 262 1/10/2023
3.0.2 266 1/9/2023
3.0.1 305 12/2/2022
3.0.0 310 11/20/2022
2.0.3 380 8/14/2022
2.0.2 386 8/6/2022
2.0.1 368 8/5/2022
2.0.0 379 8/5/2022
1.0.3 385 6/26/2022
1.0.2 396 5/15/2022
1.0.1 376 5/12/2022
1.0.0 361 5/7/2022