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.
|
…
|
||
|---|---|---|
| .. | ||
| AddressInfo.cs | ||
| CSharpSockets.cxx | ||
| Constants.cs | ||
| Event.cs | ||
| MulticastInfo.cs | ||
| NetworkInfo.cs | ||
| NetworkStream.cs | ||
| Node.cs | ||
| NodeInfo.cs | ||
| PeerInfo.cs | ||
| README.md | ||
| RouteInfo.cs | ||
| Socket.cs | ||
| SocketException.cs | ||
| zt.i | ||
README.md
C# Language Bindings
- Install (via NuGet package):
Install-Package ZeroTier.Sockets - Example usage: examples/csharp
Development Notes
- The SWIG interface file
zt.iis only present for historical reference purposes. SWIG generates a ton of unnecessary boilerplate code which is hard to completely prevent by using hints. You can generate a new wrapper for yourself usingswig -c++ -csharp -dllimport "./libzt.so" zt.ibut I would not recommend doing so unless you know what you're in for.