Hi,
How i can read GPS data and send it over GPRS to an HTTP website.
Thanks
Hi,
How i can read GPS data and send it over GPRS to an HTTP website.
Thanks
Hello mujeeb!
And welcome to the boards.
To be able to assist you better, could you please provide some more information?
For example, it interests me if you want to just e.g. use a GPS tracker device? and some service to send the GPS information to a HTTP website? (possibly your site?), and/or if you are looking for instructions on how to read mobile device GPS data / some other device data and code an application / script / combination to post this information to the HTTP website there are many options for this.
So,
a) from what device you would like to read the GPS data and send it over GPRS?
b) if you are developing a possible application, what is the development environment you are using/targetting?
Best Regards,
[FONT="Comic Sans MS"][COLOR="Blue"][/COLOR][I]Marko Lumivuori
Technical Support
+358 40 8019330
[email]marko.lumivuori@nokia.com[/email][/I][/FONT]
Hi,
Thanks for your fast reply.
I'm a computer programmer using Visual Basic, and I didn't develop any program for Symbian platform.
I have a mobile Nokia E66 and I'm searching for any software can send GPS Data over GPRS to my own HTTP website or any easy programming software to develop this function for my mobile.
Thanks with my regards
Hi,
You can get the location by using this example
You can send the GPRS data by using HTTP according to this example
http://www.forum.nokia.com/info/sw.n..._3_en.zip.html
Since you are using visual basic but these example are about Symbian C++. But as far as I know you can't use visual basic to develop application for Nokia phones. So only option you have Java or C++.