用的协议栈为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以前的版本得要自己處理