SOCKET PROGRAMMING Programming Assignment 2 # Libraries used threading,socket,errno,select,sys # Usage 1. Go to your terminal, and change directory to this folder 2. To start the server, run: python3 echo_server.py a. Input the maximum number that you want the chatroom to support (INTEGER ONLY) b. Input udp / tcp 3. To start the client, run: python3 echo_client.py a. Input udp / tcp *** If you selected UDP, please remember to send "bye" before you quit the Program