The purpose of this project is to code a small data exchange program using UNIX signals.
- 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
- Clone this repo
- Compile files with
make. - Add execution permission running
chmod +x ./server && chmod +x ./client
- First, run the server
./server - Then, send a message using
./client <PID_OUTPUT> 'Your Message123456789@#$%^&*'