Skip to content

In this programming project, you will develop a simple calculator application using socket pro- gramming in Python. You will build this project in two steps starting with provided skeleton code for a chat application. You will have to modify the skeleton code to fulfill the requirements.

Notifications You must be signed in to change notification settings

KeYu-Red/Python-Socket-Programming-Project-CMPT371

Repository files navigation

1. The code in calcClient.py is the same as it in chatClient.py

2. I create a fuction named KeepCalculate in calcServer.py, which is used to put the 
    function recv_from_client into a loop. And if I tape 'q' in the Client, then this 
    thread will jumo out of the loop.

3. I just used and modified recv_from_client function, and not used send_to_client function.

About

In this programming project, you will develop a simple calculator application using socket pro- gramming in Python. You will build this project in two steps starting with provided skeleton code for a chat application. You will have to modify the skeleton code to fulfill the requirements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages