hai....
I am doing a vehicle tracking project using arduino mega and gsm sim 900. I got the location signals as a text message successfully.
Now I want to plot the continuous location signal in Google map.Many online tutorials suggests that it needs a server. Can I get the continuous location
without a server? (I.e) direct connection between device and a mobile phone
Many online tutorials suggests that it needs a server.
What is "it" that needs a server?
(I.e) direct connection between device and a mobile phone
Between which device and which mobile phone? What is the phone going to be doing?
thanq for ur reply
I mean that to display the location dynamically using gprs needs a server. .and the device I use is arduino mega, gsm SIM 900, and GPS. in simple I want to display the location in dynamically in android Google map application
I mean that to display the location dynamically using gprs needs a server.
What needs a server? I know that you think that the process needs to involve a server. What I don't understand is what you think the server will be doing.
in simple I want to display the location in dynamically in android Google map application
Where is that application going to get the location data? I'm beginning to suspect that "from the server" is going to be you answer, which would then explain why you need a server.
the process of displaying and storing the location data needs a server. .many tutorials in internet suggests that to store the location data coming from gprs inorder to retrieve in a web page or mobile phone needs a server. .I want to know that is ther any way to eliminate that server and communicate directly to a mobile phone