Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 406 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 406 Bytes

42minitalk

A small data exchange program using UNIX signals between a server and a client in C

Logic behind the minitalk project.

ok

How to run the program:

  1. Clone the repository
  2. Run make command
  3. Run ./server command in one terminal
  4. Run ./client [server_pid] [message] command in another terminal