For Programmers: Free Programming Magazines  


Home > Archive > Smartphone Developer Forum > October 2005 > Re: How to send GPS data to remote server through GPRS in C#.NET









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: How to send GPS data to remote server through GPRS in C#.NET
mike_nz

2005-10-18, 7:04 pm

Here's good working example

http://msdn.microsoft.com/library/d...ignatureApp.asp


only problem being i can't get it to work over gprs? I keep getting host
unknown errors.

"Alex Feinman [MVP]" wrote:

> I can't think of any examples, but I'm sure you can try searching for one.
> What you need to do is to create a thread (System.Threading.Thread), start
> it and then loop inside it (checking some sort of global flag so that you
> can quit the thread if needed),
> Inside the thread loop wait for a period of time, then check if there is any
> data to send (I suggest stuffing data structures with coordinates into a
> Queue object) and if there is, create an instance of the web service and
> call a method that sends the data. You might want to group multiple data
> items into an array and send the array to enhance performance
>
> --
> Alex Feinman
> ---
> Visit http://www.opennetcf.org
> "qbuster" <qbuster@discussions.microsoft.com> wrote in message
> news:177B6A4A-846C-4BFD-A02B-14F7AA98BF6A@microsoft.com...
>
>

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com