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

flomero/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minitalk

Score: 125/100
Finished: 25.04.2024

minitalk

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

How to use

Use make to compile the program. The server and client executables will be created. Run the server with ./server and the client with ./client [server_pid] [message].

Example

$ ./server
Server PID: 1234
$ ./client 1234 "Hello, world!"

After recieving the whole message, the server will print it out. The server confirms every bit as well as the reception of the whole message to the client.

About

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

Resources

Stars

Watchers

Forks