pasqualerossi / MiniTalk

Send a message from client to server using UNIX signals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run MiniTalk

1️⃣ make

2️⃣ ./server

3️⃣ ./client <name from the server> <"any message you want to write in strings">

4️⃣ control-z on your keyboard to close the program.

About

Send a message from client to server using UNIX signals.


Languages

Language:C 93.0%Language:Makefile 7.0%