Slashdot Mirror


Blog Torrent Beta Released

chatooya writes "Downhill Battle has released the first public preview of Blog Torrent a "simplified" BitTorrent package that they developed because, "Making it easy to blog large video files means that people can share their home movies the same way they share their photos or writings." Features include: integrated torrent creation and upload, simple non-MySQL installation, and an RSS feed for every tracker. Currently Windows only on the client side, but Mac and Linux versions are in the works."

1 of 125 comments (clear)

  1. Re:How can this work on a small scale? by Anonymous Coward · · Score: 5, Informative

    Well, theoretically the overhead of bittorrent is not much higher than that of simply running an FTP server (assuming the tracker server is also seeding the file, which would be necessary in this situation). So, if only one person is downloading the file, then it would be better to just run an FTP server. but, as soon as a second person joins the torrent, the first person starts uploading to them, offloading some of the bandwidth burden from the tracker server.

    pretty simple