forked from OpenZWave/python-openzwave
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
77 changed files
with
12,974 additions
and
4,604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,5 @@ General Public License for more details. | |
You should have received a copy of the GNU General Public License | ||
along with python-openzwave. If not, see http://www.gnu.org/licenses. | ||
|
||
author: bibi21000 <[email protected]> | ||
author: maarten damen | ||
license: GPL(v3) | ||
author: bibi21000 <[email protected]> author: maarten damen license: | ||
GPL(v3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
|
||
python-openzwave | ||
**************** | ||
|
||
This is the new generation of python-openzwave. | ||
|
||
python-openzwave is a python wrapper for the openzwave library. It's | ||
also contains an api (object representation of Zwave network) and | ||
ozwsh (using the api). | ||
|
||
You can install python-openzwave in 3 ways : | ||
|
||
* From repository : you need to install mercurial, subversion and | ||
the common builds tools. Look at INSTALL_REPO to do such | ||
installation | ||
|
||
* From an archive : you don't need to install mercurial, | ||
subversion. Only the common builds tools are needed. Look at | ||
INSTALL_ARCH to do such installation | ||
|
||
* From scratch : if you can't build python-openzwave | ||
automatically or you are using windows or MacOS X. Look at | ||
INSTALL_MAN to do such installation | ||
|
||
Testing python-openzwave : | ||
|
||
You don't need to install python-openzwave to test it. Look at | ||
EXAMPLES. | ||
|
||
|
||
To do | ||
===== | ||
|
||
* Makefile : full process projet management | ||
|
||
* Improve tests : add virtual nodes and controllers to pass test on | ||
travis | ||
|
||
* ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
:orphan: | ||
|
||
This file is part of python-openzwave project https://github.com/bibi21000/python-openzwave. | ||
|
||
License | ||
|
Oops, something went wrong.