Main program for a secured client-srver communication.
This commit is contained in:
parent
a472b62e19
commit
2f3f9f47aa
6 changed files with 337 additions and 21 deletions
12
README.md
12
README.md
|
@ -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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue