Hello all,
I have a two device peer-to-peer SimpliciTI network and I am trying to work out how to recover from a link failure.
Case 1: Link between link_to and link_listen devices fails due to distance. When the two devices are within proper proximity, communication is reestablished. The linkID's are the same so this is expected.
Case2: link_to device loses power and is restarted. When this happens, the link_to device sends a SMPL_Link command that succeeds even though the link_listen device is not executing a SMPL_LinkListen. Is that normal? My understanding the two SMPL link pair should go together.
Case3: link_listen device loses power. It gets stuck at the SMPL_LinkListen since the link_to device never executes a SMPL_Link command anymore. What is the best practice to recover in this case? Use SMPL_SendOpt instead?
Any hints or pointers greatly appreciated.
Thank you,
-- Amer