Skip to content

hanshazairi/42-minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42cursus - minitalk

Project Information

About

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

Mandatory

  • Produce server & client executables
  • client must communicate a string passed as a parameter to server (referenced by its process ID) which then displays it
  • Use SIGUSR1 & SIGUSR2 signals ONLY

Bonus

  • Add reception acknowledgement system
  • Support Unicode characters

Allowed Functions

Compilation

  1. Clone repo including libft submodule via git clone --recursive https://github.com/hanshazairi/42-minitalk.git.
  2. Compile files into server & client executables via make -C 42-minitalk.