Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 564 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 564 Bytes

MiniTalk

Goals

The purpose of this project is to code a data exchange program in the form of a client and server The client must send the string passed as a parameter to the server, Once the string has been received, the server must print it. Using only 2 UNIX signals (SIGUSR1 & SIGUSR2) to communicate between the two processes, in this project u will learn how to use/handle system signals using signal(), sigaction() and kill()....

The project