Hi!
Simpliciti 1.1.0:
I have one AP and many ED. I can't figure out how to recover after an AP reset. The EDs knows the JoinToken and could rejoin and relink to the AP again, but as simpliciti doesn't support rejoin and relink automatically I'm looking at the possibillity to use the IOCTL_OBJ_NVOBJ. When do I have to save the context, is it enough to save just after an ED has linked or do I have to save the context after each frame received? I wonder because the connInfo_t contains connTxCTR, connRxCTR, ackTID (I have security and autoack enabled) and they change after each new frame received. The End Devices is battery operated so they will not reset because the AP did so the connection context in ED and AP will differ when AP restarts and restores old values for connXxCTR and ackTID. Will Simplicity be able to recover from this?
If I have to rejoin and relink, is there any sample code on how to do this? I find it pretty complicated if I have to add link recovery code every time I send a message.
Regards Henrik Danielsson