Minitalk is a project about coding of a small data exchange program using UNIX signals.
Subject notes · Usage · License
Notes on the subject and further reading : here.
-
Clone repository
git clone git@github.com:teresa-chow/42-minitalk.git minitalk
-
Go inside project directory and run
make
cd minitalk make
-
To check Makefile rules, run
make
followed byhelp
as an argumentmake help
-
Start the
server
first./server
-
And then execute the
client
in a different terminal window./client <server_pid> <message>
-
To compile the project with bonus features, run
make bonus
make bonus
-
Start
server_bonus
first./server_bonus
-
And then
client_bonus
in a different terminal window./client_bonus <server_pid> <message>
This work is published under the terms of 42 Unlicense.