Skip to content

Latest commit

 

History

History

Local-Chat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Local Chat

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.

Usage

  1. Install the required libraries listed in requirements.txt file using pip:
pip3 install -r requirements.txt
  1. 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 !!!

  1. 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)

  1. Start chatting with your friends!

TODO list

  1. check users by ip
  2. create ports for chat by some hash func
  3. create secure connection between users(for sure every non chat user can listening chat by Wireshark)