Client-Server written using only Linux System calls in C
You can find the documentation generated by Doxygen here.
make
You need two terminals opened at the same time
./client_0 <path>
./server
-
Open another terminal
-
Execute the command below:
kill -s SIGUSR1 $(pgrep client_0)