# TCP Tester [github](https://github.com/wcygan/conn) [crates.io](https://crates.io/crates/conn) A tool to test TCP connections. ## Usage ### Install ```bash cargo install conn ``` ### Run ``` Connect to an address over TCP Usage: conn --ip --port Options: -i, --ip The IP address -p, --port The port -h, --help Print help ```