Built a lightweight inter-process communication system using only UNIX signals (SIGUSR1 and SIGUSR2). The client encodes messages bit by bit and transmits them to the server process, which reconstructs and displays the original string. Focused on signal reliability, bitwise operations, and handling edge cases in asynchronous communication.
