Click here to Skip to main content
15,897,090 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am employed as a Programmer in a software firm?
I was assigned the task of developing a Car GPS Tracking Device.
Software Function?
A client register a car(s) the car details are collected through a windows interface and submit to an SQL Server Database (I have created this winform already).
A Software application which will be install on our client system, this software will connect to the server software in our office and retrieve information about the car(s) that they register after login is successful. When the user clicks the GET GPS DATA button on the client software the software execute an AT command that request for the current GPS Data of a car.

Here is the question
How to create a client server application that will connect to each other over the internet and share information base on login information in the database.

Any information on how to get this done is welcome
Posted

Hi,

There are many GPS examples on CodeProject and the net, search the articles and via google.

Here is one such article that will help you get going.

Writing Your Own GPS Applications: Part I[^]
 
Share this answer
 
yeah! Dave gave you solid link from where you can start to learn to writing GPS application. In addition to DaveAild answer I will suggest you to take a look at this MSDN Link -[Creating Applications that Utilize GPS][^]
 
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