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.
Contributions are welcome! If you'd like to contribute to ChatOverLAN, please follow these steps:
- Fork the repository and create your branch from
main
. - Make your changes and test them thoroughly.
- Ensure your code follows the project's coding conventions.
- Commit your changes with clear and descriptive messages.
- Push your changes to your fork.
- Create a pull request to merge your changes into the main repository.
Thank you for contributing to ChatOverLAN!
To use ChatOverLAN, follow these steps:
- Clone the repository:
git clone https://github.com/L-lawliet76/ChatOverLAN
- Install the required dependencies:
pip install -r requirements.txt
To use ChatOverLAN, run the server and client scripts as follows:
python HereWeGo.py
or,
- Start the server:
python server.py
- Start the client:
python client.py
For additional setup and usage instructions, please refer to the comments in the code.
This project is licensed under the MIT License - see the LICENSE file for details.