- specify a geo list
- when agps request received, find a nearest geo point in the geo list
- replace the request with the nearest geo point
- proxy the request to ublox agps server
- cache the result in a certain period of time
git clone https://github.com/dbjtech/ublox-agps-proxy
cd ublox-agps-proxy
npm i
node .
docker run -p 46434:46434 dbjtech/ublox-agps-proxy