The purpose of this project is to code a small data exchange program using UNIX signals.
- Produce
server
&client
executables client
must communicate a string passed as a parameter toserver
(referenced by its process ID) which then displays it- Use
SIGUSR1
&SIGUSR2
signals ONLY
- Add reception acknowledgement system
- Support Unicode characters
- Clone repo including
libft
submodule viagit clone --recursive https://github.com/fermanaliarp/minitalk
. - Compile files into
server
&client
executables viamake -C 42-minitalk
.