Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ugolinolle/minitalk
💾 • Client/server communication program using UNIX signals
https://github.com/ugolinolle/minitalk
c minitalk-42 shell unix
Last synced: about 19 hours ago
JSON representation
💾 • Client/server communication program using UNIX signals
- Host: GitHub
- URL: https://github.com/ugolinolle/minitalk
- Owner: UgolinOlle
- License: mit
- Created: 2023-11-21T03:36:05.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-07-29T08:02:22.000Z (4 months ago)
- Last Synced: 2024-07-29T10:57:23.910Z (4 months ago)
- Topics: c, minitalk-42, shell, unix
- Language: C
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minitalk
[![42 School Project](https://img.shields.io/badge/42%20Project-printf-blue)](https://github.com/ugolinolle/ft_printf)
[![Language: C](https://img.shields.io/badge/language-C-green.svg)]()## 💻・Description
Minitalk is a system programming project that involves creating a simple communication program in C. The project consists of developing a server and a client that communicate with each other using UNIX signals. The client sends a message to the server, which receives and displays it on the screen.
**Features:**
- Server: Displays its PID at startup and waits for messages from clients.
- Client: Sends a message to the server using its PID.**Technologies Used:**
- C Language
- UNIX Signals (SIGUSR1, SIGUSR2)
- System Programming in UNIX## ⌨️・Usage
1. Launch the server: (The server will display its PID)
```bash
./server
```2. In another terminal, launch the client using the server's PID and the message to send:
```bash
./client [SERVER_PID] "Your message here"
```## 🧑🤝🧑・Contributing
Contributions to this project are welcome. If you find any issues or want to improve the code, please feel free to open a pull request or issue.
## 📑・License
This project is licensed under the [MIT License](https://github.com/UgolinOlle/minitalk/blob/master/LICENSE) - see the LICENSE file for details.
## 📩・Contact
If you have any questions or would like to collaborate, please do not hesitate to contact me at [email](mailto:[email protected]) or [LinkedIn](https://linkedin.com/in/ugolin-olle)