Skip to content

talikumi/42_Minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minitalk (C)

Table of Contents

Summary

UNIX client-server communication project using only signals (SIGUSR1 and SIGUSR2). The server receives messages from multiple clients and prints them. Designed to understand low-level process communication, signal handling, and concurrent message processing on Linux.

Subject

Subjects - 42

Usage

This project includes a Makefile. You can run make to build the project.
Once compiled, execute the file (defined by the NAME variable inside the Makefile):

./$NAME

Project Status

Project is: complete & no longer being worked on.

Additional Notes

My C Notes (mostly in Italian)

About

Small UNIX client-server communication project using only signals.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors