Skip to content

Saif-k93/Local_Chat_App_UDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Chat App UDP

Console app to chat between users on the same network


🚀 Installation

  • Clone the repository
git clone https://github.com/Saif-k93/Local_Chat_App_UDP.git
cd Local_Chat_App_UDP
  • Configure CMake
mkdir build
cd build
cmake ..
  • Build the project
cmake --build . --config Release

🛠️ Usage

  • Run multiple instances of the app on different devices/computers within the same local network
  • Enter your username when prompted
  • Start chatting immediately – new users broadcast a "Joined" message

About

Console app to chat between users on the same network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors