Skip to content

saulius/talkr-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

About

Simple event based plain text chat server written in c++ in the university. Server and client are also available in java at: http://github.com/sauliusg/talkr-java

Usage

cd talkr-server
make
./talkr -p 9999



cd talkr-client
make
./talkr localhost 9999 client

Commands

  • SVERSION - returns server version.
  • QUIT msg - disconnect from server.
  • HANDSHAKE nickas - handshake with the server.
  • PMSG user msg - sends private message msg to the user.
  • CMSG chan msg - sends msg to the chan.
  • JOIN chan - join channel chan.
  • PART chan - part channel chan.

About

talkr - simple, event based, plain text chat server and client in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published