An open API service indexing awesome lists of open source software.

https://github.com/faruktinaz/minitalk

The purpose of this project is to code a small data exchange program using UNIX signals.
https://github.com/faruktinaz/minitalk

42 42born2code c linux minitalk minitalk42 unix

Last synced: 9 days ago
JSON representation

The purpose of this project is to code a small data exchange program using UNIX signals.

Awesome Lists containing this project

README

          

# minitalk

## About

**The purpose of this project is to code a small data exchange program using *UNIX signals.***

- This project is to create two executables: a server and a client.
- Client, will send message (a string) to the server using UNIX signals.
- Server, must correctly receive message using SIGUSR1 and SIGUSR2 signals then send feedback to client.
- Makefile, is used to easily compile the server and the client executables.

---

## Proje hakkında

**Bu projenin amacı, UNIX sinyallerini kullanarak küçük bir veri değişim programını
kodlamaktır.**

- Executable dosyaları client ve server olarak oluşturulur.
- Client, UNIX sinyallerini kullanarak sunucuya bir mesaj gönderir.
- Server, SIGUSR1 ve SIGUSR2 sinyallerini alarak gelen mesaji doğru bir şekilde yazdırmalı ve client’e mesajin iletildiğine dair geri bildirim göndermelidir.
- Makefile, server ve clienti kolayca derlemek için kullanılır.

---
![image](https://github.com/faruktinaz/minitalk/assets/114104599/a180355e-1ba6-451e-b5e1-6d2ec04de901)