Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 628 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 628 Bytes

42-minitalk

imagem

This is a 42 project. The purpose is to create a data exchange between server and client with UNIX signals.

1 - First things first, you need to clone this repository:

git clone https://github.com/richardmarcela/42-minitalk.git

2 - Go to Minitalk and run make

cd 42-minitalk/
make

3 - Run server to get its PID and use it on client side to send the message you want.

./server
./client <server_PID> <message>

and that's basically it! :)