ToastedNetwork 1.0.0
dotnet add package ToastedNetwork --version 1.0.0
NuGet\Install-Package ToastedNetwork -Version 1.0.0
<PackageReference Include="ToastedNetwork" Version="1.0.0" />
<PackageVersion Include="ToastedNetwork" Version="1.0.0" />
<PackageReference Include="ToastedNetwork" />
paket add ToastedNetwork --version 1.0.0
#r "nuget: ToastedNetwork, 1.0.0"
#:package ToastedNetwork@1.0.0
#addin nuget:?package=ToastedNetwork&version=1.0.0
#tool nuget:?package=ToastedNetwork&version=1.0.0
ToastedNetwork
A wrapper around Lidgren.Network allowing to send packet objects. Designed to be Event-based for games and applications
How it works
All packets inherit from IPacket (DataPacket, RequestPacket, ResponsePacket).
These packets are then serialized using IPacket.Serialize(long SenderIdentifier), and are then send over Lidgren.Network Client / Server and Deserialized at the receiving end.
License
This project includes Lidgren.Network and Polenter.Serialization. Use ToastedNetwork however you want it, but add credit.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
- Lidgren.Network (>= 1.0.2)
- SharpSerializer (>= 3.0.1)
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 | 684 | 9/23/2020 |
Initial Release