vytkuklys / 42HN_Minitalk

A data exchange program using UNIX signals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42HN_Minitalk

Minitalk is a data exchange program enabled with UNIX signals. This program displays strings send by client(s) to the server.
This is achieved by intercepting signals and sending information bit by bit.

Run Project Locally

  • Clone or fork this repository
  • Type make command in the terminal
  • Run server executable (e.g. ./server)
  • Open a new terminal window
  • Run client executable followed by PID (that is displayed after running ./server) and a string (e.g. ./client PID "Hello Server")

About

A data exchange program using UNIX signals


Languages

Language:C 96.6%Language:Makefile 3.4%