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.

    Language:C5100
  • jhonatan229/minitalk

    a project that use the signals to send msg from the client to the server with help of PID

    Language:Shell1200
  • malatini42/minitalk

    Minitalk (42cursus) 2020-2021. The aim is to create two processes that will communicates using SIGUSRs signals.

    Language:C0000
  • nevniz/Minitalk

    Программа обменивается данными между процессами через сигналы UNIX. Первый процесс может отправить текст второму, второй может принять текст и вывести его на экран.

    Language:C0100
  • abcdesktopio/openbox

    abcdesktop patch for openbox window manager

    Language:Shell101
  • MPITTA-PH/42Minitalk

    Client-server communication using UNIX signals (SIGUSR1, SIGUSR2). The server prints received messages and handles multiple messages without restarting.

    Language:C
  • 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.

    Language:C10
  • Saxsori/minitalk

    A small data exchange program using UNIX signals

    Language:C10