Skip to content
/ ping Public

UNIX tool implemented in Java.

Notifications You must be signed in to change notification settings

maxm33/ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Ping

This version of ping uses UDP instead of the original's ICMP protocol.

Usage

  • Compile
javac ./src/*.java
  • Run the client
java src.Client <hostname>:<port> <#packets>

Important

If hostname is localhost, a local server will be started and tested.