[RESOLVED] Socket programming and Wifi ?
Hi All,
I want to do communication between to PCs using the Wifi network. Can it be achieved using Socket programming in C#? and if yes then can someone please show me some pointers ?
I am new to sockets, but have some idea that it is a good way for communicating between two PCs. The only show stopper is that i dont know from where to start :D
Both PCs have WLAN (Wifi) and i want to establish a connection between them using C# so that i can send/recieve messages.
I hope i have explained it clearly..
Thanks in advance..
MMH.
Re: Socket programming and Wifi ?
Well after a long and painful search, finally i figured it out how to communicate between two PCs using socket programming on Wifi network.
I found a very nice article here on codeguru, which helped me alot.
Thanks,
MMH