feat: c++ pragma 방식 => protocol buffer로 직렬화 수정 및 클라이언트 python gui 앱으로 변경
This commit is contained in:
parent
a88b22b177
commit
cd192d4ec4
14 changed files with 305 additions and 371 deletions
19
client/README.md
Normal file
19
client/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
## c++ cli 클라이언트 대신하는 python gui client
|
||||
|
||||
- tkinter 사용
|
||||
- protocol buffer 사용
|
||||
|
||||
## protocol buffer 빌드
|
||||
|
||||
```bash
|
||||
protoc --python_out=. Protocol.proto -I ../proto
|
||||
```
|
||||
|
||||
## python 설치 및 실행
|
||||
|
||||
```bash
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
python main.py
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue