Skip to content

A small data exchange program, based on client/server model, using UNIX signals.

Notifications You must be signed in to change notification settings

yavuzsonmez/42-Minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minitalk


Table of contents

About

The purpose of this project is to code a small data exchange program using UNIX signals. We must create a communication program in the form of a client and server. The server must be launched first, and after being launched it must display its PID. The client will take as parameters: (Server PID, string that should be sent). The client must communicate the string passed as a parameter to the server. Once the string has been received, the server must display it. The server should be able to receive strings from several clients in a row, without needing to be restarted. We can only use the two signals SIGUSR1 and SIGUSR2. We must also add a a small reception acknowledgment system and both client et server should support Unicode (UTF-8)

Server

Client

Sigaction

Kill

Bitwise Operators

About

A small data exchange program, based on client/server model, using UNIX signals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published