Hello,
This is my first application with the iDigi materials.
I have managed to build my ZigBee networks containing two XBee Pro S2 as Router and gateway CPX4 as Cardinator (Star).
I am doing research on programmtion of Python gateway. To begin, I want to find modules.
I take the script “getnodes.py” from this page
http://forums.digi.com/support/forum/viewthread_thread,780
and I upload it in the gateway(connectport x4 ZB)
With these commands inCommand Prompt:
telnet @ gateway
py getnodes.py
But I get an error in ligne “import zigbee”. There is a file “zigbee.py” that contains a single line: "from _zigbee import * "
How can I solve this problem?!
I like to know the steps to program the gateways.
Sincerely,