richardmarcela / 42-minitalk

This is a 42 project. Create a data exchange between server and client with UNIX signals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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! :)

About

This is a 42 project. Create a data exchange between server and client with UNIX signals.


Languages

Language:C 95.1%Language:Makefile 4.9%