forked from OpenZWave/python-openzwave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEXAMPLES.txt
More file actions
62 lines (36 loc) · 1.13 KB
/
Copy pathEXAMPLES.txt
File metadata and controls
62 lines (36 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
:orphan:
================
python-openzwave
================
You need to install and build python-openzwave to test examples.
pyozwman
========
A shell manager for your ZWave network : :doc:`PyOzwMan documentation </pyozwman>`
pyozwweb
========
A Flask + socket.io + jquery web application framework for your ZWave network : :doc:`PyOzwWeb documentation </pyozwweb>`
api_demo
========
A test demo for the api : it list all nodes/values on your network, trying
to identify your switches, dimmers and sensors.
Start it with :
.. code-block:: bash
./api_demo.py --device=/dev/yourzwavestick
test_lib
========
A test demo for the library : connect to the network and sniff for notifications.
Start it with :
.. code-block:: bash
./test_lib.py --device=/dev/yourzwavestick --sniff=30
api_snif
========
A test demo for the api : connect to the api and sniff for louie signal from it.
Start it with :
.. code-block:: bash
./api_sniff.py --device=/dev/yourzwavestick --sniff=30
memory_use
==========
Try to evaluate the memory use of the api.
Start it with :
.. code-block:: bash
./memory_use.py --device=/dev/yourzwavestick