Skip to content

My version of minitalk, part of 42Firenze Common Core.

Notifications You must be signed in to change notification settings

nbidal18/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💬 minitalk

Description

minitalk is a small communication program that uses UNIX signals to send and receive messages between a client and a server.

Usage

  1. Clone the repo on your machine.
  2. Open two terminal windows and on one of them run make, then ./server.
  3. On the other window run ./client PID MESSAGE: the PID has been printed on the server's window and the message is just some text contained inside of "" in case there are spaces.
  4. The server will stay open waiting to receive messages until you close the terminal or press CTRL + C.

Grade

I only did the Bonus partially so I got 115.

About

My version of minitalk, part of 42Firenze Common Core.

Resources

Stars

Watchers

Forks