You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program allows you to create a channel in the local network for communication between users through the use of a secret key that is generated when a server is created at the host.
4
+
5
+
# Usage
6
+
7
+
1. Install the required libraries listed in `requirements.txt` file using `pip`:
8
+
9
+
```
10
+
pip3 install -r requirements.txt
11
+
```
12
+
13
+
2. Run `main.py` to create server.
14
+
15
+
```
16
+
python3 main.py
17
+
```
18
+
after running the script print S parameter(to create server)
19
+
20
+
!!! be sure to save the key that the program will give you !!!
0 commit comments