Skip to content

hasanimran96/Client-Server-architecture-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client-Server-architecture-application

This is my project for my System Programming course.

We were given the task to implement a client server type model where the client gives the commands and the server executes the commands and sends an acknowledgement to the client.

Commands include but not limited to:

add num1 num2 ...

sub num1 num2 ...

mul num1 num2 ...

div num1 num2 ...

run program_name file for the program to open

list | all [this will list the processes in run command]

kill | name | pid | all [this will kill the processes started by the run command]

exit (to terminate the program)

About

This is my project for my System Programming course. We were given the task to implement a client server type model where the client gives the commands and the server executes the commands and sends an acknowledgement to the client.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages