Takahashi
(Carlos Takahashi)
October 4, 2023, 1:39pm
1
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.
carlrowan
(Carl Rowan)
October 4, 2023, 2:16pm
2
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.
Takahashi
(Carlos Takahashi)
October 4, 2023, 3:38pm
3
I understand Carlrowan.
I will consider making my own retry algorithm.
Thank you very much.
1 Like
system
(system)
Closed
October 6, 2023, 3:38pm
4
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.