The purpose of this project is to code a small data exchange program using UNIX signals.
git clone https://github.com/MashkaCoder/minitalk.git
cd minitalk
make
maketo compile mandatory part.make bonusto compile with bonuses(ACK and UNICODE).make cleanto clean all object files of libft.make fcleanto remove executable files.make reto recompile this project.
The server must be launched first, and after being launched it must display its PID.
$ ./server
PID: <PID_SERVER>
(wait)
After the server is started, in the second window of the term, start the client, as parameters, give it the server PID and the string
$ ./client <PID_SERVER> <STRING>