Skip to content

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

Notifications You must be signed in to change notification settings

richardmarcela/42-minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published