Hi !
I have network(with coordinaotr, Rs nad EDs) in which EDs(are sleeping) send messages to each other.
I use acknowledge transmission (BitCloud v13).
What happens if one ED sends message to another and doesn't receive ACK? Is message dropped after a APS_NO_ACK_STATUS is received on sending ED?
Is is good to start timer and when it elapses repeat this message?
What happens when one ED sends message to another and immediately goes to sleep and receiving ED receives message and sends ACK to sending ED?
Or to make it simple : does sending ED have to wait for ACK (APS_SUCCESS_STATUS or APS_NO_ACK_STATUS) and then can go to sleep?
Thank you !