#tcp-server #netcat #tcp #server #cli #echo-server

app teacup

一个简单的类似于 netcat 的 TCP/UDP 监听器和客户端

1 个不稳定版本

0.1.0 2021年6月20日

#4#echo-server

MIT 许可证

10KB
223

TeaCuP ☕

一个简单的跨平台 netcat 类型的 TCP/UDP 监听器和客户端。

服务器

Use as a server

USAGE:
    teacup listen [FLAGS] [OPTIONS]

FLAGS:
    -h, --help       Prints help information
        --ipv6       Tell the server to use IPv6
    -V, --version    Prints version information

OPTIONS:
    -p, --port <port>            Port to listen on
        --protocol <protocol>    Protocol: TCP or UDP [default: tcp]

客户端

Use as a client

USAGE:
    teacup connect [OPTIONS] <addr>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --data <data>            Optionally send data on connection
    -p, --protocol <protocol>    Protocol: TCP or UDP [default: tcp]

ARGS:
    <addr>    Remote address to connect to

示例

一个简单的回声服务器

USAGE:
    teacup example echo

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

依赖项

~3MB
~50K SLoC