TI中文支持网
TI专业的中文技术问题搜集分享网站

怎么设置ZigBee network key为随机产生,而不使用默认的

用的协议栈为Z-Stack home, 怎么设置ZigBee network key为随机产生的?

YiKai Chen:

你要在zgPreconfigKeyInit內用随机产生的方式複寫zgPreConfigKey來设置ZigBee network key为随机产生

Susan Yang:

您可以看一下zgPreconfigKeyInit( uint8 setDefault )函数

 //NWK KEY

 //if nwk key is set to zeros, then generate a random key and use it

 osal_memset(zgPreConfigKey,0,SEC_KEY_LEN);

YiKai Chen:

回复 Susan Yang:

 //if nwk key is set to zeros, then generate a random key and use it

這個只有在Z-Stack 3.0以後才有,如果是Z-Stack Home 1.2.2a以前的版本得要自己處理

赞(0)
未经允许不得转载:TI中文支持网 » 怎么设置ZigBee network key为随机产生,而不使用默认的
分享到: 更多 (0)