Network 6.1.3.18

There is a newer version of this package available.
See the version list below for details.
dotnet add package Network --version 6.1.3.18
NuGet\Install-Package Network -Version 6.1.3.18
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="Network" Version="6.1.3.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Network --version 6.1.3.18
#r "nuget: Network, 6.1.3.18"
#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 Network as a Cake Addin
#addin nuget:?package=Network&version=6.1.3.18

// Install Network as a Cake Tool
#tool nuget:?package=Network&version=6.1.3.18

Network library supporting: TCP, UDP, Bluetooth, RSA, events and objects. Fast and simple, with only 48bit overhead per packet. Send and receive packets with async operations.

- .NET 4.6
- .NET Standard 2.0 (No Bluetooth support)

Examples at: https://www.indie-dev.at/overview-en/
Documentation at: https://www.indie-dev.at/NetworkLib/HelpFile_5.2.1.6/
Fork me: https://github.com/Toemsel/Network

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Network:

Package Downloads
Frank.Libraries.Machine

Not very useful at the moment, but is intended to become a helpful tool for accessing device information

SCPackets

Library for use in both Sharpdj Client and Server. Contains packets definitions and models

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.2.5.23 6,199 8/31/2021
6.2.4.21 2,974 8/11/2020
6.1.4.20 2,097 1/4/2020
6.1.3.18 1,552 10/20/2019
6.1.2.16 5,787 7/31/2019
6.1.2.15 5,755 6/8/2019
6.1.2.14 5,613 5/30/2019
6.1.1.13-rc 5,420 5/28/2019
6.1.1.12 5,579 5/24/2019
6.1.1.11 5,631 5/20/2019
6.1.1.10 5,702 5/6/2019
6.1.1.9 5,713 5/2/2019
6.1.0.7 5,731 3/12/2019
6.1.0.3 5,777 2/12/2019
6.1.0.2 5,988 10/21/2018
5.2.2.6 6,117 10/3/2018
5.2.1.6 6,063 9/30/2018
5.1.1.6 6,067 9/30/2018
5.1.0.6 5,774 9/29/2018
5.1.0.5 5,908 8/29/2018
5.0.0 5,873 8/27/2018
4.4.0.5 6,614 10/22/2017
3.4.0.4 6,226 4/28/2017
3.3.0.4 6,095 2/18/2017
3.3.0.3 6,067 11/28/2016
3.3.0.2 5,939 11/28/2016
3.2.0.2 5,933 11/23/2016
3.1.0.2 6,059 10/3/2016
3.0.0.2 5,998 9/28/2016
3.0.0.1 6,140 5/28/2016
2.1.2.6 5,987 5/24/2016
2.1.2.5 6,084 3/3/2016
2.0.2.5 6,019 3/2/2016
2.0.2.4 5,999 3/1/2016
2.0.1.3 6,291 2/27/2016
2.0.1.2 6,181 2/24/2016
2.0.1 6,108 2/23/2016
2.0.0.1 6,073 2/12/2016
1.2.0.1 9,820 2/10/2016
1.2.0 9,673 2/7/2016
1.1.3 9,830 8/28/2015
1.1.2 10,221 8/13/2015

Server and Client may have their own RSA key size configuration.
Custom RSA key sizes won't lead to an exception anymore.
Bugfix for the "Connection.Close" implementation for .NET Core.
Higher detail packet logging, including ipAddresses.
UdpConnection: IPRemote and IPLocalEndpoint bugfix.