# TCP Tester
[](https://github.com/wcygan/conn)
[](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
```