netcomm

Crates.ionetcomm
lib.rsnetcomm
version0.1.0
sourcesrc
created_at2022-10-20 15:30:32.16477
updated_at2022-10-20 15:30:32.16477
descriptionCommunicate with servers interactively
homepage
repositoryhttps://github.com/secondary-smiles/netcomm
max_upload_size
id692540
size200,772
(secondary-smiles)

documentation

README

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

Commit count: 39

cargo fmt