Skip to content

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

Notifications You must be signed in to change notification settings

doguarikan/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minitalk

A C project to transmit messages client terminal to server terminal using signals

To run the project

  • Run the server
./server
  • In another terminal run the client with the pid of server and the message
./client <pid of server> <"the message you want to send">

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published