Other Parts Discussed in Thread: Z-STACK
Hi
l am using ZStack-CC2530-2.5.1. My network includes one Coordinator and many routers and no enddevice.
As known according to Zigbee protocol eventhough the coordinator go away from the newtwork, routers can maintain the PAN network with same PANID. But l want to all routers switch itself to orphan state like enddevices and terminate PAN network when coordinator device power down or missed. l wrote a few codes for detecting coordinator existing in the network. I send "SYN" string as broadcast message to every routers from coordinator in the network. if "SYN" was not received by the routers afer timeout level, they leave theirself in the PAN network and switch to
searching PAN network mode. it works. But l can not send "SYN" message before sending "ZDP_MatchDescReq" command becauseof needed ClusterID matching proccess.
So my questions are: 1. Is there exist any type of message to send as broadcast without any matching proccess that every other devices can receive in the network?
2. Is "NWK link status" message can be used for this purpose? How can l handle this message on the application layer?
l have read a lot of topics in this site but l could not find exact solution for my problem or maybe l missed some useful details.
l hope l could explain my stuaiton.
Do you have an advice for this?