ZeroTier.Sockets
1.3.3-alpha.2
See the version list below for details.
dotnet add package ZeroTier.Sockets --version 1.3.3-alpha.2
NuGet\Install-Package ZeroTier.Sockets -Version 1.3.3-alpha.2
<PackageReference Include="ZeroTier.Sockets" Version="1.3.3-alpha.2" />
paket add ZeroTier.Sockets --version 1.3.3-alpha.2
#r "nuget: ZeroTier.Sockets, 1.3.3-alpha.2"
// Install ZeroTier.Sockets as a Cake Addin #addin nuget:?package=ZeroTier.Sockets&version=1.3.3-alpha.2&prerelease // Install ZeroTier.Sockets as a Cake Tool #tool nuget:?package=ZeroTier.Sockets&version=1.3.3-alpha.2&prerelease
ZeroTier SDK
Connect physical devices, virtual devices, and application instances as if everything is on a single LAN.
ZeroTier brings your network into user-space. We've paired our network hypervisor core with a TCP/UDP/IP stack (lwIP) to provide your application with an exclusive and private virtual network interface. All traffic on this interface is end-to-end encrypted between each peer and we provide an easy-to-use socket interface similar to Berkeley Sockets. Since we aren't using the kernel's IP stack that means no drivers, no root, and no host configuration requirements.
- Website: https://www.zerotier.com/
- ZeroTier Manual: https://www.zerotier.com/manual/
- ZeroTier Repo: https://github.com/zerotier/zerotierone
- SDK Repo: https://github.com/zerotier/libzt
- Forum: https://discuss.zerotier.com
1.3.3-alpha.2 Release Notes
New namespace structure:
ZeroTier.Core
(API to control a ZeroTier Node)class ZeroTier.Core.Node
class ZeroTier.Core.Event
ZeroTier.Sockets
class ZeroTier.Sockets.Socket
class ZeroTier.Sockets.SocketException
ZeroTier.Central
(upcoming)
Added to Socket API
Socket.ReceiveTimeout
,Socket.SendTimeout
, etc.
Bugs
- Fixed memory leak caused by unmanaged resources not being released.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net40 is compatible. net403 is compatible. net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 is compatible. net481 was computed. |
native | native is compatible. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.8.4 | 2,612 | 12/7/2021 |
1.4.3 | 639 | 5/26/2021 |
1.4.2 | 465 | 5/18/2021 |
1.4.1 | 475 | 5/13/2021 |
1.3.3-alpha.2 | 209 | 2/16/2021 |
1.3.3-alpha.1 | 215 | 2/5/2021 |
Namespace adjustments, additions to Socket API, memory leak fixes.