ookami125/Zig-Torrent
A torrent client written in pure zig
An multi-file torrent client using an event and coroutine system
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
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.
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
$ 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.
git clone https://github.com/ookami125/Zig-Torrent.git
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".
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the GNU GPLv3 License. See LICENSE.txt
for more information.
Tyler Peterson - [email protected]
Project Link: https://github.com/ookami125/Zig-Torrent