ZymkeySharp C# Library

So, I realised there was no C# library for the Zymkey 4i. This, as you might imagine, was a problem, as I’m writing my application that makes use of a Zymkey in .NET Core on my Raspberry Pi.

Thankfully, I’ve now managed to come up with a solution, and would love to share it with you all - check out ZymkeySharp, the open-source C# library for Zymkeys. (It’s basically just a simple wrapper around the existing C library.)

GitHub - https://github.com/CitadelCore/ZymkeySharp
Nuget - https://www.nuget.org/packages/ZymkeySharp/1.0.0

1 Like

Awesome ! Thanks @josephmarsden for sharing this.