Skip to content

This is a sample program that has three classes, TCPServer, TCPHost and TCPClient. To successfully run this, you should run TCPServer first, then (One or Many) TCPHost and then (One or Many) TCPClients. Chat until your heart is content.

JudeMurphy/TCPChatProgram-C

Repository files navigation

//WRITTEN BY JUDE MURPHY

How to Run Murph Chat

1. Open an instance of terminal, and cd into the directory of ./TCPServer.out and type ./Launch.sh Server

2. Open one or many instance(s) of terminal, and cd into the directory of ./TCPHost.out and type ./Launch.sh Host <PORT>

3. Open one or many instance(s) of terminal, and cd into the directory of ./TCPClient.out and type ./Launch.sh Client and follow the instructions

Chat until your heart is content!

About

This is a sample program that has three classes, TCPServer, TCPHost and TCPClient. To successfully run this, you should run TCPServer first, then (One or Many) TCPHost and then (One or Many) TCPClients. Chat until your heart is content.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages