Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 362 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 362 Bytes

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>