#server #communicate #interactively #port #domain

app netcomm

Communicate with servers interactively

1 unstable release

0.1.0 Oct 20, 2022

#6 in #interactively

21 downloads per month

MIT license

175KB
315 lines

Netcomm

Communicate with servers interactively.

Basically, netcat with fewer features made in Rust

Usage

$ netcomm [OPTIONS] <DOMAIN> <PORT>

Where

OPTIONS are -l or --listen

DOMAIN is an IP or URL

PORT is a valid port number (u16)

$ netcomm -h
Communicate with servers interactively

Usage: netcomm [OPTIONS] <DOMAIN> <PORT>

Arguments:
  <DOMAIN>
  <PORT>

Options:
  -l, --listen   Run in listen mode
  -h, --help     Print help information
  -V, --version  Print version information

Demonstration

Usage demonstration

Dependencies

~1.4–2MB
~39K SLoC