Sending messages with unix signals
1)Run inside repository:
make
2)Run server via:
bin/server
3)Run client via:
bin/client $(pidof server) <message by your choise>
This project teach me how I can send and recieve UNIX signals.
More specifically, how we can transfer data using only 2 signals USR1 & USR2.
The only way, is to represent them as bits.