This repository contains simple Python scripts for a basic TCP server and client, created as part of my learning journey through Black Hat Python. The server accepts incoming TCP connections, prints ...
This project demonstrates the differences between TCP and UDP protocols through Python socket programming. The applications measure latency, packet loss, and throughput across both types of ...