Skip to content

ciaranfinn/multithreaded_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Using sockets to handle multiple connections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages