The goal of this project is to create two executables: a server and a client.
- The client will send information (a string) to the server using UNIX signals.
- The server must correctly receive and interpret this information, then display it.
-
Run
makemake -
Run
server, copy its PID and runclientwith it alongside the message you wish to send../server ./client <server_PID> <message>