| Reply | « Previous Thread | Next Thread » |
|
Hi All!
Could somebody explain how to create GSM tracker application which will send data to web server with Symbian C++. I found example for display current position on the phone but i could not understand how to send this data to web server which will store position in local db and show position in real time with google maps. ![]() |
|
Hi asparov,
At wep server side: for example Create small php script which takes your coordinates as parameters. Also check those parameters at the server side and you can do at the server side what ever you like to do with that information. At mobile side: create HTTP connection to your server and just call your server script... Eg. your application calls like this server side www.yourserver.net/index.php?parameters and server just returns message "OK" or "FAILED". |
|
You can refer HTTP Client Example, which contains the HttpClientEngine Class you can use it directly in your application to post data to server.
http://www.forum.nokia.com/info/sw.n..._0_en.zip.html |
|
Thank you very much! I'll try it!
![]() |
|
Thank you, i got successfull results but at now i have one more question.
I have the following code to get altitude, latitude and longitude: PHP Code:
But i need to get more parameters such as gps status,date,time, longitude letter (for example E for east), latitude letter, speed,gps heading, satellites, gps checksum. Please advise how can i get them. It would be very nice if you show me example. Thanks! |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| GSM Modem. GSM connection. | netsun | Mobile Java Networking & Messaging & Security | 0 | 2004-10-11 14:55 |
| SMS:CDMA to GSM | ramana117 | General Messaging | 0 | 2004-03-18 10:16 |
| ATcommands for 6210 & GSM modem, r they similar? | mauve928 | General Messaging | 2 | 2003-12-04 10:01 |
| Nokia phones and GSM AT commands | Misty_ | General Discussion | 0 | 2003-07-04 11:44 |