Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattleibow/openzwave.net
OpenZWave .NET is a lightweight binding around the OpenZWave library which is designed to control Z-Wave Networks via a USB Z-Wave Controller.
https://github.com/mattleibow/openzwave.net
csharp dotnet netstandard openzwave z-wave
Last synced: 9 days ago
JSON representation
OpenZWave .NET is a lightweight binding around the OpenZWave library which is designed to control Z-Wave Networks via a USB Z-Wave Controller.
- Host: GitHub
- URL: https://github.com/mattleibow/openzwave.net
- Owner: mattleibow
- Created: 2018-07-27T14:44:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T17:43:59.000Z (over 6 years ago)
- Last Synced: 2024-12-08T20:54:25.912Z (14 days ago)
- Topics: csharp, dotnet, netstandard, openzwave, z-wave
- Language: C#
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenZWave .NET
OpenZWave .NET is a lightweight binding around the OpenZWave library which
is designed to control Z-Wave Networks via a USB Z-Wave Controller.## Building
### macOS
```sh
./build.sh
```### Windows
```ps
.\build.ps1
```## To Do
* Most of the API is bound, but there are a few members that need to be
implemented. For these, there are a bunch of `// TODO: MethodNameHere`
comments in the .c source file.
* Add a Linux build
* Get some sort of CI building this
* Upstream our changes (ie: see if we can get our C API merged into
`open-zwave` master)
* A few more tests
* A nice sample app