Network 6.2.5.23

dotnet add package Network --version 6.2.5.23
                    
NuGet\Install-Package Network -Version 6.2.5.23
                    
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.2.5.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Network" Version="6.2.5.23" />
                    
Directory.Packages.props
<PackageReference Include="Network" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Network --version 6.2.5.23
                    
#r "nuget: Network, 6.2.5.23"
                    
#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.
#addin nuget:?package=Network&version=6.2.5.23
                    
Install Network as a Cake Addin
#tool nuget:?package=Network&version=6.2.5.23
                    
Install Network as a Cake Tool

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

Examples at: https://www.indie-dev.at/overview-en/
Documentation at: https://www.indie-dev.at/NetworkLib/HelpFile_6.2.5.21/
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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 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 7,555 8/31/2021
6.2.4.21 3,179 8/11/2020
6.1.4.20 2,266 1/4/2020
6.1.3.18 1,732 10/20/2019
6.1.2.16 5,942 7/31/2019
6.1.2.15 5,906 6/8/2019
6.1.2.14 5,754 5/30/2019
6.1.1.13-rc 5,545 5/28/2019
6.1.1.12 5,729 5/24/2019
6.1.1.11 5,779 5/20/2019
6.1.1.10 5,866 5/6/2019
6.1.1.9 5,869 5/2/2019
6.1.0.7 5,877 3/12/2019
6.1.0.3 5,918 2/12/2019
6.1.0.2 6,170 10/21/2018
5.2.2.6 6,361 10/3/2018
5.2.1.6 6,291 9/30/2018
5.1.1.6 6,300 9/30/2018
5.1.0.6 5,941 9/29/2018
5.1.0.5 6,092 8/29/2018
5.0.0 6,037 8/27/2018
4.4.0.5 6,899 10/22/2017
3.4.0.4 6,424 4/28/2017
3.3.0.4 6,286 2/18/2017
3.3.0.3 6,270 11/28/2016
3.3.0.2 6,154 11/28/2016
3.2.0.2 6,138 11/23/2016
3.1.0.2 6,261 10/3/2016
3.0.0.2 6,208 9/28/2016
3.0.0.1 6,341 5/28/2016
2.1.2.6 6,174 5/24/2016
2.1.2.5 6,287 3/3/2016
2.0.2.5 6,218 3/2/2016
2.0.2.4 6,195 3/1/2016
2.0.1.3 6,495 2/27/2016
2.0.1.2 6,371 2/24/2016
2.0.1 6,317 2/23/2016
2.0.0.1 6,321 2/12/2016
1.2.0.1 10,573 2/10/2016
1.2.0 10,400 2/7/2016
1.1.3 10,555 8/28/2015
1.1.2 11,139 8/13/2015

+ Documentation update
+ IPv6 support added
+ .NET 5 support added
- Removed .NET46 and .NET5 build target
- Bluetooth support removed