Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSeeding files AND torrent #1583
Comments
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@jhiesey I'm still trying to figure this out ? Our dweb-mirror is currently running off your #rescan branch and not sure if I can switch back to the main branch yet? |
This comment has been minimized.
This comment has been minimized.
|
Sorry, I never got this upstreamed. That's entirely my fault. I'll get that fixed this weekend! |
This comment has been minimized.
This comment has been minimized.
|
Thanks ... trying to tie up some loose ends before Dweb camp, and would love to be showing webtorrent p2p between clients with the master coming from an anaemic RPI :-) |
This comment has been minimized.
This comment has been minimized.
|
Any luck ? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Thanks |
This comment has been minimized.
This comment has been minimized.
|
Finally released in webtorrent 0.105.0 |
This comment has been minimized.
This comment has been minimized.
|
Thanks - I'll switch to that release |
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I’m trying to find out how to use WebTorrent (or Bittorrent) to seed files downloaded by other means.
The logic would be that I’ve got a subset of the files, and a torrent file, in a directory, and I want to add them into WebTorrent or BitTorrent.
This will be running in somewhat bandwidth constrained situations, so in this case I have to avoid downloading the rest of the files in the Torrent.
I was assuming that I'd pass the torrent to WebTorrent along with a place to find the files references, bit looking at https://webtorrent.io/docs and the code, it seems that:
Am I missing something ?