C# bindings for Linux #1204
Santehnikua
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone! I have a need to use libiio in a C# application that will run on a Raspberry Pi 5.
The suggested bindings didn't work as they look for libiio.dll, then I tried to symlink from libiio.so to libiio.dll and it worked fine. I was able to create a context, I was able to find the device and change the channel attributes. This works on both x64 and ARM.
It looks like bindings can work fine on linux, so I suggest improving the bindings so that the name of the library file, depending on the system, is chosen between libiio.dll and libiio.so.
Beta Was this translation helpful? Give feedback.
All reactions