Skip to content

joao613/Minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minitalk

The goal of this project is to create two executables: a server and a client.

  • The client will send information (a string) to the server using UNIX signals.
  • The server must correctly receive and interpret this information, then display it.

Installing and running the project

  • Run make

    make
    
  • Run server, copy its PID and run client with it alongside the message you wish to send.

    ./server
    ./client <server_PID> <message>
    

About

Small data exchange between client and server programs using UNIX signals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors