Skip to content

Simple server and Client that uses UNIX signals to do the chatting.

License

Notifications You must be signed in to change notification settings

ryo-manba/minitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minitalk

Description

This is a simple server and client that uses UNIX signals to do the chatting.

Requirement

  • gcc or Clang
  • GNU Make

Usage

git clone https://github.com/ryo-manba/minitalk
cd minitalk && make

An executable named client and server will be created.

./server # serverpid will be displayed.
./client [SERVER_PID] [MESSAGE]

Author

twitter

Licence

All code is released under the MIT license

About

Simple server and Client that uses UNIX signals to do the chatting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published