An multi-file torrent client using an event and coroutine system
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
The main goal of this project is to remove a lot of small projects I've made like an RSS file downloaded and an media sorter. This client's goal is to remove those while holding to some other standards.
- All torrent files should work
- Allow moving of media without breaking the connection
- Automate pulling of new content based on plugins
- Http client so client is headless by default but works on any device
Use the GETTING_STARTED.md
to get started.
All that should be needed is a
zig build -Doptimize=ReleaseFast run
If that doesn't work
- Currently only supports linux
- zig version
$ zig version 0.12.0-dev.2058+04ac028a2
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/ookami125/Zig-Torrent.git
- Build with zig
zig build -Doptimize=ReleaseFast
- Add Changelog
- Support DHT and other ways of getting torrent info
- Support multiple ways of changing a torrent (move files, delete, sparce download)
See the open issues for a full list of proposed features (and known issues).
Any contributions you make are greatly appreciated, but under my full discretion as how and when the change gets in.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU GPLv3 License. See LICENSE.txt
for more information.
Tyler Peterson - [email protected]
Project Link: https://github.com/ookami125/Zig-Torrent