Skip to content
/ ping Public

UNIX tool ping reimplemented 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

2 Commits
 
 
 
 
 
 

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.

About

UNIX tool ping reimplemented in Java.

Topics

Resources

Stars

Watchers

Forks

Languages