/42minitalk

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

Primary LanguageC

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