more ws doc
This commit is contained in:
parent
3a1352c8ec
commit
0f4e9af172
20
ws/README.md
20
ws/README.md
@ -2,6 +2,26 @@
|
|||||||
|
|
||||||
ws is a command line tool that should exercise most of the IXWebSocket code, and provide example code.
|
ws is a command line tool that should exercise most of the IXWebSocket code, and provide example code.
|
||||||
|
|
||||||
|
```
|
||||||
|
$ ws --help
|
||||||
|
ws is a websocket tool
|
||||||
|
Usage: ws [OPTIONS] SUBCOMMAND
|
||||||
|
|
||||||
|
Options:
|
||||||
|
-h,--help Print this help message and exit
|
||||||
|
|
||||||
|
Subcommands:
|
||||||
|
send Send a file
|
||||||
|
receive Receive a file
|
||||||
|
transfer Broadcasting server
|
||||||
|
connect Connect to a remote server
|
||||||
|
chat Group chat
|
||||||
|
echo_server Echo server
|
||||||
|
broadcast_server Broadcasting server
|
||||||
|
ping Ping pong
|
||||||
|
curl HTTP Client
|
||||||
|
```
|
||||||
|
|
||||||
## file transfer
|
## file transfer
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user