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.
- Host: GitHub
- URL: https://github.com/faruktinaz/minitalk
- Owner: faruktinaz
- Created: 2023-03-10T22:47:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T01:39:20.000Z (over 2 years ago)
- Last Synced: 2025-05-05T19:53:04.788Z (11 months ago)
- Topics: 42, 42born2code, c, linux, minitalk, minitalk42, unix
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
---
