Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sondosaabed/socket-webserver-networking-project
- Owner: sondosaabed
- License: mit
- Created: 2023-12-03T18:20:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T09:25:01.000Z (about 1 year ago)
- Last Synced: 2024-01-27T17:42:14.909Z (about 1 year ago)
- Topics: networking, python, socket-programming, tcp, webserver, websocket
- Language: HTML
- Homepage:
- Size: 28.3 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.