Winsock communication between PDA and PC in the same network

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

Guest

I want to develop a PDA application which will tranfer data to an other
application in the same network via WLAN.
My question is can I use winsock in the same way as I do in my
PC-Application which is MFC based.
 
Yes you can use socket communication. Look at the classes in the System.Net
namespace and below

Cheers
Daniel
 
Back
Top