Skip to content

Saxsori/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minitalk πŸ’¬

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

βž₯ 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 communication between client and server has to be done only using UNIX signals.

βž₯ Only use these two signals: SIGUSR1 and SIGUSR2.

Bonus

βž₯ The server acknowledges every message received by sending back a signal to the client.

βž₯ Unicode characters support!

About

A small data exchange program using UNIX signals

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors