Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 460 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 460 Bytes

Server

Running:

1../compile.sh

2../start.sh 8000

Max Connections:

This is a fixed variable within the program which is set to 200.

Requests & Responses:

"HELO text\n"

Response:

1. Respond with "HELO text\nIP:[ip address]
\nPort:[port number]\nStudentID:[your student ID]\n"
2. Close connection

"ANYTHING goes here\n"

Response:

No response

"KILL_SERVICE\n"

Response:

The server should shutdown.