There are 0 repository under sigusr2 topic.
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.
a project that use the signals to send msg from the client to the server with help of PID
Minitalk (42cursus) 2020-2021. The aim is to create two processes that will communicates using SIGUSRs signals.
Программа обменивается данными между процессами через сигналы UNIX. Первый процесс может отправить текст второму, второй может принять текст и вывести его на экран.