No description
Find a file
Antonio Navarro Perez fce348e7ac
Update mkdocs.yml
2021-10-08 12:26:01 +02:00
.github Update mkdocs.yml 2021-10-08 12:26:01 +02:00
assets Update handlebars.min.js 2021-05-23 19:05:12 +02:00
build_tools Move from logrus to zerolog. (#45) 2021-03-10 10:54:56 +01:00
cmd/distribyted Modify configuration structure. (#49) 2021-04-04 19:24:58 +02:00
config Modify configuration structure. (#49) 2021-04-04 19:24:58 +02:00
fs Update dependencies. (#56) 2021-04-25 11:00:27 +02:00
fuse Update dependencies. (#56) 2021-04-25 11:00:27 +02:00
http Move from logrus to zerolog. (#45) 2021-03-10 10:54:56 +01:00
iio Update dependencies. (#56) 2021-04-25 11:00:27 +02:00
mkdocs Organize docs. (#80) 2021-10-08 11:52:37 +02:00
stats Improve web interface. (#27) 2021-01-02 20:09:05 +01:00
templates Modify configuration structure. (#49) 2021-04-04 19:24:58 +02:00
torrent Modify configuration structure. (#49) 2021-04-04 19:24:58 +02:00
webdav Modify configuration structure. (#49) 2021-04-04 19:24:58 +02:00
.gitignore Reload server and edit configuration. (#15) 2020-11-08 18:19:25 +01:00
binary_fs.go Implement logrus, fix httpFs 2020-07-14 13:55:08 +02:00
Dockerfile Docker image (#22) 2020-11-14 16:28:50 +01:00
go.mod Update dependencies. (#56) 2021-04-25 11:00:27 +02:00
go.sum Update dependencies. (#56) 2021-04-25 11:00:27 +02:00
http_fs.go Reload server and edit configuration. (#15) 2020-11-08 18:19:25 +01:00
LICENSE Create LICENSE 2020-07-28 10:43:38 +02:00
Makefile Docker image (#22) 2020-11-14 16:28:50 +01:00
README.md Organize docs. (#80) 2021-10-08 11:52:37 +02: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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

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