Skip to content

ybounite/MINITALK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

			███╗   ███╗██╗███╗   ██╗██╗████████╗ █████╗ ██╗     ██╗███╗
			██╔████╔██║██║██╔██╗ ██║██║   ██║   ███████║██║     ██████╔╝
			██║╚██╔╝██║██║██║╚██╗██║██║   ██║   ██╔══██║██║     ██╔══██╗
			██║ ╚═╝ ██║██║██║ ╚████║██║   ██║   ██║  ██║███████╗██║  ║██║
			╚═╝     ╚═╝╚═╝╚═╝  ╚═══╝╚═╝   ╚═╝   ╚═╝  ╚═╝╚══════╝╚═╝  ╚══╝
				PID: 1337			By: ybounite
			⊱ ────────────────────── {.⋅ ✯ ⋅.} ─────────────────────── ⊰

42cursus' 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.

Mandatory

  • Produce server & client executables
  • client must communicate a string passed as a parameter to server (referenced by its process ID) which then displays it
  • Use SIGUSR1 & SIGUSR2 signals ONLY

Bonus

  • Add reception acknowledgement system
  • Support Unicode characters

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors