8000 GitHub - kawapoo/cli-chat: chat software for UNIX OS / for JPN / school exercises
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chat software for UNIX OS / for JPN / school exercises

Notifications You must be signed in to change notification settings

kawapoo/cli-chat

Folders and files

NameName
Last commit message
Las 938C t commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Interface Chat

Chat software for UNIX OS / for JPN / as school exercises
Works in a LAN.

Requirements

UNIX variants
Tested on Debian, macOS Sierra, Vine Linux.
server2 was tested on only macOS Sierra.

Installation

Just compile.
gcc -o server server.c or gcc -o server server2.c
gcc -o client client.c

Usage

  1. Check the IP address of your server machine.
  2. Start server on a server machine.
  3. Start client on client machines.
  4. Enter the IP address of the server.
  5. Enter your name.
  6. You can start chat.

You can use following commands.
NAME@your-name : Change your name.
RE@destination (name)@message : Reply message (Other clients can't see this message.)
LIST : Show online users (only server2)
LOGOUT : Logout
END : Terminate all clients and server.

About

chat software for UNIX OS / for JPN / school exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0