Building a GPS Tracking Web System
Posted
by zakaria
on Stack Overflow
See other posts from Stack Overflow
or by zakaria
Published on 2009-12-25T23:23:12Z
Indexed on
2010/03/29
13:03 UTC
Read the original article
Hit count: 409
Hi everybody,
I'd like to develop a tracking system using an API of course (like the famous Orange API). the idea is simple:
- I send a SMS (from my Web interface) to the person i want to track
- The person's mobile terminal (GPS like this) send me back automatically the coordinates by SMS.
- The sent information are displayed on the user's web interface.
The questions are simple:
- How the terminal can send automatically the response?
- How to indicate in the message that the information is for "user4655"?
- How to make connection between the information and the database?
Thanks,
Regards.
© Stack Overflow or respective owner