Network 1.2.0
See the version list below for details.
dotnet add package Network --version 1.2.0
NuGet\Install-Package Network -Version 1.2.0
<PackageReference Include="Network" Version="1.2.0" />
paket add Network --version 1.2.0
#r "nuget: Network, 1.2.0"
// Install Network as a Cake Addin
#addin nuget:?package=Network&version=1.2.0
// Install Network as a Cake Tool
#tool nuget:?package=Network&version=1.2.0
Network library supporting: TCP, UDP, events and objects. Fast and simple, with only 48bit overhead per packet.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Network:
Package | Downloads |
---|---|
SCPackets
Library for use in both Sharpdj Client and Server. Contains packets definitions and models |
|
Frank.Libraries.Machine
Not very useful at the moment, but is intended to become a helpful tool for accessing device information |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.2.5.23 | 4,058 | 8/31/2021 |
6.2.4.21 | 2,135 | 8/11/2020 |
6.1.4.20 | 1,243 | 1/4/2020 |
6.1.3.18 | 723 | 10/20/2019 |
6.1.2.16 | 4,979 | 7/31/2019 |
6.1.2.15 | 4,915 | 6/8/2019 |
6.1.2.14 | 4,821 | 5/30/2019 |
6.1.1.13-rc | 4,604 | 5/28/2019 |
6.1.1.12 | 4,752 | 5/24/2019 |
6.1.1.11 | 4,808 | 5/20/2019 |
6.1.1.10 | 4,833 | 5/6/2019 |
6.1.1.9 | 4,857 | 5/2/2019 |
6.1.0.7 | 4,898 | 3/12/2019 |
6.1.0.3 | 4,926 | 2/12/2019 |
6.1.0.2 | 5,143 | 10/21/2018 |
5.2.2.6 | 5,232 | 10/3/2018 |
5.2.1.6 | 5,180 | 9/30/2018 |
5.1.1.6 | 5,192 | 9/30/2018 |
5.1.0.6 | 4,924 | 9/29/2018 |
5.1.0.5 | 5,054 | 8/29/2018 |
5.0.0 | 5,048 | 8/27/2018 |
4.4.0.5 | 5,744 | 10/22/2017 |
3.4.0.4 | 5,384 | 4/28/2017 |
3.3.0.4 | 5,240 | 2/18/2017 |
3.3.0.3 | 5,235 | 11/28/2016 |
3.3.0.2 | 5,122 | 11/28/2016 |
3.2.0.2 | 5,167 | 11/23/2016 |
3.1.0.2 | 5,277 | 10/3/2016 |
3.0.0.2 | 5,155 | 9/28/2016 |
3.0.0.1 | 5,320 | 5/28/2016 |
2.1.2.6 | 5,165 | 5/24/2016 |
2.1.2.5 | 5,261 | 3/3/2016 |
2.0.2.5 | 5,184 | 3/2/2016 |
2.0.2.4 | 5,138 | 3/1/2016 |
2.0.1.3 | 5,466 | 2/27/2016 |
2.0.1.2 | 5,335 | 2/24/2016 |
2.0.1 | 5,289 | 2/23/2016 |
2.0.0.1 | 5,276 | 2/12/2016 |
1.2.0.1 | 5,176 | 2/10/2016 |
1.2.0 | 5,158 | 2/7/2016 |
1.1.3 | 5,378 | 8/28/2015 |
1.1.2 | 5,900 | 8/13/2015 |
1. ServerConnectionContainer added for easy setup
2. TCP only is possible
3. ServerConnectionContainer and ClientConnectionContainer can be created with the ConnectionFactory
4. Methods renamed and dynamical bindings added
5. More options to modify the Sockets
6. Bugfixes