feat: c++ pragma 방식 => protocol buffer로 직렬화 수정 및 클라이언트 python gui 앱으로 변경

This commit is contained in:
bumpsoo 2026-02-08 14:59:16 +09:00
parent a88b22b177
commit cd192d4ec4
14 changed files with 305 additions and 371 deletions

View file

@ -5,7 +5,8 @@ RUN apt-get update && apt-get install -y \
make \
g++ \
libboost-all-dev \
libssl-dev
libssl-dev \
protobuf-compiler
COPY . /app
WORKDIR /app