ichirou2910 / chatter

A chat app using Linux socket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatter

Implemented features

  • Chat function
  • Create room
  • Join room
  • Switch room
  • Quit room
  • Send file

Current known bugs / Missing features

  • List room
  • Receiving a message interrupt current input
  • Chat window scrolling

How to start

  • Server: ./server
  • Client: ./client

How to use (client)

  • :c <password>: Create room
  • :j <id> <password>: Join room with password
  • :s <id>: Switch focus to room
  • :h: Print help
  • :i: Print room info
  • :f: Send file
  • <other>: Send message

About

A chat app using Linux socket


Languages

Language:C 98.7%Language:CMake 1.3%