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.
- Install the required libraries listed in
requirements.txt
file usingpip
:
pip3 install -r requirements.txt
- Run
main.py
to create server.
python3 main.py
after running the script print S parameter(to create server)
!!! be sure to save the key that the program will give you !!!
- Also run
main.py
, but now we gonna connetct to the server as client.
python3 main.py
after running the script print C parameter(for connection to the server)
- Start chatting with your friends!
- check users by ip
- create ports for chat by some hash func
- create secure connection between users(for sure every non chat user can listening chat by Wireshark)