Skip to content

The purpose of this project is to code a small data exchange program using UNIX signals.

Notifications You must be signed in to change notification settings

vicquiro/42-MiniTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Information

Requirements

  • The project goal is to code a small data exchange program using UNIX signals
  • It is compulsory to generate and implements executables for both the server and client.
  • Allow the client to transmit a string, specified as a parameter, to the server identified by its process ID (PID).
  • The server should display the string when it has been completely received.
  • Only SIGUSR1 and SIGUSR2 signals can be used for communication.

Allowed Functions

About

The purpose of this project is to code a small data exchange program using UNIX signals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published