GPRS Communication :requirements

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am doing a feasiblity for a mobile device application running on wince 4.1
or higher version
where it interacts with the server the communication required is wireless
and GPRS.

I need information whether the .net cf provides any support for these
communication or do we required to develope the communicaiton component also.

Other details/parameters required /related to this communication detail if
provided will be highly appreciated
 
Both of those are just network adapters (802.11b and GPRS). You'd
communicate over them just as you would over wired Ethernet. You might
connect to a Web service, create a socket connection, send datagram packets,
or whatever. All will work over those transports with no special code that
depends on which you are using.

Paul T.
 

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

Back
Top