Reputation: 7517
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
Reputation: 8390
It is possible. At minimum you will need the following:
A GPS device that has access to the internet and supports an HTTP stack for calling web services.
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.
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