Closed stmax82 closed 6 years ago
Nope it would require a significant rewrite from scratch to support that, since the library is native and not a C API Wrapper. You could instead install Windows 10 on your raspberry and build a UWP startuptask. This has been working really great for me.
Yes I had a look at the code and it doesn't seem to be an easy task to do. I thought about switching to Win 10 IoT but that's not going to work due to other software we have to run.. too bad.. this library seems to be the most stable one of those available for .NET. Thanks anyway!
Is there a way to make this work on a Raspberry (Linux / Raspbian) using Mono?
There's a package called "libopenzwave1.5" that can be installed using apt:
Currently the problem is that the OpenZWaveDotNet.dll contains native code (instead of [DllImort]ing a shared library) and thus cannot be executed on Linux / Mono: