✅ WireGuard Wrapper
Is there a good WireGuard wrapper for Linux (connect, disconnect, generate public key etc)?
5 Replies
I want it for my wireguard server/host and my wireguard clients/peers.
There are 2 hits on nuget, and of those this one looks like it's meant to run on linux (the
[DllImport]
s reference a .so): https://github.com/sakamoto-poteko/EmbeddableWireGuardLibrary.Net
With 5 commits, it doesn't look hugely mature though!
You might be best off rolling your own with ClangSharpI'll make my own wrapper then I guess. Thanks for the tip with ClangSharp!
Despite the few commits, it seems like the library provides everything, the C-Library provides too.
So I'll give the library a shot.
$close
If you have no further questions, please use /close to mark the forum thread as answered