Griffin.Networking
0.5.7
A somewhat performant networking library written in C#. Helps you create well structured networking applications faster and easier.
Install-Package Griffin.Networking -Version 0.5.7
dotnet add package Griffin.Networking --version 0.5.7
<PackageReference Include="Griffin.Networking" Version="0.5.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Griffin.Networking --version 0.5.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Griffin.Networking, 0.5.7"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
* Fixed ServerBase.Stop
Dependencies
This package has no dependencies.
Used By
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 History
Version | Downloads | Last updated |
---|---|---|
0.5.7 | 14,429 | 5/29/2013 |
0.5.6 | 762 | 5/29/2013 |
0.5.5 | 1,160 | 4/10/2013 |
0.5.4 | 1,000 | 12/12/2012 |
0.5.3 | 792 | 12/12/2012 |
0.5.2 | 828 | 12/3/2012 |
0.5.2-pre03 | 723 | 12/3/2012 |
0.5.2-pre02 | 749 | 12/3/2012 |
0.5.2-pre01 | 721 | 12/3/2012 |
0.5.1 | 840 | 11/18/2012 |
0.5.1-pre01 | 733 | 12/3/2012 |
0.5.0 | 1,537 | 11/17/2012 |
0.1.1 | 1,125 | 6/18/2012 |
0.1.0 | 877 | 5/4/2012 |