Zigbee Addr64Bit模式发送数据,用sniffer查看发送数据包是发现依然Addr16Bit 短地址。关于Addr64Bit模式发送数据到底是一个什么样的流程呢? 或者提示下哪个资料里有讲解! 先谢谢了 …
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网络里面,真正在空中通信的数据报文永远是短地址。
关联表里是包含了与该节点有父子关系的相关节点信息
typedef struct
{
UINT16 shortAddr;
uint16 addrIdx;
byte nodeRelation;
byte devStatus;
byte assocCnt;
byte age;
linkInfo_t linkInfo;
} associated_devices_t;