Skip to content

A small data exchange program using UNIX signals.

Notifications You must be signed in to change notification settings

ey-lon/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minitalk

A small data exchange program using UNIX signals.

Bonus

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

Unicode characters support!

Usage

command info
make compile the client and the server (std. version).
make bonus compile the client and the server (bonus version).
make clean remove temporary files.
make fclean remove temporary and executables.

To execute the server:

./server

To execute the client and send a message to the server:

./client <server_pid> <message>

About

A small data exchange program using UNIX signals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published