Skip to content

kmoroz/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codam logo

❔ Basic Overview

The purpose of this project is to code a small data exchange program using UNIX signals. It's a program in the form of a client and server.

🖥️ Compiling

$ make
$ ./server
PID: <PID>
$ ./client <PID> <STRING_INPUT>