Skip to content

tariqelb/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minitalk: the sixth pjoject in 42 cursus.

The aim of this project is esatablish a connection beween to process (a client and a server).

Table of contents

Overview

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

The project

  • Create a communication program in the form of a client and a server
    • The server must be started first. After its launch, it has to print its PID.
    • The client takes two parameters:
    • The server PID.
    • The string to send.
    • The client must send the string passed as a parameter to the server, Once the string has been received, the server must print it.
    • The server has to display the string pretty quickly. Quickly means that if you think it takes too long, then it is probably too long.

Screenshot

Result

About

Project number 6 in my 42 cursus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published