Commit 65d02fc4 authored by chenhaowen01's avatar chenhaowen01 Committed by GitHub

Update README.md

parent 44a0b482
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\_, /\_,_/\_,_/\__/ \_,_/_/ \__/\___/_/_/_/ \_, /\_,_/\_,_/\__/ \_,_/_/ \__/\___/_/_/_/
/___/ A third-party drcom client for gdut. /___/ A third-party drcom client for gdut.
这是一个适用于广东工业大学的第三方 drcom 客户端(drcom 5.2.1p),支持 Linux (包括OpenWrt等用于路由器的发行版)与Windows。 这是一个适用于广东工业大学的第三方 drcom 客户端(drcom 5.2.1p),支持 Linux (包括OpenWrt等用于路由器的发行版)与Windows。从1.6版本之后添加了切换校验加密的选项 --enable-crypt,现在按理来说应该也是支持其他学校的5.2.1p版的drcom客户,如果有其他学校的同学想要试用或者移植到你们学校,请联系我(chenhaowen01@qq.com)。
# install # install
* OpenWrt * OpenWrt
* 使用 opkg(推荐) * 使用 opkg(推荐)
...@@ -47,13 +47,14 @@ cd gdut-drcom\src ...@@ -47,13 +47,14 @@ cd gdut-drcom\src
mingw32-make CC=gcc mingw32-make CC=gcc
``` ```
# usage # usage
```bash ```
gdut-drcom gdut-drcom
--remote-ip <ip addr> The server ip. --remote-ip <ip addr> The server ip.
[--remote-port <port>] The server port, default as 61440. [--remote-port <port>] The server port, default as 61440.
[--keep-alive1-flag <flag>] The keep alive 1 packet's flag. [--keep-alive1-flag <flag>] The keep alive 1 packet's flag.
default as 00. default as 00.
   [--enable-crypt]                   Enable crypt of keep alive1 packet2.
[-c, --config-file <file>] The path to config file. [-c, --config-file <file>] The path to config file.
[-h, --help] Print this message. [-h, --help] Print this message.
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment