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.

Zigbee cc2530 中如何查看router table

// Routing table
rtgEntry_t rtgTable[MAX_RTG_ENTRIES];

nwk_globals.c中有这个数据, 但是我实际运行的时候,读这个数据的标志都是无效的,

那这个表是假的?

  • 确定运行过程有建立到其他节点的路由路劲,

    初始化的值应该是下面

    pRtg->dstAddress = INVALID_NODE_ADDR;
    pRtg->nextHopAddress = INVALID_NODE_ADDR;
    pRtg->expiryTime = 0;
    pRtg->status = RT_INIT;
    pRtg->options = 0;

x 出现错误。请重试或与管理员联系。