You need to install and build python-openzwave to test examples.
A shell manager for your ZWave network : PyOzwMan documentation
A Flask + socket.io + jquery web application framework for your ZWave network : PyOzwWeb documentation
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
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
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
Try to evaluate the memory use of the api.
Start it with :
./memory_use.py --device=/dev/yourzwavestick