Skip to content

L-lawliet76/ChatOverLAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatOverLAN

ChatOverLAN is a project developed to facilitate video and audio communication over a Local Area Network (LAN). This application allows users to connect via webcam and microphone, providing a simple way to chat over the network. Please note that this project works on LAN and, for using on Android, you will need Pydroid 3 Premium. It is recommended to try it on a PC for better experience.

Contributing

Contributions are welcome! If you'd like to contribute to ChatOverLAN, please follow these steps:

  1. Fork the repository and create your branch from main.
  2. Make your changes and test them thoroughly.
  3. Ensure your code follows the project's coding conventions.
  4. Commit your changes with clear and descriptive messages.
  5. Push your changes to your fork.
  6. Create a pull request to merge your changes into the main repository.

Thank you for contributing to ChatOverLAN!

Installation

To use ChatOverLAN, follow these steps:

  1. Clone the repository:
    git clone https://github.com/L-lawliet76/ChatOverLAN
  2. Install the required dependencies:
    pip install -r requirements.txt

Usage

To use ChatOverLAN, run the server and client scripts as follows:

python HereWeGo.py

or,

  1. Start the server:
    python server.py
  2. Start the client:
    python client.py

For additional setup and usage instructions, please refer to the comments in the code.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Languages