andreasgal / agps.js

Assisted GPS in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

agps.js

Assisted GPS server

HTTP server that fetches the lastest available GPS ephemeris data from NASA / CDDIS and makes it available in JSON.

The data is fetched from NASA every 5 minutes. Make sure you run a cache in front of this server to avoid melting it (cache expiration is set to 5 minutes as well).

npm install
node agps.js

A compact gzipped JSON format is returned if the accept header is set to "application/json", otherwise a human readable HTML format is sent back.

About

Assisted GPS in JavaScript

License:Apache License 2.0


Languages

Language:JavaScript 93.1%Language:CSS 6.9%