Skip to content

The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

Notifications You must be signed in to change notification settings

Justhiro55/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minitalk

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

Getting Started

Run the following commands:

Compiling

Run the following commands:

  • To compile
    $ make
  • To remove objects:
    $ make clean
  • To remove objects and binary file (program):
    $ make fclean
  • To re-compile:
    $ make re

Usage

To test the program you just need to launch the "server" and the "client" in different shell tabs with the following:

$ ./server

This will display your PID, which is necessary for the client to function, and will remain in a listening state to receive a message from the "client."

$ ./client "PID" "Your message string"

About

The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages