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 2 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T08:02:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T18:17:05.963Z (over 1 year 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
[](https://github.com/ugolinolle/ft_printf)
[]()
## 💻・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:hello@ugolin-olle.com) or [LinkedIn](https://linkedin.com/in/ugolin-olle)