Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)