Main program for a secured client-srver communication.

This commit is contained in:
damien 2025-06-18 11:08:40 +02:00
parent a472b62e19
commit 2f3f9f47aa
6 changed files with 337 additions and 21 deletions

View file

@ -1 +1,11 @@
Test
## 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
```