Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 442 Bytes

File metadata and controls

6 lines (5 loc) · 442 Bytes

This repository contains Python scripts for a UDP Pinger assignment, along with an explanatory report.

The uploaded files contain:

  • Python code for the client application. It sends 10 ping messages to the server and handles responses.
  • Python code for the server application. Simulates 30% packet loss and responds to client pings.
  • Detailed explanation of the assignment, including objectives, implementation details, and results.