Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I m currently working on a Vehicle GPS Dynamic web app( Using Java, Eclipse, MySql & Apache) Which fetch all GPS real time Information like location speed etc.. from GPS device which contain Sim card.
My question is "How can i connect to GPS device ?", if i m correct after researching a lot i got answ that socket programming is working here but my doubt is that how can i install server program to that device which communicate with Sim card GPRS and send information through web server.

My sample client program and server program is running successfully in localhost.
Posted
Comments
bjdestiny 22-Oct-13 1:02am    
could you post your sample program code..?? because we could not assume by siting here...

1 solution

The GPS Device gives you NMEA Data. You need to work with that.

You should read about Localtion Services @ Android - that would make it easier for you:

Location and Sensors APIs @ Android[^]
 
Share this answer
 

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