Assisted location services (agps)

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
pulkin
Posts: 49
Joined: Tue Feb 19, 2019 10:22 pm

Assisted location services (agps)

Post by pulkin » Thu Dec 26, 2019 10:11 pm

Hi,

I implemented agps for a GSM module I am porting micropython to.

agps library: https://github.com/pulkin/mpy-agps

the port: https://github.com/pulkin/micropython/t ... ts/gprs_a9

It can be realistically extended towards AT-driven modules connected to micropython-capable devices, however, I am not currently interested in implementing it. Instead, I will gladly accept PRs.

Have fun!

Post Reply