kendanniswara / LibtorrentWiBed

GNU General Public License v2.0
0 stars 0 forks source link

Mechanism to stop the torrent #12

Open kendanniswara opened 9 years ago

kendanniswara commented 9 years ago

Plan is to look at rtorrent 'download completed' event and send message to the server. server collect the message,

Then after all nodes received the message. some command are dispatched from server to all node to stop rtorrent

kendanniswara commented 9 years ago

Done, Modification happens in .rtorrent.rc and 3 shell scripts addition that should always inside openwrt nodes /root/scripts/

Script will read if download is completed by using hash_done event and contact each other with alfred. When all finished then they close screen, rtorrent, and (TO BE DONE: remove torrent file)

All node (including seeder) must have wibed_pathquality.txt file and all node (including seeder) also included in the textfile.

After i found out how to add folder with extra files to github, i'll close this issue.

zavalyshyn commented 9 years ago

Ken, I guess you can add anything to the repository just by cloning it to your local computer, adding necessary files or folders and then committing the changes back to the repository.