Skip to content

jetaehyun/ChatLobby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatLobby

A multithreaded server-client chat lobby programmed in C that utilizes TCP to allow communicatation between all connected users; this program is designed for LAN and Linux machines.

How to compile

  1. Open a terminal
  2. Go to the src directory in the project
  3. Run make
  4. Run appropriate executable
    • server ./server.exe
    • client ./client.exe

Compiling Server

Hosting computer should provide a local ip address.

  • ./server.exe 192.168.xxx.xxx

About

Client-Server based program for a chat lobby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published