Other Parts Discussed in Thread: Z-STACK
Or instead, it only supports Zigbee Pro random style addressing scheme?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: Z-STACK
Or instead, it only supports Zigbee Pro random style addressing scheme?
Hello Rui,
Z-Stack-2.5.0 Supports both ZigBee 2007 (Distriibuted Addressing) and ZigBee-Pro (Stochastic Addressing), please refer to the Z-Stack Developers guide for more details on these. To enable the ZigBee-Pro enable the compile flag in file f8wConfig.cfg, when disabled ZigBee 2007 stack functionality is implemented.
/* Enable ZigBee-Pro */
-DZIGBEEPRO
Tree routing has a major drawback that when a link between a parent and child breaks the routing fails and there is no recovery.The mesh network solves that.
Regards, Suyash Jain
Thanks
The default setting for Z-Stack-2.5.0 is the distriubuted Addressing?Or do we need to configure it someway in f8wConfig.cfg
Rui
By default in Z-Stack-2.5.0, the compile flag ZIGBEEPRO is enabled in the file f8wConfig.cfg. To enable the distributed addressing or use ZigBee 2007 comment the line as below in the file f8wConfig.cfg and recompile.
/* Enable ZigBee-Pro */
//-DZIGBEEPRO
One other detail: to switch from Pro to non-Pro, you will need to change which library gets linked to your project. For example, change Router-Pro.lib to Router.lib in the IDE.