GNSSResearch » History » Revision 3
« Previous |
Revision 3/5
(diff)
| Next »
dl lud, 06/24/2024 10:07 PM
add details to PSDS
GNSS Research¶
Research into satellite navigation, aka SatNav or Global Navigation Satellite Systems (GNSS) and related technologies.
Example systems: GPS, GLONASS, Galileo, BeiDou.
Assisted GNSS (A-GNSS)¶
Also known as Assisted GPS (A-GPS). Greatly improves the Time To First Fix (TTFF) by downloading almanac and ephemeris data via mobile broadband or WiFi, instead of waiting for the slow download via the GNSS signal.
SUPL¶
SUPL (Secure User Plane Location) is the most common protocol used to retrieve the current almanac and ephemeris data.
There are no free software SUPL servers that we know off. Android uses Google's servers (supl.google.com
) by default. Most carriers also default to supl.google.com
on their APN. GrapheneOS runs a proxy at supl.grapheneos.org
.
PSDS¶
PSDS (Predicted Satellite Data Service) is the generic name for a server that provides long-term (usually weekly) forecasts of satellite positions. It allows fast TTFF for several days even without an internet connection.
The data format is vendor specific. There is an implementation from Qualcomm (known as gpsOneXTRA or just XTRA) and another by Broadcom (which downloads 3 files).
Updated by dl lud 8 months ago · 3 revisions