Skip to content

A small data exchange program using UNIX signals.

Notifications You must be signed in to change notification settings

hamza-cskn/42-minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A small data exchange program using UNIX signals.

Resources

Stars

Watchers

Forks