Skip to content

Server and client in C that communicate via 2 unix signals to exchange a string as exercise of the 42 core curriculum.

Notifications You must be signed in to change notification settings

f321x/minitalk-42-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minitalk-42-core

Server and client in C that communicate via 2 unix signals (SIGUSR1 & SIGUSR2) to exchange a string as exercise of the 42 core curriculum.

The client first sends a handshake with its own process id to the server which then will ACK every bit sent by the client with a SIGUSR1 signal to ensure transmission of the signals in correct order.

Screen Shot 2023-11-16 at 1 26 38 PM

About

Server and client in C that communicate via 2 unix signals to exchange a string as exercise of the 42 core curriculum.

Topics

Resources

Stars

Watchers

Forks