Skip to content

GustaDNS/Minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Minitalk

MINITALK

This project is a simple client-server communication system implemented using signals in C. The client sends a message to the server, and the server receives and displays the message character by character.

How to run

1 - Clone

$ git clone https://github.com/GustaDNS/Minitalk.git

2 - Compile the program

$ make

3 - Run server

$ ./server

server

4 - Run client Now you'll use the PID it's was showed on server and send a string

$ ./client <server_pid> "TEXT"
client

5 - Output After this we will get the following result on the server:

output

Releases

No releases published

Packages

No packages published