/P2P-Chat

A minimal peer to peer socket based chat program created for the CS 408 course.

Primary LanguageC#

P2P-Chat

A minimal peer to peer socket based chat program created for the CS 408 course.

//-- The Project is a Visual Studio 2012 Windows Forms application Project --//

Feel free to copy and manipulate the code.

Works on a local internet connection that utilizes RJ-45 cables.

You must manually enter an IP address for the destined target.

Ports must be exclusive for each user.

Known Issues, will crash if you attempt to connect without entering a peer IP address, or enter a bad IP. The software is volatile or will not work on a wireless connection.

Future possible updates,

Multiple Clients, Unified port instead of dedicated ports for each user.

Credit to Ramin Armanfar, this program was based off of his code.