The purpose of this project is to code a small data exchange program using UNIX signals.
Cloning the repo
git clone --recursive https://github.com/ailopez-o/42Barcelona-Minitalk.git
To compile client & server
$ make
To compile client
$ make client
To compile server
$ make server
Execute Server
$ ./server
Execute client with the Server PID and a string to send
$ ./client server_pid "String to send"
$ ./client server_pid "$(cat file.txt)"
$ ./client server_pid -g file.txt