Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou 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

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.

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 ilTransfer-Encoding: chunked
  • Server web
    • Invio di file statici nella cartella del server
    • Autorization richiesta nella cartellasecure tramite basic HTTP auth 🔗RFC2617
    • Invio tramiteTransfer-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 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

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp