/minitalk

Small data exchange program using UNIX signals.

Primary LanguageC

minitalk

The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

How to test?

-make the program

-run the ./server, the server will give you it's process id

-run ./client [PID] ["MESSAGE"] on a separate terminal

-the message will appear on the server