This project contains a set of TCP server and client, and a set of UDP server and client. Both server will return the current time to the client under valid requests
Open up two terminal windows, cd to the current directory. First, use python to run the server. Then, on the second terminal window, use python to run the client.
When receives the prompt, enter request “What is the current date and time?”. If your input is invalid the server will return a error message.