CTF-spied-conversation/README.md

11 lines
No EOL
170 B
Markdown

## Server
```bash
python main.py server 127.0.0.1 8999 --path chat_example.json
```
## Client
```bash
python main.py client 127.0.0.1 8999 --path chat_example.json
```