Zakaria
Zakaria

Reputation: 15070

Building a GPS Tracking Web System

I'd like to develop a tracking system using an API of course (like the famous Orange API). the idea is simple:

The questions are simple:

Thanks,

Regards.

Upvotes: 0

Views: 2037

Answers (1)

Shawn Mclean
Shawn Mclean

Reputation: 57469

* How the terminal can send automatically the response?

Ans: You set the gateway and the time intervals you want the device to send the sms to on the device itself.

* How to indicate in the message that the information is for "user4655"?

Ans: The gateway you use will have the API to determine that the number it is sent from. The device will use a registered phone number from either a sim or enabled by one of those cell providers.

* How to make connection between the information and the database?

Ans: I dont understand this. But I'm guessing you will have a database to keep track of the user data. You'll just probably need another table that is a child of the user, which has a list of the data and the time they came in.

Upvotes: 1

Related Questions