How do I know the retry number of a transmission?

Using the send API, setting the parameters confirm = true and retry equal to 10.

api.lorawan.send (length, payload, fport, confirm, retry);

Would it be possible to know after a successful transmission the number of retrys that were performed?

Best Regards.

Hi @Takahashi ,

RUI3 API do not have a counter that will tell the number of retries. If you need to track maybe just set it to 0 and count the callbacks of failed confirmed uplinks.

I understand Carlrowan.

I will consider making my own retry algorithm.

Thank you very much.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.