RakNet 1.0.0

dotnet add package RakNet --version 1.0.0                
NuGet\Install-Package RakNet -Version 1.0.0                
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="RakNet" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RakNet --version 1.0.0                
#r "nuget: RakNet, 1.0.0"                
#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 RakNet as a Cake Addin
#addin nuget:?package=RakNet&version=1.0.0

// Install RakNet as a Cake Tool
#tool nuget:?package=RakNet&version=1.0.0                

RakNet

<a href=""> <img src="https://img.shields.io/badge/NuGet-004880?style=for-the-badge&logo=nuget&logoColor=white" alt="NuGET"/> </a> <a href="https://joseluishd.github.io/RakNet/"> <img src="https://img.shields.io/badge/Docs-4285F4?style=for-the-badge&logo=Google-chrome&logoColor=white" alt="Docs"/> </a>

RakNet is a C# networking engine specifically designed for game development. It provides a reliable UDP-based protocol that offers many of the benefits of TCP, like message reliability and ordering, while maintaining the low latency of UDP. This balance makes RakNet especially suited for games, where network communication must be both efficient and consistent.

[!NOTE] This is a simplified version based on the original <a href="https://github.com/facebookarchive/RakNet">RakNet</a> project.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.
  • net8.0

    • No dependencies.

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
1.0.0 90 10/25/2024