No description
Find a file
Antonio Navarro Perez ddda39b22a
Server implementation. (#90)
* Server implementation.

- Share the content of a folder as a magnet file.
- Web interface with all data needed for sharing data.
- New configuration to add several servers
- Every time the content of the server folder is changed, the magnet
file will be generated again.

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>

* Update dependencies

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>

* Use boltdb piece completion storage.

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2021-11-21 14:03:18 +01:00
.github Bump actions/setup-python from 2.2.2 to 2.3.0 (#86) 2021-11-18 11:48:05 +01:00
assets Server implementation. (#90) 2021-11-21 14:03:18 +01:00
build_tools Update dependencies and move to Go 1.17 (#81) 2021-10-08 16:15:09 +02:00
cmd/distribyted Server implementation. (#90) 2021-11-21 14:03:18 +01:00
config Server implementation. (#90) 2021-11-21 14:03:18 +01:00
fs Add and remove torrents from web interface (#84) 2021-11-16 13:13:58 +01:00
fuse Fix problems on windows (#87) 2021-11-18 20:36:07 +01:00
http Server implementation. (#90) 2021-11-21 14:03:18 +01:00
iio Update dependencies. (#56) 2021-04-25 11:00:27 +02: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 Server implementation. (#90) 2021-11-21 14:03:18 +01:00
torrent Server implementation. (#90) 2021-11-21 14:03:18 +01:00
webdav Fix problems on windows (#87) 2021-11-18 20:36:07 +01:00
.gitignore Reload server and edit configuration. (#15) 2020-11-08 18:19:25 +01:00
binary_fs.go Fix problems on windows (#87) 2021-11-18 20:36:07 +01:00
Dockerfile Change alpine golang image from 1.15 to 1.17 2021-10-08 16:34:16 +02:00
go.mod Server implementation. (#90) 2021-11-21 14:03:18 +01:00
go.sum Server implementation. (#90) 2021-11-21 14:03:18 +01: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 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.