Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sondosaabed/socket-webserver-networking-project

TCP and a simple web server. Implementations and documentation with socket programming concepts
https://github.com/sondosaabed/socket-webserver-networking-project

networking python socket-programming tcp webserver websocket

Last synced: 3 months ago
JSON representation

TCP and a simple web server. Implementations and documentation with socket programming concepts

Awesome Lists containing this project

README

        

# Socket-WebServer-Networking-Project
This repository is part of the course work of Computer-Networks.
TCP communication, and a simple web server. Implementations and documentation with socket programming concepts.
For teh solution look for Report pdf file.

## Structure
- The project solution is devided into three parts:
- Part-1:
- Notebook:: solution of part 1
- Screenshots: outputs from running commands

- Part-2:
- Notebook: solution for the questions.
- src: source code
- client.py & server.py: socket solution.
- find.png: image used in the form
- style.css: styling for the form

- Part-3:
- Notebook: solution for the questions.
- src: source code
- ar: arabic html pages
- en: english html pages
- css: styles sheets
- images: two images (png, jpg)
- server.py & client.py: socket programing solution

## Notes
- Used socket programming only.
- Each screenshot includes the date and time of the computer.
- Find a report in pdf format on _report.pdf_ that contains Screenshots with detailed explanation, codes, runs, etc.
- The code with comments (include the code in the pdf file and as text file .py)
- The github repo link is included in the link pdf.