Question: You are supposed to develop a group chat application using UDP. There should be at-least 4 participants in the group. 1. Any message transmitted by
You are supposed to develop a group chat application using UDP. There should be at-least 4 participants in the group.
1. Any message transmitted by any participant should be visible to all participants in the group.
2.Any participant should be able to join or leave the group at any time.
3.When a participant joins the group, it starts receiving messages details about new member are shown to all other participants.
When it leaves the group, it stops receiving messages and details about leaving member are shown to other group members You are supposed to use a peer-to-peer model, where all message and join/leave information is maintained and shared by peers (no central server)
NOTE: Linux C++ Socket programming
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
