NetworkCommsDotNet 3.0.4

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

// Install NetworkCommsDotNet as a Cake Tool
#tool nuget:?package=NetworkCommsDotNet&version=3.0.4                

NetworkComms.Net

What is it?

NetworkComms.Net was developed so that high performance network functionality could be effortlessly added to any .net product. We wanted to require little to no knowledge of networking to make things work first time alongside all of the desirable power features for more experienced network developers. Using our C# network library you can quickly and easily create an unlimited range of products taking advantage of:

  • Server to Clients – One to Many
  • Peer to Peer – Many to Many
  • Cloud to Client – Many to One
  • … and all configurations in-between!

Supported Environments

  • .net 2+ compatible languages (C#, VB .Net, F#, J#, C++/CLI etc)
  • Mono 2.10+ (Linux, Unity3D, MonoGame etc)
  • iOS (Xamarin.iOS)
  • Android (Xamarin.Android)

LICENSING

This project is made available under the Apache License v2. Please see the included LICENSE for more information.

DOWNLOAD

Please download from https://www.nuget.org/packages/NetworkCommsDotNet.

GETTING STARTED

Everything you need to know about getting started with NetworkComms.Net, including a short introduction video can be found here http://www.networkcomms.net/getting-started/

SUPPORT & TUTORIALS

For support and tutorials please start here http://www.networkcomms.net/network-library-support/

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  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
3.0.4 271 7/30/2024
3.0.3 23,784 3/8/2017

Bug fixes and upstream dependencies upgrade (Newtonsoft.Json and NLOG)