Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have a GPS device which can directly send data to web server. I have configured a web server which is accessible over the internet. I want to know how can i receive data on web server and insert information to SQL server Database.

This is my University project and I require help please.

Thank you.
Posted
Updated 20-Nov-10 2:00am
v2

1 solution

Hi Devilicious,

you'll need to build an application that will receive the requests sent by your device and, well, store them into the DB. First of all you need to find out how your device makes the server requests.
Is it a http POST or GET request, what are the parameter names it sends the data in etc..

This information should be readily availabe in the devices documentation. If your stuck with no documentation inquire with the manufacturer. Can you tell us exactly what device this is you're trying to use?

Cheers

Manfred
 
Share this answer
 
v2

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