Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 428 Bytes

42-minitalk

This project aims to teach bit serializing and UNIX signals.

Usage

  1. Clone this repository: git clone --recursive git@github.com:hamza-cskn/42-minitalk.git
  2. Compile programs: make
  3. Run the server and see PID(Process Id): ./server
  4. Open a new shell.
  5. Run the client and write a message: ./client <server pid> <message>
  6. You'll see the message on the server's terminal.
  7. That's all. Enjoy.