Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages