Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maricard18/42-minitalk
This project is about learning how to handle signals.
https://github.com/maricard18/42-minitalk
42 42born2code 42projects 42school c minitalk minitalk-42 minitalk42 signal-processing
Last synced: about 2 months ago
JSON representation
This project is about learning how to handle signals.
- Host: GitHub
- URL: https://github.com/maricard18/42-minitalk
- Owner: maricard18
- Created: 2023-01-02T10:47:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T02:44:33.000Z (about 1 year ago)
- Last Synced: 2023-12-08T03:28:45.048Z (about 1 year ago)
- Topics: 42, 42born2code, 42projects, 42school, c, minitalk, minitalk-42, minitalk42, signal-processing
- Language: C
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minitalk
## Signals
This project is about learning how to handle signals.
It's a very useful tool when it comes to how to manipulate specific signals.
This project is in rank 2 of 42 common core and was graded with the score of 125/100.
-> [Subject here](https://github.com/maricard18/42-minitalk/blob/main/extras/en.subject.pdf)## How To Use
To clone and run this project, just follow this instructions
```bash
# Clone this repository
$ git clone https://github.com/maricard18/42-libft# Go into the repository
$ cd minitalk# Run make command for mandatory
$ make# run the server executable first
$ ./server# run the client executable with the correct PID (printed by the server) followed by a message
$ ./client 14997 "hello from the client side"
```---
> GitHub [@maricard18](https://github.com/maricard18) ·
> Linkedin [Mario Henriques](https://www.linkedin.com/in/mario18) ·
> [42 Porto](https://www.42porto.com/en)