Library that speaks with zwave module/server
Go to file
2022-01-20 19:59:13 +01:00
Zway [1.6.1] Dispose bug in netcore 2022-01-20 19:59:13 +01:00
.gitignore Update .gitignore remove Release 2019-02-12 18:17:11 +01:00
CHANGELOG.md [1.6.1] Dispose bug in netcore 2022-01-20 19:59:13 +01:00
CONTRIBUTING.md [1.6.0] Refactoring is the key 2022-01-15 23:18:39 +01:00
LICENSE [1.6.0] Refactoring is the key 2022-01-15 23:18:39 +01:00
README.md [1.6.0] Refactoring is the key 2022-01-15 23:18:39 +01:00
Zway.sln Make netcore as default, also using 3.1 now 2021-01-09 01:09:16 +01:00

BlubbFish.IoT.Zway (Zway)

Library that connects to a zway controller device and recieves crawls zwave data. This library contains drivers for a Zwave.me installation. This readme is meant for describing the software library.

This library is running on every hardware that supports dotnet.

Getting Started

The project documentation is available on the Wiki.

Usage

This software can not run itselfs, cause its a library.

Development

  • Versioning: Use SemVer and tag the repository with full version string. E.g. v1.0.0

This library is under GNU LESSER GENERAL PUBLIC LICENSE Version 3

Prerequisite

If you want to work with this library, please checkout zway-project with all submodules, to get all dependencies.

Internal

External

Test

You need to compile he library and use it with a calling agent.

Build

Build it with Visual Studio.

Contributing

Contributions are welcome.

Please fork, make your changes, and submit a pull request. For major changes, please open an issue first and discuss it with the other authors.