-
Notifications
You must be signed in to change notification settings - Fork 0
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.
aogbi/Minitalk
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 0
No packages published