1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-05 00:10:29 +08:00

Update README.md

This commit is contained in:
源文雨
2021-08-18 12:59:09 +08:00
committed by GitHub
parent a5c6343b4a
commit c628cc1925

View File

@@ -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`,能够实现所有和服务端的交互功能。