Skip to content

☎️ The purpose of this project is to code a small data exchange program using UNIX signals.

Notifications You must be signed in to change notification settings

julienhouyet/42-minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42-minitalk

42-minitalk

Introduction

The purpose of this project is to code a small data exchange program using UNIX signals.

At 42 School, almost every project must be written in accordance to the Norm, the school's coding standard. As a result, the implementation of certain parts may appear strange and for sure had room for improvement.

⚡ Usage

To use this project, compile the project and :

  1. Run the server with :
$ ./server

The terminal return the PID of the server.

  1. Run the client with the PID of the server and a message in another shell :
$ ./client XXXXXX "Hello World"

The message is send to the server terminal !

🔌 Installation

To install the project, clone this repository :

$ git@github.com:julienhouyet/42-minitalk.git

📦 Commands

To compile the project, run :

$ make

To re-compile the project :

$ make re

To wipes all object files :

$ make clean

To delete the project and all object files

$ make fclean

About

☎️ The purpose of this project is to code a small data exchange program using UNIX signals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published