Skip to content

Timurinyo/Campus2.0-Homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Campus2.0-Homework

[Campus 2.0] Command Line Chat

Task

Create a command line application that functions as a chat. The application has to read input from commandline and send it to all peers using UDP. When a message from other instance of the app is received the message has to be output in the console.

  • Use winsock for networking.
  • Use broadcast to make sure all instances of the application running within a local network receive the messages.
  • [OPTIONAL] Use broadcast only to discover peers and then send the message to all peers directly.

How To Submit

  • Fork this repo.
  • Commit your changes into the forked repository
  • Request a pull request back into this repository (master branch)

Directory structure: login/cmd-chat/... (for example: vkuksa/cmd-chat/...).
Submit all the necesarry project files and VS solution.

DEADLINE: MONDAY, 17.02.2020, 12:00

About

[Campus 2.0] Command Line Chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages