CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2006
    Location
    18° 32' N / 73° 52' E
    Posts
    416

    [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

    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.
    Regards,
    MMH
    Rate my post if you find it usefull.

  2. #2
    Join Date
    Jan 2006
    Location
    18° 32' N / 73° 52' E
    Posts
    416

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured