readmetest

This commit is contained in:
djonker 2023-03-11 02:40:12 +01:00
parent 7596fbd91f
commit ee6f36c974

View File

@ -1,8 +1,8 @@
# Minitalk
---
## Description
Minitalk is a simple project that requires you to use unix signals to send over strings between 2 programs.
We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to send them over
---
## Improvements
### Add support for multiple clients at the same time
#### Client