You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A network project implementing TCP communication with Reno and Cubic congestion control algorithms. Additionally, the project includes a Reliable UDP (RUDP) implementation. The project demonstrates protocol behavior and performance under different network conditions.
⍺-MON anonymizes network traffic in real time. This software process network traffic on input interfaces to remove privacy sensitive information transmitted in clear by protocols. Then, it transmits anonymized traffic on the output interfaces.
Wireshark Projects: Wireshark is a basic tool for observing the messages exchanged between executing protocol entities and is called a packet sniffer. My reading from the lab are available here.
This repository contains the implementation of a SOCKS v5 proxy developed for the Protocolos de Comunicación course @ ITBA. It allows for secure and private communication between a client and a server, while providing authentication and authorization mechanisms.