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 31e94d4bbb
Remove debug traces from C# wrapper
5 years ago
..
AddressInfo.cs Update C# bindings to 1.4.0 API 5 years ago
CSharpSockets.cxx Add NetworkStream to C# wrapper. Fix errno bug in C# wrapper 5 years ago
Constants.cs Update C# bindings to 1.4.0 API 5 years ago
Event.cs Update C# bindings to 1.4.0 API 5 years ago
MulticastInfo.cs Update C# bindings to 1.4.0 API 5 years ago
NetworkInfo.cs Update C# bindings to 1.4.0 API 5 years ago
NetworkStream.cs Add NetworkStream to C# wrapper. Fix errno bug in C# wrapper 5 years ago
Node.cs Remove debug traces from C# wrapper 5 years ago
NodeInfo.cs Update C# bindings to 1.4.0 API 5 years ago
PeerInfo.cs Update C# bindings to 1.4.0 API 5 years ago
README.md Update C# bindings to 1.4.0 API 5 years ago
RouteInfo.cs Update C# bindings to 1.4.0 API 5 years ago
Socket.cs Remove debug traces from C# wrapper 5 years ago
SocketException.cs Update C# bindings to 1.4.0 API 5 years ago
zt.i Update C# bindings to 1.4.0 API 5 years ago

README.md

C# Language Bindings

Development Notes

  • The SWIG interface file zt.i is 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 using swig -c++ -csharp -dllimport "./libzt.so" zt.i but I would not recommend doing so unless you know what you're in for.