Wireless GPS in .Net on a PDA

C

Chris Davoli

I have a requirement to create some mobile pages in .net
and there needs to be a paqe that gets the latitude and
longitude using GPS in say a PDA that is GPS enabled and
send the web page back to the server so I can get the
lat/longitude out of the web page... probably out of
server variables and do some processing on these
coordinates. I can't find much information on this. Is
there any good books on how to get GSP coordinates on
a .aspx web page? Also, who at microsoft can I contact
about this? Even if I have to pay for support, this would
be ok as long as they are experts in this.

Please help.
Chris D.
 
G

George Birbilis

I have a requirement to create some mobile pages in .net
and there needs to be a paqe that gets the latitude and
longitude using GPS in say a PDA that is GPS enabled and
send the web page back to the server so I can get the
lat/longitude out of the web page... probably out of
server variables and do some processing on these
coordinates. I can't find much information on this. Is
there any good books on how to get GSP coordinates on
a .aspx web page? Also, who at microsoft can I contact
about this? Even if I have to pay for support, this would
be ok as long as they are experts in this.

You need to have the user install a custom control of yours on their machine
first, then visit your pages. The control would read the GPS (usually via
the serial port) and then would send the data to your server by refreshing
the page to a new URL that has the GPS data / location as URL parameters.
Your server will then reply (send a web page) based on the URL params it got
from that URL.

so the ASP.net part if only for the final page on the server, the 1st part
needs an ActiveX control for PocketPC or whatever OS you target (in fact
forget Palm for that unless you find a way to make plugins for whatever web
browser Palm uses)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
George Birbilis <[email protected]>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ QuickTime VCL and ActiveX controls (for PowerPoint/VB/Delphi etc.)
+ Plugs VCL and ActiveX controls (InterProcess/Internet communication)
+ TransFormations, VB6 forms to ASP.net WebForms convertion
http://www.kagi.com/birbilis
+ Robotics
http://www.mech.upatras.gr/~robgroup
.........................................................................
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top