WOLFIE-OG / minitalk

The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minitalk

The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

State

minitalk Build minitalk Score

Installation & Building

To install and build

  git clone https://github.com/WOLFIE-OG/minitalk
  cd minitalk
  git submodule update --init --recursive
  make
  ./server
  ./client PID MESSAGE

About

The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

License:The Unlicense


Languages

Language:C 75.0%Language:Makefile 22.4%Language:Python 2.5%