#server #communicate #interactively #port #domain

app netcomm

与服务器进行交互式通信

1 个不稳定版本

0.1.0 2022年10月20日

#8 in #interactively

MIT 许可证

175KB
315

Netcomm

与服务器进行交互式通信。

基本上,是使用Rust编写的功能较少的netcat

用法

$ netcomm [OPTIONS] <DOMAIN> <PORT>

其中

选项-l--listen

域名是IP或URL

端口是有效的端口号(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

演示

Usage demonstration

依赖关系

~1.3–2MB
~39K SLoC