Skip to content
Snippets Groups Projects
Commit 96409b79 authored by marcoemi.poleggi's avatar marcoemi.poleggi
Browse files

more doc

parent cc72afc1
Branches
No related tags found
No related merge requests found
......@@ -44,7 +44,10 @@ like this (as **superuser**):
# ./util/internet-sharing wlan0 eth0 start
```
To make the changes persistent, consult your Linux distribution's documentation.
To make the changes persistent, consult your Linux distribution's
documentation. **Warning!** Sleep/hibernate and resume cycles might mess up
networking -- in case of problems, such as broken outgoing connections,
restart both networking and internet sharing.
## Testing ##
......@@ -52,3 +55,16 @@ A CLI-based client script is available: `post_client.py`. See how to use it with
```
$ python3 post_client.py -h
```
## Caveats ##
This lab is based on `python-openzwave-0.3.0b8`. Newer versions are not
compatible with our app template, so, please avoid upgrading your
installation! Note also that the latest documenation differs with respect to
our template in the following symbols ("old" is what we have; the list is not
exhaustive, sorry):
|old|new|
|---|---|
|`node.isReady`|`node.is_ready`|
|`node.getNodeQueryStage`|`node.query_stage`|
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment