From 3ed8765758d2e584979621290fd926985d342c00 Mon Sep 17 00:00:00 2001 From: Gene Date: Sun, 18 Dec 2022 22:16:07 +0100 Subject: [PATCH] Updated README.md --- README.md | 22 ------------------ ZWaveLib/ZWaveLib.nuspec | 48 ---------------------------------------- 2 files changed, 70 deletions(-) delete mode 100644 ZWaveLib/ZWaveLib.nuspec diff --git a/README.md b/README.md index 05adb8b..5da925b 100644 --- a/README.md +++ b/README.md @@ -19,28 +19,6 @@ ZWaveLib is available as a [NuGet package](https://www.nuget.org/packages/ZWave Run `Install-Package ZWaveLib` in the [Package Manager Console](http://docs.nuget.org/docs/start-here/using-the-package-manager-console) or search for “ZWaveLib” in your IDE’s package management plug-in. -## .Net Standard 2.0 notes - -When running under Linux you might encouter the following error: -``` -Unable to load shared library 'libnserial.so.1' or one of its dependencies. -``` -in which case `serialportstream` library is missing. - -To fix this error clone and build `serialportstream`: -``` -git clone https://github.com/jcurl/serialportstream.git -cd serialportstream/ -cd dll/serialunix/ -./build.sh -``` - -Then copy generated files `build/libnserial/libnserial.so*` to the app folder and lauch the app with `LD_LIBRARY_PATH` set to the current directory: - -``` -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. dotnet exec TestApp.NetCore.dll -``` - ## Example usage ```csharp diff --git a/ZWaveLib/ZWaveLib.nuspec b/ZWaveLib/ZWaveLib.nuspec deleted file mode 100644 index d4987cb..0000000 --- a/ZWaveLib/ZWaveLib.nuspec +++ /dev/null @@ -1,48 +0,0 @@ - - - - ZWaveLib - $version$ - ZWaveLib - Generoso Martello - G-Labs - https://github.com/genielabs/zwave-lib-dotnet/blob/master/LICENSE - https://github.com/genielabs/zwave-lib-dotnet/ - false - Z-Wave Home Automation library (.NET / Mono) -Features -- Works with most Z-Wave serial controllers -- 100% managed code implementation -- Event driven -- Hot plug -- Automatically restabilish connection on error/disconnect -- Compatible with Mono - -[Source Code and Home Page] -https://github.com/genielabs/zwave-lib-dotnet - Z-Wave library for Home Automation (.NET / Mono) - - G-Labs - zwave z-wave home automation - - - - - - - - - - - - - - - - - - - - - -