Reference no: EM13161745
Python Programming Basic TCP/IP exercise. What they are asking is just to improve or add little features to the completed program (This exercise is directly from the book and the script/program is provided by the book). The scripts will be provided below by link this is a school related exercise. Version of python used is 3.X or later. I just need to have the program with these working that are below. If you can help me do 2 of them i'll be grateful and more than that would be astonishing. If you have any inquiries/quesiton please be sure to comment.
Chatclient: https://mega.co.nz/#!9MlzCIxS!Kis0FhYZstgUDmfgxV2OVf55kPDmSHXQ7JuD_hyMcJI
Chatserver:
https://mega.co.nz/#!5FFUWIqD!BRiP4127K7I8LxStzuH-W8jBzV1EYOJDBIwf_QODhAs
1) Rewrite chatclient script/program to that explicitly informs user that the connnection has been lost.
2) Rewrite the chat server/client so that each time the user tries to send a private message to a non-exister user, the server prints back "UNKNOWNUSER". (In book this is ex.16.10)
3) When a new user Joins to the chatserver/room the program should print/display the name/s of any or all present users apart from them.
4) Rewrite the cleint software so that it does not display an echo of a message sent by the users. Maybe it means that each time a user tries to send a private message that same message is also sent back to them? summary: stop that from happening?
5) Extend chat room software so that private messsages can be sent simultaneously. Multiple priv message at the same time?
Picky publishing house publishes stories
: Picky Publishing House publishes stories in three categories and has strict require- ments for page counts in each category. Create an abstract class named Story that includes a story title, an author name, a number of pages, and a String message. In..
|
Application that includes three arrays
: Design an application that includes three arrays of type int. Allow the user to enter values into the first two. Write a method to store the product of the two arrays in the third array
|
Network engineer, you are presented
: As the network engineer, you are presented with the following, 172.16.0.0. / 18 IP addressing information and are asked to identify all of the possible subnet ID from the list below, assuming that the /18 subnet is used throughout the network. (Choos..
|
Assembly language program that generates and displays
: Write a assembly language program that generates and displays 20 random strings, each consisting of ten letter(A-Z, a-z)s or number(0-9)s.
|
Cleint software so that it does not display
: Rewrite the cleint software so that it does not display an echo of a message sent by the users. Maybe it means that each time a user tries to send a private message that same message is also sent back to them? summary: stop that from happening?
|
Problems does an assembler have to overcome
: What problems does an assembler have to overcome in order to produce complete binary code with only one pass over the source code? How would code written for a one-pass assembler be different from code written for a two-pass assembler?
|
The hr department has sensitive information
: The HR department has sensitive information that can only be viewed by members of the HR department and executive offices. Each location has computers and printers for use within the individual departments but that not to be used by employees from an..
|
Write a program that reads in a list of numbers from a file
: write a program that reads in a list of numbers from a file and adds up all those numbers. You may hard code in the name of the file, allowing the user to input the filename is not required
|
What is the average response time for this system?
: A web server receives a request every 50ms and processes web requests every 8 ms. Using queuing theory, 1. What is the average response time for this system?
|