Griffin.Networking
0.5.2
See the version list below for details.
dotnet add package Griffin.Networking --version 0.5.2
NuGet\Install-Package Griffin.Networking -Version 0.5.2
<PackageReference Include="Griffin.Networking" Version="0.5.2" />
paket add Griffin.Networking --version 0.5.2
#r "nuget: Griffin.Networking, 0.5.2"
// Install Griffin.Networking as a Cake Addin #addin nuget:?package=Griffin.Networking&version=0.5.2 // Install Griffin.Networking as a Cake Tool #tool nuget:?package=Griffin.Networking&version=0.5.2
A somewhat performant networking library written in C#. Helps you create well structured networking applications faster and easier.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Griffin.Networking:
Package | Downloads |
---|---|
Griffin.Networking.Protocol.Http
HTTP implementation for Griffin.Networking. It can be used to create HTTP clients and Servers with Griffin.Networking |
|
Griffin.Networking.Protocol.Basic
Allows you to transport objects over the networking without having to care about the networking. This protocol uses a small binary header (version+length). The actual object is encoded as JSON. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Griffin.Networking:
Repository | Stars |
---|---|
dukus/digiCamControl
DSLR camera remote control open source software
|
|
jgauffin/griffin.networking
Networking library for .NET
|
Version | Downloads | Last updated |
---|---|---|
0.5.7 | 25,733 | 5/29/2013 |
0.5.6 | 1,309 | 5/29/2013 |
0.5.5 | 1,659 | 4/10/2013 |
0.5.4 | 1,814 | 12/12/2012 |
0.5.3 | 1,311 | 12/12/2012 |
0.5.2 | 1,607 | 12/3/2012 |
0.5.2-pre03 | 1,411 | 12/3/2012 |
0.5.2-pre02 | 1,245 | 12/3/2012 |
0.5.2-pre01 | 1,198 | 12/3/2012 |
0.5.1 | 1,587 | 11/18/2012 |
0.5.1-pre01 | 1,242 | 12/3/2012 |
0.5.0 | 2,299 | 11/17/2012 |
0.1.1 | 1,673 | 6/18/2012 |
0.1.0 | 1,425 | 5/4/2012 |
Now using a lock in the SocketWriter