BitClient is an open-source project for a Bit torrent client, currently under active development. Written in C++ using Visual Studio, this project aims to implement core functionality for interacting with the Bit torrent network, allowing downloads faster, connecting with peers, and more.
- Bit torrent protocol support: Connect to Bit torrent network, fast downloads ⚡
- Connect with peers: Connect with other people using same protocol and transfer files
- Cross-Platform Build Support: Planning making it for Linux base systems too 🔜
- C++: Core programming language for robust performance.
- Visual Studio: Primary IDE for development.
- Visual Studio 2022 (or a similar version supporting C++ projects).
- Basic understanding of Bit torrent protocol and other concepts.
git clone https://github.com/user5012/BitClient.git
cd BitClient
- Open the
BitClient
project in Visual Studio - Configure dependencies and ensure required libraries are installed.
- Build and run the project.
Contributions are welcome! If you’d like to:
- Report bugs
- Suggest features
- Submit pull requests
Please review our Contributing Guidelines for details.
This project is licensed under the MIT License.