[Campus 2.0] Command Line Chat
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.
- 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.