forked from OpenZWave/python-openzwave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EXAMPLES.txt
60 lines (33 loc) · 1007 Bytes
/
EXAMPLES.txt
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
python-openzwave
****************
You need to install and build python-openzwave to test examples.
pyozwman
========
A shell manager for your ZWave network : PyOzwMan documentation
pyozwweb
========
A Flask + socket.io + jquery web application framework for your ZWave
network : PyOzwWeb documentation
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 :
./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 :
./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 :
./api_sniff.py --device=/dev/yourzwavestick --sniff=30
memory_use
==========
Try to evaluate the memory use of the api.
Start it with :
./memory_use.py --device=/dev/yourzwavestick