https://github.com/mili-tan/mtcping
A simple ping-over-tcp tool
https://github.com/mili-tan/mtcping
Last synced: 6 months ago
JSON representation
A simple ping-over-tcp tool
- Host: GitHub
- URL: https://github.com/mili-tan/mtcping
- Owner: mili-tan
- License: mit
- Created: 2020-10-31T01:05:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T12:27:38.000Z (10 months ago)
- Last Synced: 2025-04-05T15:02:33.938Z (7 months ago)
- Language: C#
- Homepage:
- Size: 50.8 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mTcping
A simple ping-over-tcp tool
```
wget https://t.mili.one/tcping -O /usr/bin/tcping
chmod +x /usr/bin/tcping
```
```
mTcping - A simple Ping over TCP tool
Copyright (c) 2021 Milkey Tan. Code released under the MIT License
Usage: mTcping [options]
Arguments:
host Target host address
port Target host port
Options:
-?|-h|--help Show help information
-t Tcping target host until you type Ctrl+C to stop
-c|--count Number of echo requests to send
-i
参数:
host 指定的目标主机地址。
port 指定的目标主机端口。
选项:
-?|-h|--help 展示更多帮助信息。
-t Tcping 指定的主机,直到键入 Ctrl+C 停止。
-a|--async Async Tcping 指定的主机,异步快速模式。
-c|--count 要发送的回显请求数。
-i