You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to using libiio and I would like to use it in a csharp application. However, I have not been able to find any information about how to actually use/add the csharp bindings to my program.
Could someone maybe explain or link to a resource that explains how to set up a c# project that is able to use libiio functionality?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered:
If you install libiio through the libiio-setup.exe then the C# bindings should already be installed. You can add it in Visual Studio (or your IDE of choice) like any other dependency.
It would be great if you could release a nuget package with the bindings and also the runtime as that is much easier to consume than installing libiio manually and also permits easy restore across applications. If you'd like someone to help with setting that up let me know.
I am new to using libiio and I would like to use it in a csharp application. However, I have not been able to find any information about how to actually use/add the csharp bindings to my program.
Could someone maybe explain or link to a resource that explains how to set up a c# project that is able to use libiio functionality?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: