System that sends a message from client to server using UNIX signals for communication.
-
Updated
Jun 26, 2024 - C
System that sends a message from client to server using UNIX signals for communication.
42 Minitalk: Minitalk is a project that involves creating a client-server communication system using signals. The goal is to implement a client program that can send messages to a server program using signals, which are then displayed by the server.
Practica 8 - Sistemas Operativos
A small data exchange program using UNIX signals
inter-process communication, using UNIX signals to transmit messages from a client to a server. Explores asynchronous communication using SIGUSR1 and SIGUSR2 signals.
Add a description, image, and links to the sigusr1 topic page so that developers can more easily learn about it.
To associate your repository with the sigusr1 topic, visit your repo's landing page and select "manage topics."