Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

New Auto-Seeding Torrent Server Released 240

ludwigvan968 writes "The University of Texas New Media Initiative in association with Google's Summer of Code program have been working on a project to make sharing files over the internet easier than ever before. Summer of Code intern Evan Wilson just released Project Snakebite, the first fully automatic BitTorrent server. Just as with a normal webserver, you drop files in a folder to share them. Snakebite takes care of generating torrent files and running a tracker and a seeder for each file. Additionally, it builds a user-customizable link page with all of your files. It will even register your Snakebite server with an easy to remember URL for people that can't remember their IP. Snakebite is free and open software and is currently released for Debian. It's fully portable to both Windows and OS X and the developers just need some help packaging it."
This discussion has been archived. No new comments can be posted.

New Auto-Seeding Torrent Server Released

Comments Filter:
  • by thehunger ( 549253 ) on Tuesday August 29, 2006 @07:38AM (#15998821)
    With an unattended, fully automatic, open torrent server, how are you going to stop it from being filled with trash (ie. pr0n, infected files, illegal material) etc?
  • Re:Source (Score:1, Insightful)

    by Anonymous Coward on Tuesday August 29, 2006 @07:52AM (#15998863)
    For those wondering where the source code is (the website isnt really your typical open source project breed), this app is written in Python. Something quite interesting the article failed to mention.

    Your post isn't for those wondering where the source code is, it's for those wondering in what language the app is written.

    An answer for those wondering where the source code is would state where the source code is.
  • by mlwmohawk ( 801821 ) on Tuesday August 29, 2006 @08:13AM (#15998926)
    Illegally obtaining files that are copyrighted is a crime NOT just in the USA. It's a crime everywhere.Everyone knows that. Do you?

    I know the law quite well, and I have had to advise many engineers on the subject. My comment was not about performing an illegal act with intent, I am speaking about mere accusation and the damage that causes in this country. RIAA identifies you as a "file sharer," via bit torrent.

    Make no mistake, jail is the least of your worries. Just being accused by RIAA or MPIAA is enough to bankrupt you and make sure your children don't go to collage.

    The "If you aren't doing anything wrong, you don't have anything to worray about" mind set is foolish. We *ALL* have something to worry about, and being anonymous is vital to maintain a free state. Which, IMHO, the U.S.A. is no longer.

  • Re:Source (Score:2, Insightful)

    by painQuin ( 626852 ) <painQuin@gmail.com> on Tuesday August 29, 2006 @08:29AM (#15998991) Homepage
    It seems that Python is the language of BitTorrent...
  • by MerrickStar ( 981213 ) on Tuesday August 29, 2006 @09:13AM (#15999138)
    Hve you never heard of possesion of stolen property? I realize there are differences making the analogy difficult, but there are parrallels as well. Just because the law says the uploading is the crime, don't count yourself invincible because you only download.
  • by Fred Porry ( 993637 ) on Tuesday August 29, 2006 @09:30AM (#15999218)
    Yeah, so theres no problem, because who would want copyright-protected files? My Grandfather singing and dancing, thats the stuff they want! Paris Hilton's new song or even pornography that is copyright-protected by law? Come on, seriously! ...
  • by hacker ( 14635 ) <hacker@gnu-designs.com> on Tuesday August 29, 2006 @09:41AM (#15999268)

    Oops! Another case of not testing your software before you release it.

    # dpkg -i snakebite-rc3.deb
    Selecting previously deselected package snakebite.
    (Reading database ... 100410 files and directories currently installed.)
    Unpacking snakebite (from snakebite-rc3.deb) ...
    Setting up snakebite (1.1) ...
    Adding system startup for /etc/init.d/snakebite ...
    /etc/rc0.d/K20snakebite -> ../init.d/snakebite
    ...
    aphrodite:/tmp# /etc/init.d/snakebite start
    Starting Snakebite...Traceback (most recent call last):
    File "/usr/bin/snakebite", line 16, in ?
    from BitTorrent.defaultargs import get_defaults
    ImportError: No module named defaultargs
    .

An authority is a person who can tell you more about something than you really care to know.

Working...