Console app to chat between users on the same network
- Clone the repository
git clone https://github.com/Saif-k93/Local_Chat_App_UDP.gitcd Local_Chat_App_UDP- Configure CMake
mkdir buildcd buildcmake ..- Build the project
cmake --build . --config Release- 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