mirror of
https://github.com/Fishwaldo/libzwaveip.git
synced 2025-03-15 19:31:31 +00:00
Update README.md with forum link
Also fixed spelling
This commit is contained in:
parent
f11005250f
commit
4c0c7f008a
1 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,8 @@ libzwaveip - Control Z-Wave devices from your IP network
|
|||
|
||||
libzwaveip makes it easy to control Z-Wave devices from your IP network via a Z/IP Gateway. A Z/IP Gateway binary for Raspberry Pi is available here: [http://zwavepublic.com/developer](http://zwavepublic.com/developer).
|
||||
|
||||
Questions? Please use the discussion forum at [http://forum.z-wavepublic.com/](http://forum.z-wavepublic.com/).
|
||||
|
||||
Example applications
|
||||
--------------------
|
||||
Two example applications are provided: reference_client and reference_listener. The reference_client is
|
||||
|
@ -13,7 +15,7 @@ Build instructions for Raspberry Pi
|
|||
-----------------------------------
|
||||
To get started quickly, use we recommend that you use the Raspberry Pi image we have prepared. Follow these instructions to build the libzwaveip reference_client and reference_listener:
|
||||
|
||||
0. Prepare the Raspberry Pi SD image acorting to the instructions at [www.zwavepublic.com/developer](http://www.zwavepublic.com/developer)
|
||||
0. Prepare the Raspberry Pi SD image according to the instructions at [www.zwavepublic.com/developer](http://www.zwavepublic.com/developer)
|
||||
0. SSH into the Raspberry Pi
|
||||
0. Run the following commands:
|
||||
```bash
|
||||
|
@ -27,7 +29,7 @@ $ cmake ..
|
|||
$ make
|
||||
```
|
||||
|
||||
To test the reference_client, make sure the zipgateway is running and connect to it:
|
||||
To test the reference_client, make sure the zipgateway is running and connect to it:
|
||||
|
||||
$ ./reference_client -s <IP of ZIP Gateway>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue