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.