标题: BitTorrent
[打印本页]
作者: windrv
时间: 2004-3-5 00:00
标题: BitTorrent
Hi,
Anybody interested in implementing BitTorrent Specification(s) under DOS?
Please give me an email for discussion.
作者: Roy
时间: 2004-3-5 00:00
以下是引用windrv在2004-3-5 15:09:49的发言:
Hi,
Anybody interested in implementing BitTorrent Specification(s) under DOS?
Please give me an email for discussion.
Is it possible to do so?
The orginal bittorrent use python is programing language. although you can port python interpreter to dos, the proformance is really *bad*
作者: windrv
时间: 2004-3-6 00:00
以下是引用Roy在2004-3-5 20:01:21的发言:
以下是引用windrv在2004-3-515:09:49的发言:
Hi,
AnybodyinterestedinimplementingBitTorrentSpecification(s)underDOS?
Pleasegivemeanemailfordiscussion.
Isitpossibletodoso?
Theorginalbittorrentusepythonisprograminglanguage.althoughyoucanportpythoninterpretertodos,theproformanceisreally*bad*
For experts, given time it is of course possible.
Some people have already ported it to C for Linux. With some effort, that
can be done under DOS. Using Assembly could even speed it up
much more.
Any experts?
作者: Wengier
时间: 2004-3-6 00:00
Also, how about porting it to Mini-Windows 3.x?
作者: windrv
时间: 2004-3-6 00:00
以下是引用Wengier在2004-3-6 0:54:35的发言:
Also,howaboutportingittoMini-Windows3.x?
I have plan to port it to WIN32 first; and then to DOS given some
experts can join in to help.
IF our WIN32 port can run in Mini-Windows 3.x, so be it.
For those who are interested in porting BitTorrent client into real-DOS mode
using assembly or C, we are willing to patronize. Anybody interested?
The technical assumptions are:
1. under real DOS mode, packet driver is loaded for network card access
2. DOS-BitTorrent functions as a client as those Windows clients do -
participating in downloading & uploading files as the BitTorrent
specification requires and with improvements where necessary