Skip to content
/ Minitalk Public

Minitalk is a client-server program that exchanges data using Unix signals. The server prints its PID. The client takes the server's PID and a string, encodes the string into bits using SIGUSR1/SIGUSR2 signals, and transmits it to the server. The server decodes the signals and displays the original string.

Notifications You must be signed in to change notification settings

aogbi/Minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

About

Minitalk is a client-server program that exchanges data using Unix signals. The server prints its PID. The client takes the server's PID and a string, encodes the string into bits using SIGUSR1/SIGUSR2 signals, and transmits it to the server. The server decodes the signals and displays the original string.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published