hello,
I've read some threads about how to handle connection lost for routers now. So the app has to handle this similar to WSNDemo with a error threshold and leaving/rejoin the network if its too large.
But how to handle this for coordinator? I got a C -> R -> E network. Now after just turn off the R, C seems to be in a helpless state too? (all zdp responses on C have status e9, d0 and so on). The network it self seems to be up, since other devices could connect.
What would be the right way to proceed? Full leave and rejoin for coordinator like routers in WSNDemo do or is there a 'soft way' without breaking connection to devices still connected?