genielabs / zwave-lib-dotnet

Z-Wave Home Automation library for .NET / Mono
Apache License 2.0
63 stars 37 forks source link

.Net Core #40

Open stef007a opened 4 years ago

stef007a commented 4 years ago

Are the any plans go for a .Net Core version ?

Bounz commented 4 years ago

I tried to target zwave-lib to .Net Core 2.2, you can check it here https://github.com/Bounz/zwave-lib-dotnet/tree/master/ZWaveLib2. You will also need this lib https://github.com/Bounz/serialport-lib-dotnet-core, which uses SerialPortStream library to replace mono's SerialPort class. I think it should be possible to use SerialPort class from .Net Core 3.0, but I didn't try it yet.

genemars commented 4 years ago

See pulll request #43