You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Joseph Henry eac36f781d
Add NetworkStream to C# wrapper. Fix errno bug in C# wrapper
5 years ago
..
ZeroTier.Sockets Add NetworkStream to C# wrapper. Fix errno bug in C# wrapper 5 years ago
bindings Replace manual csc.exe invokation with dotnet project (for NuGet build) 5 years ago
README.md Add NuGet package and build scripts 5 years ago
version.in Slight re-org of C API naming convention 5 years ago

README.md

NuGet package

Install from NuGet gallery package (recommended):

Install-Package ZeroTier.Sockets

Install from local package

Install-Package ZeroTier.Sockets -Source C:\PathToThePackageDir\

Development notes