微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 无线和射频 > TI Zigbee设计交流 > 关于使用link key 能否进行组网控制的问题?

关于使用link key 能否进行组网控制的问题?

时间:10-02 整理:3721RD 点击:

如题,现在有一个协调器,一个终端设备,我想通过link key 来做组网控制,也就是说终端的link key和协调器有着相同的link key才能加入网络,否则 不能加入网络。。。请问可以实现么,另外我做了一下这个实验,实验条件是我修改了默认的DEFAULT_TC_LINK_KEY,根据抓包情况,不知道终端有没有加入网络,请ti工作人员帮忙分析一下

该怎么去配置这些参数 比如:

/*********************************************************************
* SECURITY GLOBAL VARIABLES
*/

// If TRUE, preConfigKey should be configured on all devices on the network
// If false, it is configured only on the coordinator and sent to other
// devices upon joining.
uint8 zgPreConfigKeys = FALSE;

// The type of link key in use. This will determine the security

// policies associated with sending and receiving APS messages.
// If ZG_GLOBAL_LINK_KEY APS TCLK security may be used for specific APS commands
// If ZG_UNIQUE_LINK_KEY APS TCLK security is required for specific APS commands
uint8 zgApsLinkKeyType = ZG_GLOBAL_LINK_KEY;

DEFAULT_TC_LINK_KEY

建议你还是自己试着学习下数据包的分析,如果你是要开发zigbee产品的话,这个是最基本的工作。

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top