Skip to content

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()...

Notifications You must be signed in to change notification settings

le-mountassir/MiniTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published