- Notifications
You must be signed in to change notification settings - Fork2
Codici corso Reti di Calcolatori | Università di Padova UniPD | Prof. Nicola Zingirian
License
cfranc0/unipd-rdc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Università di Padova, A.A. 2021/2022, Prof. Zingirian N. -🔗Link didattica
Se trovate alcunproblema nel codice, aprite unaIssue oPR.
If you find anyproblem with the code, please file anIssue oPR.
In questa repo sono contenuti i programmi sviluppati dal professore durante il corso tenuto nell'A.A. 21/22 e riscritti per essere più chiaramente comprensibili e più estensivamente commentati.
- Client web HTTP/1.1
- Risoluzione degli hostname in IP
- Parsing degli header
- Supporta il
Transfer-Encoding: chunked
- Server web
- Invio di file statici nella cartella del server
Autorizationrichiesta nella cartellasecuretramite basic HTTP auth 🔗RFC2617- Invio tramite
Transfer-Encoding: chunked
- Proxy web
- Modalità
GETin chiaro - Modalità
CONNECTtramite TLS tunnelling
- Modalità
- Socket web server
Compilare con:
gcc wsock.c -o wsock -lcrypto- Handshake socket
- Comunicazione bidirezionale tra server e client
- RFC1945HTTP 1.0 🔗rfc-editor.org
- RFC2616HTTP 1.1 🔗rfc-editor.org
- RFC3875Common Gateway Interface (CGI) 🔗rfc-editor.org
- RFC6265Cookies 🔗rfc-editor.org
- RFC6455WebSocket 🔗rfc-editor.org
This repo contains codes developed during theComputer Networks 1 course at the University of Padua during the 2021/2022 academic year.
You can find scripts related to the HTTP standard as listed in theStandards section.
Base scripts are written in english and commented, exam solutions may be commented in italian.
About
Codici corso Reti di Calcolatori | Università di Padova UniPD | Prof. Nicola Zingirian
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.