First of all im sorry to duplicate Threads, im replanting the last thread y posted, with, what i think, it has a better explanation and background.
I have a GPS/GPRS device that works like this:
It gets the GPS satellite data frecuentlly, and the own device, define the Coordinates where the device is positioned fisically on the globe.
Then you can configure the device to send that coordinates through the network via GPRS on a defined interval.
This is what you can Configure:
//For example
Phone Number: 54541548747
APN: IP address: 240.125.141.12:8888
TCP/UDP: TCP
Time Interval: 5 seconds
I think that the data gatherd by the device is sent to the server on the IP address defined on the configurations with GPRS TCP every 5 seconds.
So the buttom problem is:
How can i get the data sent by the device with phone number 54541548747 on my server.
I think i have to define now, how i intent to "Catch" the data from the device.
I want to devlop a web based system using PHP, Javascript, Ajax, MySQL and HTML. I think the only way buy getting that data is on a Server side language like PHP.
I think that preparing the server side software to get the data on the packet everytime ther is and intent to communicate with it and save it to the Database.
With the coordinates in the database the development of the rest of the application i think i can manage it.
So if there is some aproach to this i will be very, very thankfull.
I have a GPS/GPRS device that works like this:
It gets the GPS satellite data frecuentlly, and the own device, define the Coordinates where the device is positioned fisically on the globe.
Then you can configure the device to send that coordinates through the network via GPRS on a defined interval.
This is what you can Configure:
//For example
Phone Number: 54541548747
APN: IP address: 240.125.141.12:8888
TCP/UDP: TCP
Time Interval: 5 seconds
I think that the data gatherd by the device is sent to the server on the IP address defined on the configurations with GPRS TCP every 5 seconds.
So the buttom problem is:
How can i get the data sent by the device with phone number 54541548747 on my server.
I think i have to define now, how i intent to "Catch" the data from the device.
I want to devlop a web based system using PHP, Javascript, Ajax, MySQL and HTML. I think the only way buy getting that data is on a Server side language like PHP.
I think that preparing the server side software to get the data on the packet everytime ther is and intent to communicate with it and save it to the Database.
With the coordinates in the database the development of the rest of the application i think i can manage it.
So if there is some aproach to this i will be very, very thankfull.