Server and client in C that communicate via 2 unix signals (SIGUSR1 & SIGUSR2) to exchange a string as exercise of the 42 core curriculum.
The client first sends a handshake with its own process id to the server which then will ACK every bit sent by the client with a SIGUSR1 signal to ensure transmission of the signals in correct order.
