Improve library detection algorithm in LibGpiodDriverFactory #2271
Labels
enhancement
New feature or request
Priority:1
Work that is critical for the release, but we could probably ship without
The current detection algorithm in LibGpidDriver factory is somewhat risky, in that it assumes certain default paths for libraries. A more standard approach would be to just try to use PInvoke and catch the error. Note that this is also a bit tricky since the V1 driver internally also tries various .so files.
Other related work:
The text was updated successfully, but these errors were encountered: