Skip to content

OSU Computer Science - Intro To Computer Networks final project

Notifications You must be signed in to change notification settings

BrittanyLegget/Client-Server-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project

This project is client-server chat shell application written in C created as my final project for Oregon State Intro To Computer Networks (CS372).

System requirements

  • Linux

How to run

Compile executables

make

Start server in one terminal (this example uses port number 55661 but you can use any available port number)

./server 55661

Start server in one terminal (use same port number as server)

./client 55661

Example

'>' dictates incoming message on client and server

Server:

serverExampleCS372

Client:

clientExampleCS372

About

OSU Computer Science - Intro To Computer Networks final project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published