2 unstable releases

0.2.0 Apr 2, 2023
0.1.0 Apr 2, 2023

#20 in #network-programming

29 downloads per month

MIT license

6KB

TCP Tester

github crates.io

A tool to test TCP connections.

Usage

Install

cargo install conn

Run

Connect to an address over TCP

Usage: conn --ip <IP> --port <PORT>

Options:
  -i, --ip <IP>      The IP address
  -p, --port <PORT>  The port
  -h, --help         Print help

Dependencies

~3.5–10MB
~91K SLoC