I am working on a Zigbee Implementation for 2500 nodes. The project involves Hotel Automation. The topolgy which I am looking for is Cluster Tree. I know that the routing mechanism is handled by the Z-Stack based on the bindings done during commissioning There are 10 nodes in 1 room, which can be routers or end devices. Each of these nodes can be called as room devices. Each of the room devices are connected to a single room controller node within the room. All of these devices should communicate only with this room controller node. Every room has distinctly 1 room controller node. Likewise there are 250 rooms. Each room controller should communicate with a Master Control node which is connected to a PC via a Zigbee Gateway. The logic for communication is as below: Since we are having a huge number of nodes we need to go in for S Commissioning mode. This would require us to develop a utility for commissioning. I assume we would need to make something like Ztool and use the commissioning cluster which would have to be implemented in all our devices. Please let me know if my above understanding is correct and how do I go about this if I need to develop my own tool for commissioning?
Besides the above, do I need to play around with Z Stack in detail, or the demo provided can be used for commercial applications. If I need to change or tune certain settings, which area in the Z-Stack do I need to focus?
Thanks in advance for your suggestions.