https://github.com/MashkaCoder/minitalk
https://github.com/MashkaCoder/minitalk
21school 42cursus c linux minitalk42 unix
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/MashkaCoder/minitalk
- Owner: MashkaCoder
- Created: 2021-10-09T20:34:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T21:49:41.000Z (over 3 years ago)
- Last Synced: 2024-10-24T02:31:32.947Z (8 months ago)
- Topics: 21school, 42cursus, c, linux, minitalk42, unix
- Language: C
- Homepage:
- Size: 1.22 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minitalk
[](https://github.com/MashkaCoder/minitalk.git)
The purpose of this project is to code a small data exchange program using UNIX signals.## Cloning
```
git clone https://github.com/MashkaCoder/minitalk.git
cd minitalk
make
```
## Make commands- `make` to compile mandatory part.
- `make bonus` to compile with bonuses(ACK and UNICODE).
- `make clean` to clean all object files of libft.
- `make fclean` to remove executable files.
- `make re` to recompile this project.## Usage
The server must be launched first, and after being launched it must display its PID.
```
$ ./server
PID:
(wait)
```
After the server is started, in the second window of the term, start the client, as parameters, give it the server **PID** and the **string**
```
$ ./client
```
## Subject
> [subject](subject.pdf)