readmetest

This commit is contained in:
djonker 2023-03-11 02:42:15 +01:00
parent a6bb818b35
commit 4df34c410c

View File

@ -1,12 +1,11 @@
# 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
##### Client
- client pings server every 100 msecs, and only starts writing after receiving SIGUSR2 back
- client sends \0 when done
#### Server