Hi,
In a frequency hopping network, I observe that if a coordinator resets (i.e. loses its neighbor table), it does not add other nodes to the neighbor table even if it successfully receives messages from the other nodes.
The coordinator only adds the node to a neighbor table after the node goes through the async and association phases.
Is that correct and expected?
If so, what is the recommended way to handle a reset on the coordinator? Reset all other nodes on the network too, or have the coordinator send out async requests?
Thanks!
Eugene