Skip to content

Communication between Two process using user-defined Signals

Notifications You must be signed in to change notification settings

Rel09/42minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minitalk

Communication between two Process using Signals [ SIGUSR1 & SIGUSR2 ]

Clone Git

In Terminal:
- Enter: Make        ( Build the server )
- Enter: Make bonus  ( Build the client )

The server will now display its PID
Then you just need to type

./client <SERVER PID> "MESSAGE"

Example: 
./client 19995 "This is a test sir"

This Project also handle the Bonus @ 42
  - Works with Emoji
  - Server send Ping on Message Received

alt text

About

Communication between Two process using user-defined Signals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published