BornaSepic / tcp-ping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCP Pinging application built in Java

Usage

  1. Clone the project
  2. Compile the code using gradlew build

Parmeters

-p #Run the app in Pitcher mode

-c #Run the app in Catcher mode

-port <port> # [Pitcher] TCP socket port for connection
             # [Catcher] TCP socket port for listening
             
-bind <ip_address> [Pitcher] TCP server socket address

-mps <rate> [Pitcher] # messages per second

-size <size> [Pitcher]  # message size in bytes

<hostname> [Pitcher]  # name of the machine the server is running on

About


Languages

Language:Java 100.0%