PDA

View Full Version : How to make my application connect to a server via 3G or GPRS?


beckhams777
02-06-2008, 06:52 PM
Hi,

I am trying to come up with an application that would be able to connect to a server to download/upload all different kinds of content.
I am still reading a lot over the internet on how to do this and how to implement the application as well.
If you have any ideas and/or resources I will truly appreciate it.
Thank you

Rudegar
02-06-2008, 09:10 PM
from a programming point of view what the network is is transparent

if a socket connects from an adaptor it get a connection if one is to be had
it dont matter to how if it's wifi/usb/bluetooth/gprs/3g/edge

and it's not really handled specialy for pda's so you can reuse
desktop c++/c/c# examples