Sixth project for 42 school. The aim is to create a client and a server that can communicate only using UNIX signals.
The communication between client and server has to be done only using SIGUSR1 and SIGUSR2 signals.
Server must:
- be started first
- print its PID
- print the string after fully receiving
- be able to receive strings from several clients in a row without needing to restart.
./server
./client [server_pid] [message]
minitalk-Tester by @ThibaudM13
Cours "Gestion des Signaux" de Mr. Mandel à Polytech Paris-Sud
GeeksforGeeks course
code(quoi) article "Sending and intercepting a signal in C"