Skip to content

LedjoLleshaj/System-calls-C-Operating-systems

Repository files navigation

System-calls-C-Operating-systems

Client-Server written using only Linux System calls in C

Documentation

You can find the documentation generated by Doxygen here.

How to compile:

make

How to run

You need two terminals opened at the same time

./client_0 <path>
./server

How to terminate Client

  1. Open another terminal

  2. Execute the command below:

    kill -s SIGUSR1 $(pgrep client_0)

About

Client-Server written using only Linux System calls in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published