From c628cc19258cf1af9f9bf23de02ddcaf9475887c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 18 Aug 2021 12:59:09 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 86537b3..290fd68 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ make install ## 服务端使用 +> 以下所有交互均可粘连,如:`PASSWORDget100quit`将实现建立连接+获得看板,`PASSWORDcatquit`将建立连接并获取数据。 + ### 0. 启动程序 ```bash @@ -83,6 +85,9 @@ simple-kanban [-d] 7777 1 ./kanban.txt ./data.bin ./cfg.sp - 发送:头+新的数据 - 返回:succ +### 6. 退出 +- 发送:quit + ## 简易客户端使用 本程序自带一个简易客户端`client.c`,编译后名为`simple-kanban-client`,能够实现所有和服务端的交互功能。