README.txt This project contains a simple multi-client server and client implementation for a math expression calculator. The server can handle multiple clients and solve their math expressions. The client will generate random math expressions and send them to the server for evaluation. The server keeps a log of client connections and disconnections with their respective durations.
Running: (running with two clients and one server per say) Note: You can create as many instances of a client by running in 2.another terminal window.
Files driver.py client.py server.py