Skip to content

A chat program over lan with a separate server and client.

License

Notifications You must be signed in to change notification settings

Goldberg-Alex/InfinityChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfinityChat

Version 1.1

Documentation:

Installation: You need the ncurses library.
On Ubuntu you can install it simply by running sudo apt-get install libncurses-dev

server usage: Just run it.

client usage:

run the client with ip address of the server.

the commands are:

/say message - sends message to all connected users.
message - same as "/say message"

/name new_name - Changed user name to new_name. Must not contain spaces.
/list - lists all connected users
/whisper user message - sends message only to user.
/help - lists all commands.
/quit - closes the client.

About

A chat program over lan with a separate server and client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published