Skip to content

OxFEE1DEAD/42_minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minitalk

Sending messages with unix signals

RUN

1)Run inside repository:
make

2)Run server via:
bin/server

3)Run client via:
bin/client $(pidof server) <message by your choise>

Description

This project teach me how I can send and recieve UNIX signals.
More specifically, how we can transfer data using only 2 signals USR1 & USR2.
The only way, is to represent them as bits.

About

Sending strings via signals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published