RakNet 1.0.0
dotnet add package RakNet --version 1.0.0
NuGet\Install-Package RakNet -Version 1.0.0
<PackageReference Include="RakNet" Version="1.0.0" />
paket add RakNet --version 1.0.0
#r "nuget: RakNet, 1.0.0"
// 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 | Versions 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. |
-
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 |