- Remote Quiz Program with Python (Threaded Server and Multiple Clients)
- In remote quiz program directory you will see server.py and client.py
- Server manages the multiple TCP connections,clients and questions for clients. It returns the point for client.
- Client gives answer to questions and gets his/her points.
- How to analyze packets with wireshark ?
- project.pdf includes description of the project.
- solutions.pdf includes project solutions and how to analyze network packets with Wireshark.