Gå till innehåll
Just nu i M3-nätverket

Bittorrent


.mp3

Rekommendera Poster

Finns endast till mac os X på den sidan.

 

Vill du köra bit torrent i mac os 9 är det en liten specialare som måste till.

Taget från http://dessent.net/btfaq/

Max OS 9

 

"There is no official support for Mac OS 9. Further, wxPython does not seem to be ported to Mac OS 9, which means you cannot run the GUI versions. However, there is hope: you can still use BitTorrent, although it will take a little bit of extra work.

 

1. Download and install MacPython. Please refer to this page for more information on Python and Macs.

2. Download and unpack the source code to the client.

3. Option-Drag the file btdownloadheadless.py from the source code to PythonInterpreter. Then click Set unix-like command line interpreter, and enter "--url http://server/file.torrent", except substitute the actual URL of the .torrent file. This is the same as the "download" link on whatever web page offered the torrent. Select Go and the file should begin downloading. If you get an error message that ends in ImportError: cannot import name getpid, use the following procedure:

 

1. Find the file download.py from the source code (it's in the subfolder named BitTorrent) and open it with any plain-text editor.

2. Search near line 23 for the following:

 

from os import getpid, path, makedirs

 

And remove the getpid word so that the line now reads:

 

from os import path, makedirs

3. Search near line 177 for the following:

 

myid = (chr(0) * 12) + sha(repr(time()) + ' ' + str(getpid())).digest()[-8:]

 

and change it to the following:

 

myid = (chr(0) * 12) + sha(repr(time())).digest()[-8:]

4. Save the file, and retry the above procedure for downloading, hopefully this time without the error message."

Länk till kommentar
Dela på andra webbplatser

BitTorrent får vi nog prata om, med tanke på dess användningsområden... ;)

Vad använder man bittorent till?

 

förutom att dela piratkopierad musik :vissla:

Länk till kommentar
Dela på andra webbplatser

Nerladdniong av filer. Och flera företag och andra (inte pirater) använder detta.

Tack

 

 

Är det bittorent som delar upp nedladdningsmöjligheten mellan användarna? Jag har för mig att jag har läst något sådant någon gång, nånstans. Jag tror det handlade om att filerna laddades ner från flera användare samtidigt, istället för att hela filen laddas från bara en annan dator.

Länk till kommentar
Dela på andra webbplatser

Arkiverat

Det här ämnet är nu arkiverat och är stängt för ytterligare svar.



×
×
  • Skapa nytt...