███╗ ███╗██╗███╗ ██╗██╗████████╗ █████╗ ██╗ ██╗███╗
██╔████╔██║██║██╔██╗ ██║██║ ██║ ███████║██║ ██████╔╝
██║╚██╔╝██║██║██║╚██╗██║██║ ██║ ██╔══██║██║ ██╔══██╗
██║ ╚═╝ ██║██║██║ ╚████║██║ ██║ ██║ ██║███████╗██║ ║██║
╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚══╝
PID: 1337 By: ybounite
⊱ ────────────────────── {.⋅ ✯ ⋅.} ─────────────────────── ⊰
This project is a simple client-server communication system implemented using signals in C. The client sends a message to the server, and the server receives and displays the message character by character.
- Produce
server&clientexecutables clientmust communicate a string passed as a parameter toserver(referenced by its process ID) which then displays it- Use
SIGUSR1&SIGUSR2signals ONLY
- Add reception acknowledgement system
- Support Unicode characters