你好,我现在需要画一个网络拓扑图,需要知道每一个节点的父亲节点地址。我的情况是这样的,有一个协调器,两个路由A和B,B连接A,A连接协调器。当A掉电后,在B上运行获取父亲节点地址函数时,获取到的地址依然是A的地址(物理地址和网络地址),而此时B实际上已经连接上协调器了。如何才能在A掉电后且不重启B的情况下,B获取到协调器这个新父亲节点的地址呢?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.