Griffin.Networking
0.5.7
dotnet add package Griffin.Networking --version 0.5.7
NuGet\Install-Package Griffin.Networking -Version 0.5.7
<PackageReference Include="Griffin.Networking" Version="0.5.7" />
paket add Griffin.Networking --version 0.5.7
#r "nuget: Griffin.Networking, 0.5.7"
// Install Griffin.Networking as a Cake Addin
#addin nuget:?package=Griffin.Networking&version=0.5.7
// Install Griffin.Networking as a Cake Tool
#tool nuget:?package=Griffin.Networking&version=0.5.7
A somewhat performant networking library written in C#. Helps you create well structured networking applications faster and easier.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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 | 22,135 | 5/29/2013 |
0.5.6 | 1,164 | 5/29/2013 |
0.5.5 | 1,526 | 4/10/2013 |
0.5.4 | 1,671 | 12/12/2012 |
0.5.3 | 1,173 | 12/12/2012 |
0.5.2 | 1,456 | 12/3/2012 |
0.5.2-pre03 | 1,308 | 12/3/2012 |
0.5.2-pre02 | 1,134 | 12/3/2012 |
0.5.2-pre01 | 1,098 | 12/3/2012 |
0.5.1 | 1,424 | 11/18/2012 |
0.5.1-pre01 | 1,144 | 12/3/2012 |
0.5.0 | 2,132 | 11/17/2012 |
0.1.1 | 1,535 | 6/18/2012 |
0.1.0 | 1,260 | 5/4/2012 |
* Fixed ServerBase.Stop