Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

minitalk

The purpose of this project is to code a small data exchange program using UNIX signals. create a communication program in the form of a client and a server.

Mandatory Part

  • The server must be started first. After its launch, it has to print its PID.
  • The client takes two parameters: ◦ The server PID.
    • The string to send.
    • The client must send the string passed as a parameter to the server.
  • Once the string has been received, the server must print it.
  • The server has to display the string pretty quickly. Quickly means that if you think it takes too long, then it is probably too long.
  • server should be able to receive strings from several clients in a row without needing to restart.
  • The communication between your client and your server has to be done only using UNIX signals.
  • Only use these two signals: SIGUSR1 and SIGUSR2.

About

The purpose of this project is to code a small data exchange program using UNIX signals.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors