Skip to content

Codici corso Reti di Calcolatori | Università di Padova UniPD | Prof. Nicola Zingirian

License

Notifications You must be signed in to change notification settings

cfranc0/unipd-rdc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reti di Calcolatori

Università di Padova, A.A. 2021/2022, Prof. Zingirian N. - 🔗 Link didattica

Se trovate alcun problema nel codice, aprite una Issue o PR.

If you find any problem with the code, please file an Issue o PR.

Contenuto della repo

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
    • Autorization richiesta nella cartella secure tramite basic HTTP auth 🔗 RFC2617
    • Invio tramite Transfer-Encoding: chunked
  • Proxy web
    • Modalità GET in chiaro
    • Modalità CONNECT tramite TLS tunnelling
  • Socket web server

    Compilare con: gcc wsock.c -o wsock -lcrypto

    • Handshake socket
    • Comunicazione bidirezionale tra server e client

Standard di riferimento (Standards)


English

This repo contains codes developed during the Computer 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 the Standards 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

Stars

Watchers

Forks

Languages