Skip to content

chrisbaldwin2/EchoServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EchoServer

Authors

  • Chris Baldwin
  • Kaushal Prudhvi

Roles

Chris Baldwin

  • Source Code
  • Makefile
  • README

Kaushal Prudhvi

  • (Made a personal version of the code)
  • Code Review
  • Solved Error Handling
  • Testcases
  • Report

To Install

  1. Clone the repo
  2. Open a terminal (server) in the repository folder
  3. run make to make the project
  4. run ./run_server <PORT_NUM>
  5. Open a terminal (client) in the repository folder
  6. run ./run_client <IP_ADDR> <PORT_NUM> (Note that the PORT_NUM should match the server port number)

Running The Server

  • The buffer size is 80 Bytes
  • The client can type Cntrl-D or Cntrl-C to end their session
  • Messages longer than

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published