Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK
Hello,
I'm a having a small issue where a router all of the sudden "freezes" and stops receiving zigbee requests, but for the router itself all seems to be fine.
My question is if there is a way to know if messages are flowing trough the router like for example acknoledges, link status, route request, ...
I know there is an issue on the network and I was thinking that maybe I could find a workaround to detect when the router entered that state, and helped me debug it later or as brute force attempt do a reset.
I have some alternative that I was thinking but I'm not sure if they are the best:
-> Read an attribute from the coordinator from time to time and see if I had a response
-> Check for hits on the function "afIncomingData", but this would only work if someone tried use upper layer messages directed at that route. Sitting in iddle there wouldn't be any hits.
-> Use the event "AF_DATA_CONFIRM_CMD
Anyone has a sugestion on how can I know if the network is still active?
Best regards