Page 1 of 1

tdoa3 remoteCount

Posted: Fri Nov 15, 2019 2:27 am
by justinleeyang
hi,

https://wiki.bitcraze.io/doc:lps:tdoa3: ... ket_format

about tdoa3, how to understand the Header data remoteCount?

Re: tdoa3 remoteCount

Posted: Fri Nov 15, 2019 6:10 am
by arnaud
The packet will contain a dynamic number of remote anchor data. remoteCount tells you how many "remote anchor data" follows the header.

Re: tdoa3 remoteCount

Posted: Fri Nov 15, 2019 3:32 pm
by justinleeyang
hi, arnaud:

sorry, I don't understand it, What problems can this parameter solve?

Re: tdoa3 remoteCount

Posted: Mon Nov 18, 2019 7:49 am
by arnaud
TDoA3 is dynamic and depending of the system setup and setting the number of anchor data available in each anchor is not fixed.

And since there can be extra field added after the packer (LPP packet for instance https://wiki.bitcraze.io/doc:lps:lpp), you need to know how many anchor data are contained in the packet in order to decode it. It cannot be inferred from the length of the packet.