Ok, we do some brainstorming on a future project involving Zigbee PRO and the protocol interface cluster. Something like tunnelling a protocol (bacnet) IN the zigbee network.
In bacnet, there is unicast (one target) and broadcast (many target) frame. Both frames travel on bacnet network and they will need to be tunnelled in the zigbee network.
bacnet unicast ==> zigbee unicast. bacnet broadcast ==> zigbee multicast.
When the bacnet payload > zigbee payload, Zigbee Fragmentation is involved according too the zigbee payload (the frame is broke in smaller frames).
But zigbee fragmentation can't be use on multicast frame (zigbee specification)...!
What is the best approach with that issue ? Can I bypass this by creating binding between all the zigbee device ?
Thanks