How GPRS is working?

  • Thread starter Thread starter Bhavesh
  • Start date Start date
B

Bhavesh

Hello All,

Can any one tell me how GPRS is working?
What is the mechanism / architecture of it?
How data transfer take place between our application / mobile device
and Sever / Yahoo Sever..

If anyone have any idea the please give your input.

We are using PPC and GPRS for DataTrasfer but i can't understand the
architecture.. so plz give your inputs.


Thanks in advance.
Bhavesh
 
I have no idea how it works at a low level. At the level of application
development, it's a network card, just like an Ethernet or WiFi card. You
send network data and receive network data just as you would over any other
interface.

Paul T.
 
Can I count how many data I transfer? And can I control when a connection
may be started o stopped?

thanks


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
 
Counting should be available via the IpHelperAPI. Check the OpenNETCF.Net
namespace for access to this stuff,
NetworkInterface.GetIPInterfaceProperties().

Connection starting and stopping is not a networking function. You'd have
to use the Pocket PC connection manager for that, if available.

Paul T.



Trapulo said:
Can I count how many data I transfer? And can I control when a connection
may be started o stopped?

thanks


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:[email protected]...
I have no idea how it works at a low level. At the level of application
development, it's a network card, just like an Ethernet or WiFi card. You
send network data and receive network data just as you would over any
other interface.

Paul T.
 
Back
Top