Code refactoring

This commit is contained in:
mirai
2023-03-08 18:59:38 +03:00
parent 0f066d367f
commit a8f296c0f1
11 changed files with 88 additions and 67 deletions
+4 -59
View File
@@ -13,70 +13,15 @@
All you need it's to run web-server and connect to them via client
# Server run
# Run
## Linux
For linux its required to have python3.10
### Create and activate virtual environment python
```
chmod +x run_server.sh
python main.py
```
```
./run_server.sh <port>
```
## Windows
```
python -m venv venv
```
```
venv/scripts/Activate
```
```
pip install -r requirements.txt
```
```
sanic server.server.app -H 0.0.0.0 -p <port>
```
# Client run
## Linux
For linux its required to have python3.10
```
chmod +x run_client.sh
```
```
./run_client.sh
```
## Windows
```
python -m venv venv
```
```
venv/scripts/Activate
```
```
pip install -r requirements.txt
```
```
python client/client.py
```
## How crypting works?
# How crypting works?
* Client making priv key
* Server making symmetric key