explain distance estimation context

This commit is contained in:
Daniel Micay 2025-03-25 14:36:56 -04:00
parent acf9708168
commit 285b8f022a

View File

@ -575,7 +575,7 @@
<ul>
<li>Settings: extend "Install available apps" feature to Private Space</li>
<li>Network Location: rewrite position estimation in Rust with a new algorithm based on Expectation-Maximization (EM) always using 3D (altitude) to provide much better accuracy, robustness and performance (this new 3D implementation performs better than the previous implementation in the 2D mode we were stuck using due to 3D being far too CPU intensive)</li>
<li>Network Location: improve distance estimation including tuning it separately for 2.4GHz vs. 5GHz/6GHz and take distance variance into account for position estimation</li>
<li>Network Location: improve RSSI-based (signal strength) distance estimation including tuning it separately for 2.4GHz vs. 5GHz/6GHz and take distance variance into account for position estimation (Wi-Fi Round-Trip-Time support will be added in the future for Access Points supporting it)</li>
<li>Network Location: add support for 6GHz Wi-Fi networks via Reduced Neighbor Report (RNR)</li>
<li>Network Location: increase requested closest APs from 5 to 15</li>
<li>Network Location: request data for up to 5 APs at a time (maximum permitted by Apple's service) instead of only 1 to improve networking efficiency</li>