Skip to content

pibouill/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minitalk

ready to help

GitHub code size in bytes

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

Task

Creating a communication program in the form of a client and a server.

Server is launched at first and will print its PID. The client takes as parameters, the server PID and a string to send.

We can only use the SIGUSR1 and SIGUSR2 signals.

The server acknowledges the message received by sending back a signal to the client. Unicode characters partially supported.

Allowed signal.h functions

  • signal
  • sigemptyset
  • sigaddset
  • sigaction
  • kill
  • getpid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published