sura2k
sura2k

Reputation: 7517

Monitor GPS Device via Google Maps

Is it possible to monitor or trace GPS device through a Google map? If it is possible, what are the ways to do it? Thank you.

Upvotes: 3

Views: 1779

Answers (1)

rcravens
rcravens

Reputation: 8390

It is possible. At minimum you will need the following:

  1. A GPS device that has access to the internet and supports an HTTP stack for calling web services.

  2. A web server that exposes web services that can be consumed by the device. These web services will allow the device to report the most recent GPS data to the server.

  3. A web server (can be the same one as above for low traffic sites) that allows access to a google map rendering of the GPS data.

I have been working on a project that does this. The intent of the project is to learn how and share the experience. Here is the URL http://gpsnerd.com/

Hope this helps.

Bob

Upvotes: 2

Related Questions