View Single Post
  #1 (permalink)  
Old October 28th, 2009
arne_bab's Avatar
arne_bab arne_bab is offline
Draketo, small dragon.
 
Join Date: May 31st, 2002
Location: Heidelberg, Germany
Posts: 1,881
arne_bab is a great assister to others; your light through the dark tunnel
Default A simple Gnutella tracker + fileserver (in Python)

Hi,

For a long time I wanted to create a Gnutella tracker which serves as centralized alt-loc resource, but I only now have the coding skills to do so


-> ArneBab / gnutella_tracker / overview - bitbucket.org

"A simple file-tracker for Gnutella You can put files into the 'files' folder which then are made available via magnet links with alternate locations. Also it implements the x-alt protocol to learn about more alternate locations."

If you just want to test how it works, the magnet on the following page should allow you to download a test picture, as long as I keep the server running (not quite sure how long that will be...):

- http://edrikor.dyndns.org:8000/

To get the source, you can either use Mercurial

Code:
hg clone https://bitbucket.org/ArneBab/gnutella_tracker/
or just get the current snapshot:
-> http://bitbucket.org/ArneBab/gnutell...er/get/tip.zip

Just start it with

Code:
python gnutella_tracker.py
You can then access the server at http://127.0.0.1:8000
Please tell me if/how well it works for you!

Best wishes,
Arne

PS: The reason for creating this centralized fileserver is to have a first source of data, similar to what BitTorrent trackers provide. Also Communities can form around fileservers (it's easy to disable the serving of files and replace it with just storing the metadata).

PPS: This tracker is currently only tested with Phex. I don't yet know if/how well it works with other programs. If the magnet-download works, please tell me!
__________________

-> put this banner into your own signature! <-
--
Erst im Spiel lebt der Mensch.
Nur ludantaj homoj vivas.
GnuFU.net - Gnutella For Users
Draketo.de - Shortstories, Poems, Music and strange Ideas.
Reply With Quote