Implémentation d'un système de communication client-serveur en C, utilisant exclusivement les signaux UNIX (SIGUSR1, SIGUSR2) pour transmettre des messages entre processus.
-
Updated
Dec 3, 2024 - C
Implémentation d'un système de communication client-serveur en C, utilisant exclusivement les signaux UNIX (SIGUSR1, SIGUSR2) pour transmettre des messages entre processus.
Communication program where two processes exchange messages through Unix signals. It involves creating a simple chat system that allows for sending and receiving strings of characters.
Practica 8 - Sistemas Operativos
Small data exchange program using UNIX signals
My minitalk project for the 42 Cursus. A small client server communication program using UNIX signals. 115/100
Minishell is a small Linux Shell written in C.
The purpose of this project is to code a small data exchange program using UNIX signals
Small data exchange between client and server programs using UNIX signals
📡 Minitalk is a 42 Network project where you build a simple messaging system using Unix signals. It enhances your skills in signal handling, inter-process communication, and system programming. 🖥️📩
Small data exchange program using UNIX signals
A project that demonstrates inter-process communication in C using UNIX signals. It features a server-client system where messages are sent bit by bit using SIGUSR1 and SIGUSR2.
Minitalk – Inter-process communication using signals in C. This project implements a simple client-server messaging system. The client sends messages to the server one bit at a time using Unix signals (SIGUSR1 and SIGUSR2), and the server reconstructs the message.
inter-process communication, using UNIX signals to transmit messages from a client to a server. Explores asynchronous communication using SIGUSR1 and SIGUSR2 signals.
{EPITECH.} A client/server chat that sends data using UNIX signals.
Minitalk (42cursus), The purpose of this project is to code a small data exchange program using UNIX signals.
A small data exchange program using UNIX signals.
Add a description, image, and links to the unix-signals topic page so that developers can more easily learn about it.
To associate your repository with the unix-signals topic, visit your repo's landing page and select "manage topics."