PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Getting started with GPRS

Reply

Getting started with GPRS

 
Thread Tools Rate Thread
Old 12-09-2006, 04:46 AM   #1
c
Guest
 
Posts: n/a
Default Getting started with GPRS


I'm totally new to this technology. Can anyone please point me to the
best online resources for understanding it and writing apps using .NET.

Thanks,
Darren.

  Reply With Quote
Old 12-09-2006, 09:44 AM   #2
chris-s@mailcity.com
Guest
 
Posts: n/a
Default Re: Getting started with GPRS


c wrote:
> I'm totally new to this technology. Can anyone please point me to the
> best online resources for understanding it and writing apps using .NET.
>
> Thanks,
> Darren.


You've already found it! Ask away...

Chris

  Reply With Quote
Old 13-09-2006, 12:11 AM   #3
c
Guest
 
Posts: n/a
Default Re: Getting started with GPRS

OK. I'm looking for a sample .NET application (preferred c#) that will
run on a mobile app and will post and receive data to a server. I
assume the server uses web services to provide a portal to the data???

Thanks.


chris-s@mailcity.com wrote:
> c wrote:
> > I'm totally new to this technology. Can anyone please point me to the
> > best online resources for understanding it and writing apps using .NET.
> >
> > Thanks,
> > Darren.

>
> You've already found it! Ask away...
>
> Chris


  Reply With Quote
Old 13-09-2006, 12:12 AM   #4
c
Guest
 
Posts: n/a
Default Re: Getting started with GPRS

Oh and it must use GPRS as the communications.

Thanks,
Darren.

chris-s@mailcity.com wrote:
> c wrote:
> > I'm totally new to this technology. Can anyone please point me to the
> > best online resources for understanding it and writing apps using .NET.
> >
> > Thanks,
> > Darren.

>
> You've already found it! Ask away...
>
> Chris


  Reply With Quote
Old 13-09-2006, 09:57 PM   #5
David W
Guest
 
Posts: n/a
Default Re: Getting started with GPRS

Just use the WebRequest and WebResponse classes. They will use any
underying connections available, including GPRS. A call to GetResponse will
trigger the GPRS library to connect if that is the preferred connection at
that time. If you are plugged into an ActiveSync cable or have a Wi-fi
connection open, then it will use those before the GPRS. If you want to get
more into controlling the connection or forcing GPRS, then look into the
OpenNetCF libraries.

If you want lower level socket connectivity, then look into the IPEndPoint
classes, though these won't trigger the GPRS to connect automatically (I
believe). Web Services are also available for high level connectivity.

-Dave





  Reply With Quote
Old 18-09-2006, 07:32 PM   #6
Paul G. Tobey [eMVP]
Guest
 
Posts: n/a
Default Re: Getting started with GPRS

GPRS is just a network, like Ethernet or WiFi. From an application
perspective, you don't have to know *anything* about it, to speak of.
Figure out how you'd do the communcation if you had WiFi or Ethernet and the
code will just work, if you have an active GPRS connection.

Paul T.

"c" <darren@darrenw.net> wrote in message
news:1158102775.316539.194600@i3g2000cwc.googlegroups.com...
> Oh and it must use GPRS as the communications.
>
> Thanks,
> Darren.
>
> chris-s@mailcity.com wrote:
>> c wrote:
>> > I'm totally new to this technology. Can anyone please point me to the
>> > best online resources for understanding it and writing apps using .NET.
>> >
>> > Thanks,
>> > Darren.

>>
>> You've already found it! Ask away...
>>
>> Chris

>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off