No description
Find a file
dependabot[bot] 15c72452de
Bump actions/cache from 2.1.6 to 2.1.7 (#94)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 00:00:49 +01:00
.github Bump actions/cache from 2.1.6 to 2.1.7 (#94) 2021-11-29 00:00:49 +01:00
assets Server implementation. (#90) 2021-11-21 14:03:18 +01:00
build_tools Use go:embed for statics (#92) 2021-11-21 18:31:47 +01:00
cmd/distribyted Add HTTPFS implementation (#93) 2021-11-23 13:05:49 +01:00
config Add HTTPFS implementation (#93) 2021-11-23 13:05:49 +01:00
fs Add HTTPFS implementation (#93) 2021-11-23 13:05:49 +01:00
fuse Fix problems on windows (#87) 2021-11-18 20:36:07 +01:00
http Add HTTPFS implementation (#93) 2021-11-23 13:05:49 +01:00
iio Add HTTPFS implementation (#93) 2021-11-23 13:05:49 +01:00
log Improve logs (#89) 2021-11-20 20:57:25 +01:00
mkdocs Bump mkdocs from 1.2.2 to 1.2.3 in /mkdocs (#85) 2021-11-16 13:27:34 +01:00
templates Add HTTPFS implementation (#93) 2021-11-23 13:05:49 +01:00
torrent Add HTTPFS implementation (#93) 2021-11-23 13:05:49 +01:00
webdav Add HTTPFS implementation (#93) 2021-11-23 13:05:49 +01:00
.gitignore Reload server and edit configuration. (#15) 2020-11-08 18:19:25 +01:00
Dockerfile Change alpine golang image from 1.15 to 1.17 2021-10-08 16:34:16 +02:00
go.mod Add HTTPFS implementation (#93) 2021-11-23 13:05:49 +01:00
go.sum Add HTTPFS implementation (#93) 2021-11-23 13:05:49 +01:00
http_fs.go Use go:embed for statics (#92) 2021-11-21 18:31:47 +01:00
LICENSE Create LICENSE 2020-07-28 10:43:38 +02:00
Makefile Update dependencies and move to Go 1.17 (#81) 2021-10-08 16:15:09 +02:00
README.md Fix problems on windows (#87) 2021-11-18 20:36:07 +01:00

Releases Contributors Forks Stargazers Issues GPL3 License Coveralls Docker Image


Logo

distribyted

Torrent client with on-demand file downloading as a filesystem.

Report a Bug · Request Feature

About The Project

Distribyted Screen Shot

Distribyted is an alternative torrent client. It can expose torrent files as a standard FUSE mount or webDAV endpoint and download them on demand, allowing random reads using a fixed amount of disk space.

Distribyted tries to make easier integrations with other applications using torrent files, presenting them as a standard filesystem.

Note that distribyted is in alpha version, it is a proof of concept with a lot of bugs.

Use Cases

  • Play multimedia files on your favorite video or audio player. These files will be downloaded on demand and only the needed parts.
  • Explore TBs of data from public datasets only downloading the parts you need. Use Jupyter Notebooks directly to process or analyze this data.
  • Play your ROM backups directly from the torrent file. You can have virtually GBs in games and only downloaded the needed ones.

Documentation

Check here or here for further documentation.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Any contribution is welcome, but some areas need more care than others:

  • Windows and macOS tests and compatibility. I don't have any easy way to test distribyted on these operating systems.
  • Web interface. Web development is not my forte.

License

Distributed under the GPL3 license. See LICENSE for more information.