Hi,
I am looking into this case and will reply later.
Regards,
Amanda H.
Hi,
This is also an important requirement for us. We need to send an encrypted message from the cloud to our ZED, which is 128 bytes, but if we cannot send it as a whole, we need to cut it to many pieces and make the application layer more complicated. We want to define zigbee cluster on ZC and ZED with octave string of length that can hold more than 128 bytes, and then use write attribute command to do the communication between the ZED and ZC. Thus we really would like to be able to send/receive 128 bytes at once, or let the zboss stack to handle the fragmentation for us, instead of doing fragmentation at application layer program by ourselves.
Hi,
This is also an important requirement for us. We need to send an encrypted message from the cloud to our ZED, which is 128 bytes, but if we cannot send it as a whole, we need to cut it to many pieces and make the application layer more complicated. We want to define zigbee cluster on ZC and ZED with octave string of length that can hold more than 128 bytes, and then use write attribute command to do the communication between the ZED and ZC. Thus we really would like to be able to send/receive 128 bytes at once, or let the zboss stack to handle the fragmentation for us, instead of doing fragmentation at application layer program by ourselves.