sigusr2
There are 8 repositories under sigusr2 topic.
simon-zerisenay/42Minitalk
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.
jhonatan229/minitalk
a project that use the signals to send msg from the client to the server with help of PID
malatini42/minitalk
Minitalk (42cursus) 2020-2021. The aim is to create two processes that will communicates using SIGUSRs signals.
nevniz/Minitalk
Программа обменивается данными между процессами через сигналы UNIX. Первый процесс может отправить текст второму, второй может принять текст и вывести его на экран.
abcdesktopio/openbox
abcdesktop patch for openbox window manager
MPITTA-PH/42Minitalk
Client-server communication using UNIX signals (SIGUSR1, SIGUSR2). The server prints received messages and handles multiple messages without restarting.
pin3dev/42_Minitalk
inter-process communication, using UNIX signals to transmit messages from a client to a server. Explores asynchronous communication using SIGUSR1 and SIGUSR2 signals.
Saxsori/minitalk
A small data exchange program using UNIX signals