PeerToPeer Winsock - Any good Tutorials?

Started by
4 comments, last by Zmurf 18 years, 9 months ago
Hello, does anyone know any good tutorials for setting a PeerToPeer TCP/IP connection? I want to set this up for a windows form game w/ chat. Thanks in Advanced! [Edited by - Zmurf on July 23, 2005 2:39:28 AM]
If it's possible for us to conceive it, than it must be possible.
Advertisement
Unix Network Programming by Richard Stevens.
What about for Visual Studio .Net for Windows
If it's possible for us to conceive it, than it must be possible.
Just initialize winsock and after that it's just like unix sockets (well, with some very minor differencies).
MSDN Winsock
I need a good Peer To Peer example though. I think the best method would be to use System::Net::Sockets in visual studio for my windows form, but I don't understand any of the samples. Does anyone know a good Peer To Peer example utilizing this?
If it's possible for us to conceive it, than it must be possible.

This topic is closed to new replies.

Advertisement