Skip to content

Implemented server code simulates 30% packet loss. Client sends 10 ping messages via UDP, waiting up to 1 sec for a reply. If none, "Request timed out" is printed; otherwise, ping number, received message, and RTT calculation are displayed.

Notifications You must be signed in to change notification settings

dogai/UDP-Pinger-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implemented server code simulates 30% packet loss. Client sends 10 ping messages via UDP, waiting up to 1 sec for a reply. If none, "Request timed out" is printed; otherwise, ping number, received message, and RTT calculation are displayed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages