Skip to content

๐ŸŒ A TCP ping utility to determine reachability of a TCP port.

Notifications You must be signed in to change notification settings

lvillis/tcping-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

55 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Table of Contentsโ†—๏ธ

tcping-rs

๐ŸŒ A TCP ping utility to determine reachability of a TCP port, using Rust.


Installation

This project is built with Rust and Cargo. To install Rust and Cargo, follow the instructions here.

To build the project, navigate to the project directory and run:

cargo build --release

This will create an executable in the ./target/release directory.

Running

To run the executable, navigate to the ./target/release directory and run:

./target/release/tcping

Usage

tcping <host:port> [-c count] [-t]

Where:

  • host:port is the host and port to ping
  • -c count is the number of times to ping the host (default: 4)
  • -t enables continuous pinging
  • -h displays help
  • -V displays version

About

This tool allows you to measure the latency to a server using TCP. It is built with Rust and uses the clap library for command line argument parsing.

About

๐ŸŒ A TCP ping utility to determine reachability of a TCP port.

Resources

Stars

Watchers

Forks

Packages

No packages published