Help with making a C# P2P Chat Program

Posted by Sandeep Bansal on Stack Overflow See other posts from Stack Overflow or by Sandeep Bansal
Published on 2010-04-09T18:27:26Z Indexed on 2010/04/09 18:33 UTC
Read the original article Hit count: 415

Filed under:
|
|
|

Hi everyone,

I want to make a P2P Chat client, all I want it to do is to be able to send text across to each peer.

I looked at a Chat Client from this example: http://www.geekpedia.com/tutorial239_Csharp-Chat-Part-1---Building-the-Chat-Client.html

And am wondering if it can be converted to a p2p program? If so how can it be and can someone provide some code as it will help a lot.

If it can't how can I make a really simple p2p chat program? Codes and examples will be very helpful.

btw I did look at this article, but it didn't help me: http://msdn.microsoft.com/en-us/library/ms751502.aspx

© Stack Overflow or respective owner

Related posts about c#

Related posts about peer-to-peer