Minitalk (C)
UNIX client-server communication project using only signals (SIGUSR1 and SIGUSR2). The server receives messages from multiple clients and prints them. Designed to understand low-level process communication, signal handling, and concurrent message processing on Linux.
This project includes a Makefile. You can run make to build the project.
Once compiled, execute the file (defined by the NAME variable inside the Makefile):
./$NAMEProject is: complete & no longer being worked on.