Skip to content

Client-server communication using UNIX signals in C.

Notifications You must be signed in to change notification settings

sdummett-at-42/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to minitalk

The purpose of this project is to code a small data exchange program using UNIX signals.

Install

git clone git@github.com:sdummett/minitalk.git ...

Usage

make
./server
./client $(pidof server) [string to send]

Bonus

make bonus
./server
./client $(pidof server) [string to send]

Author

👤 Stone