Other Parts Discussed in Thread: CC2538, Z-STACK
I have a router based on the SampleDoorLock in the cc2538 zigbee sdk.
When the router is out the range of the coordinator , it can not forward its children's data to the coordinator.
I found that the some children of the router in the range of coordinator, but they never try to send data to the coordinator directly and still send to the router.
How to get to know when the router is lost of touch with its parent ?
When the router is lost ,how to let its children to join the other routers?
Does the API ZDO_SyncIndicationCB help to solve the above problem?