Add comprehensive documentation

- docs/architecture.md: module structure, data flow, threading model (Mermaid diagrams)
- docs/protocol.md: complete wire protocol specification with packet formats
- docs/user-guide.md: server & client usage, CLI reference, troubleshooting
- docs/docker.md: Docker, Compose, registry push, deployment options
- Update docker-compose.yml with Gitea registry image tags

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-03-31 13:06:14 +04:00
parent d71a3a4e71
commit 6a70e05454
5 changed files with 877 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
services:
btest-server:
build: .
image: git.manko.yoga/manawenuz/btest-rs:latest
container_name: btest-server
ports:
- "2000:2000/tcp"
@@ -12,6 +13,7 @@ services:
# Server with authentication enabled
btest-server-auth:
build: .
image: git.manko.yoga/manawenuz/btest-rs:latest
container_name: btest-server-auth
ports:
- "2010:2000/tcp"