Network 6.2.5.23
Install-Package Network -Version 6.2.5.23
dotnet add package Network --version 6.2.5.23
<PackageReference Include="Network" Version="6.2.5.23" />
paket add Network --version 6.2.5.23
#r "nuget: Network, 6.2.5.23"
// Install Network as a Cake Addin
#addin nuget:?package=Network&version=6.2.5.23
// Install Network as a Cake Tool
#tool nuget:?package=Network&version=6.2.5.23
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- ConsoleTables (>= 2.4.2)
- Microsoft.CSharp (>= 4.7.0)
- System.Net.Sockets (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Threading (>= 4.3.0)
- System.Threading.Tasks (>= 4.3.0)
- System.Threading.Timer (>= 4.3.0)
- System.ValueTuple (>= 4.5.0)
- System.Xml.XmlDocument (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Network:
Package | Downloads |
---|---|
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 | 1,682 | 8/31/2021 |
6.2.4.21 | 1,943 | 8/11/2020 |
6.1.4.20 | 1,059 | 1/4/2020 |
6.1.3.18 | 561 | 10/20/2019 |
6.1.2.16 | 4,833 | 7/31/2019 |
6.1.2.15 | 4,770 | 6/8/2019 |
6.1.2.14 | 4,675 | 5/30/2019 |
6.1.1.13-rc | 4,567 | 5/28/2019 |
6.1.1.12 | 4,618 | 5/24/2019 |
6.1.1.11 | 4,675 | 5/20/2019 |
6.1.1.10 | 4,687 | 5/6/2019 |
6.1.1.9 | 4,708 | 5/2/2019 |
6.1.0.7 | 4,754 | 3/12/2019 |
6.1.0.3 | 4,782 | 2/12/2019 |
6.1.0.2 | 4,981 | 10/21/2018 |
5.2.2.6 | 5,058 | 10/3/2018 |
5.2.1.6 | 5,002 | 9/30/2018 |
5.1.1.6 | 5,019 | 9/30/2018 |
5.1.0.6 | 4,770 | 9/29/2018 |
5.1.0.5 | 4,889 | 8/29/2018 |
5.0.0 | 4,872 | 8/27/2018 |
4.4.0.5 | 5,549 | 10/22/2017 |
3.4.0.4 | 5,225 | 4/28/2017 |
3.3.0.4 | 5,084 | 2/18/2017 |
3.3.0.3 | 5,080 | 11/28/2016 |
3.3.0.2 | 4,964 | 11/28/2016 |
3.2.0.2 | 5,007 | 11/23/2016 |
3.1.0.2 | 5,109 | 10/3/2016 |
3.0.0.2 | 4,991 | 9/28/2016 |
3.0.0.1 | 5,150 | 5/28/2016 |
2.1.2.6 | 5,002 | 5/24/2016 |
2.1.2.5 | 5,097 | 3/3/2016 |
2.0.2.5 | 5,018 | 3/2/2016 |
2.0.2.4 | 4,974 | 3/1/2016 |
2.0.1.3 | 5,315 | 2/27/2016 |
2.0.1.2 | 5,189 | 2/24/2016 |
2.0.1 | 5,122 | 2/23/2016 |
2.0.0.1 | 5,096 | 2/12/2016 |
1.2.0.1 | 5,005 | 2/10/2016 |
1.2.0 | 4,992 | 2/7/2016 |
1.1.3 | 5,203 | 8/28/2015 |
1.1.2 | 5,687 | 8/13/2015 |
+ Documentation update
+ IPv6 support added
+ .NET 5 support added
- Removed .NET46 and .NET5 build target
- Bluetooth support removed