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 Security

Other Parts Discussed in Thread: Z-STACK

I have a question regarding security in Z-Stack.
I understand that security can be implemented by means of an Access control List and a network key distribution. Setting the -DSECURE compile option to TRUE would enable these two features. However, is it possible to enable only the ACL? That is, i do not want any network key based security but rather only MAC address filtering?

If not then, i guess i will have to set the -DSECURE option to FALSE and implement the ACL via some other means. Thanks.