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.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| AddressInfo.cs | 5 years ago | |
| CSharpSockets.cxx | 5 years ago | |
| Constants.cs | 5 years ago | |
| Event.cs | 5 years ago | |
| MulticastInfo.cs | 5 years ago | |
| NetworkInfo.cs | 5 years ago | |
| NetworkStream.cs | 5 years ago | |
| Node.cs | 5 years ago | |
| NodeInfo.cs | 5 years ago | |
| PeerInfo.cs | 5 years ago | |
| README.md | 5 years ago | |
| RouteInfo.cs | 5 years ago | |
| Socket.cs | 5 years ago | |
| SocketException.cs | 5 years ago | |
| zt.i | 5 years ago | |
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.