Minitalk is a Unix-based project that implements a client-server communication using signals (SIGUSR1, SIGUSR2). It strengthens skills in low-level C programming, bitwise operations, process handling, and inter-process communication without using sockets or shared memory.
c linux unix ipc signals processes bitwise client-server interprocess-communication 42 lowlevel 42school systemprogramming clanguage sigusr1 sigusr2 minitalk unixsignals csignal
- Updated
Oct 12, 2025 - C