Question: USE PYTHON PROGRAMMING LANGUAGE FOR THE FOLLOWING QUESTION Task: Design and implement a networked peer - to - peer chat application. The shared design document
USE PYTHON PROGRAMMING LANGUAGE FOR THE FOLLOWING QUESTION
Task: Design and implement a networked peertopeer chat application. The shared design
document Functional Specification specifies the necessary protocols that you need to implement. In your application you will need to implement the protocols exactly as specified.
Requirements: The application should;
Have processes: Peer Discovery, Service Announcer, Chat Responder, Chat Initiator.
These processes should work as outlined in their respective specifications.
Successfully detect all available users in the Local Area Network.
Interactive UI display when a user is detected, correctly display users onlineaway
presence, allow the end user to choose to display usersexchange numbers to generate
secret keyssend encrypted messagesend unencrypted message.
Successfully chat with any available user in the Local Area Network.
Successfully encryptdecrypt each peertopeer conversation.
Output a chat log containing timestamps and content of all messages exchanged in a
chat session.
The answer should include all pieces of codes that you wrote.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
