A server concurrently communicating with 7 clients . Features are file sending and receiving , and distributed mathematical operations
steps :
- Start server.py in terminal
- Open any number of client.py terminals (here I limit it to 7, change s.listen(7) in server.py to accomodate more)
- In client window you will be given options :
- press 1 for mathematical operations
- press 2 for sending file
- press 3 for receiving file
- press 4 to quit