Hi!
I've found another small bug.. According to ZigBee's (and Xbee) specification the unknown 64bit address is 0xFFFFFFFFFFFFFFFF. In the module, the UNKNOWN_64 constant is defined as 0x000000000000FFFF, which actually is Xbee's broadcast address (I think in Zigbee's specs broadcast is defined in the network layer, so this doesn't count).
It may seem that nothing changes, but when using Xbee it actually reduces traffic a lot (thing I am trying to achieve), when creating frames without the destination64 attribute.
Bye!
Hi!
I've found another small bug.. According to ZigBee's (and Xbee) specification the unknown 64bit address is
0xFFFFFFFFFFFFFFFF. In the module, theUNKNOWN_64constant is defined as0x000000000000FFFF, which actually is Xbee's broadcast address (I think in Zigbee's specs broadcast is defined in the network layer, so this doesn't count).It may seem that nothing changes, but when using Xbee it actually reduces traffic a lot (thing I am trying to achieve), when creating frames without the
destination64attribute.Bye!