Skip to content

luidjidev/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minitalk

The purpose of this project is to code a small data exchange program using UNIX signals.

The objective was to create a communication program in the form of a client and a server. The server must be started first and print the PID. Then we start the client and it takes two parameters

  • Server PID
  • String to send to server

We can only use two signals, SIGUSR1 and SIGUSR2.

To try the code, you need to:

git clone https://github.com/luidjidev/minitalk.git
cd minitalk
make all

Any question or bug, feel free to reach me on slack (luisfern) or on discord (Luidji#0910) :).

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published