Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am making a mobile tracking application.
I have a gps/gprs in my mobile phone. I want to make an application which will be installed in my phone, which will send the location,time using the gps/gprs installed at regular intervals, to the ip address, port of my pc. I have tried making a client side desktop application which will recieve data from the port and send it to the server which is a web application. My web application is storing the data received in database using sql.
My ultimate aim is to store the imei no.(or some other thing to uniquely identify phone), time and location at that time ,to the database, from where i will retrieve it later and use it for tracking.
I am completely stuck in this problem. Any sought of help will be appreciated.
Thanks in advance.
Posted
Comments
Ron Beyer 7-Nov-13 16:57pm    
"I am completely stuck in this problem"... Which part exactly? You don't say what kind of phone, or how far you've got. Take it piece by piece. Start with an app that reads the GPS, then create an app that sends data to an IP, then create an app that reads the IMEI, then you have all the pieces you just need to glue them together. Even New York was made one building at a time, just piece it out. Let us know what specifically you are stuck on and we can help.
mg9893 8-Nov-13 0:13am    
I am facing problem in how to send the data from the mobile phone to the ip address of my pc.As I am new to networking,I am not getting how to do it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900