ToastedNetwork 1.0.0

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

// Install ToastedNetwork as a Cake Tool
#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 Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 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
1.0.0 458 9/23/2020

Initial Release