Skip to content

A client-server Ping Pong application based on User Datagram Protocol

Notifications You must be signed in to change notification settings

amandascm/UDP-Ping-Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

UDP Ping Pong

This is a project developed by mesps, amandascm, tta13, Luis-Alves2 and Washhh for the 'Infraestrutura da comunicação' (Communication Infrastructure) discipline of CIn-UFPE. The client side determines the number of pings that will be sent to the server and the server side determines the artificial loss rate (to simulate the loss of messages in a communication with unreliable data transfer, since it is based on the User Datagram Protocol).

Execution

Server execution:

$ python3 server_UDP.py serverIP serverPort

Client execution:

$ python3 client_UDP.py serverIP serverPort

About

A client-server Ping Pong application based on User Datagram Protocol

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages