le-mountassir / MiniTalk

The purpose of this project is to code a data exchange program in the form of a client and server using only 2 UNIX signals (SIGUSR1 & SIGUSR2) to communicate between, in this project u will learn how to use handle system signals using signal(), sigaction() and kill()...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The purpose of this project is to code a data exchange program in the form of a client and server using only 2 UNIX signals (SIGUSR1 & SIGUSR2) to communicate between, in this project u will learn how to use handle system signals using signal(), sigaction() and kill()...


Languages

Language:C 92.1%Language:Makefile 7.9%