DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2008-02-09 13:22:48

DaveN
Member
Registered: 2008-01-12
Posts: 21

BitTorrent Software Development Kit embedded in the DNS-323

I just read a January 7, 2008 D-Link press release at http://www.dlink.com/press/pr/?prid=378 and was surprised to see the following statement:
Currently, the latest BitTorrent Software Development Kit (SDK) is embedded in the D-Link DNS-323 storage unit, allowing it to act as a media hub for BitTorrent-enabled content.

According to http://www.bittorrent.com/devices/sdk.html the bittorrent SDK should include:
Key Benefits
-Complete BitTorrent protocol implementation
-Low CPU, memory and ROM footprints
-Fully documented HTTP API for easy integration
-Web browser-based user interface
-Compatible with BitTorrent DNATM content delivery service
-Certification and support from BitTorrent experts
Features include:
-Automatic bandwidth management
-Distributed Hash Table (DHT) support for trackerless torrents.
-UPnP and NAT-PMP port mapping
-Single thread and single port for multiple torrents
-Multi-tracker extension support
-Fair-trade extension
-Fast resume
-HTTP seed support
-BitTorrent DNA compatible

Has anyone seen a "Web browser-based user interface" for bittorrent on their DNS-323?  I haven't (using the 1.04 firmware).

Am I missing something here?  Was the press release premature and referring to a future fw upgrade, or am I mininterpreting it somehow?

Cheers,
Dave

Offline

 

#2 2008-02-11 09:28:01

Stu274
Member
Registered: 2008-01-09
Posts: 8

Re: BitTorrent Software Development Kit embedded in the DNS-323

I havnt seen anything yet but for the love of god it cant be that hard, how friggin long is it going to take them to get thier shit together.

Offline

 

#3 2008-02-11 15:33:32

petter
Member
Registered: 2008-02-11
Posts: 9

Re: BitTorrent Software Development Kit embedded in the DNS-323

There is an embryo in /web/web/usr/bt.asp but it hasnt been linked in to the current pages.
I do not think it is implemented at all, but the pages are ready.

/Petter

Offline

 

#4 2008-02-11 22:33:33

jules
Member
Registered: 2008-01-26
Posts: 78

Re: BitTorrent Software Development Kit embedded in the DNS-323

On my CH3SNAS there is something else...

/sys/crfs/sbin/bt_torrents

/sys/crfs/sbin/linkscript
sh script invoked at the end of my /etc/rc.sh

Code:

#!/bin/sh
#if [ -d /mnt/HD_a4/.BT ]; then
#       ln -s /mnt/HD_a4/.BT/libcrypto.so.0.9.7 /lib/libcrypto.so.0.9.7
#       ln -s /mnt/HD_a4/.BT/libcrypto.so.0.9.7 /lib/libcrypto.so
#       ln -s /mnt/HD_a4/.BT/libcrypto.so.0.9.7 /lib/libcrypto.so.0
#       ln -s /mnt/HD_a4/.BT/libssl.so.0.9.7 /lib/libssl.so.0.9.7
#       ln -s /mnt/HD_a4/.BT/libssl.so.0.9.7 /lib/libssl.so.0
#       ln -s /mnt/HD_a4/.BT/libssl.so.0.9.7 /lib/libssl.so
#       ln -s /mnt/HD_a4/.BT/libcurl.so.4.0.0 /lib/libcurl.so.4.0.0
#       ln -s /mnt/HD_a4/.BT/libcurl.so.4.0.0 /lib/libcurl.so
#       ln -s /mnt/HD_a4/.BT/libcurl.so.4.0.0 /lib/libcurl.so.4.0
#       ln -s /mnt/HD_a4/.BT/btget /bin/btget
#       ln -s /mnt/HD_a4/.BT/btlist /bin/btlist
#       ln -s /mnt/HD_a4/.BT/chk_bt /bin/chk_bt
#       chk_bt
#elif [ -d /mnt/HD_a2/.BT ]; then
if [ -d /mnt/HD_a2/Nas_Prog/BT ]; then
        ln -s /mnt/HD_a2/Nas_Prog/BT/libcrypto.so.0.9.7 /lib/libcrypto.so.0.9.7
        ln -s /mnt/HD_a2/Nas_Prog/BT/libcrypto.so.0.9.7 /lib/libcrypto.so
        ln -s /mnt/HD_a2/Nas_Prog/BT/libcrypto.so.0.9.7 /lib/libcrypto.so.0
        ln -s /mnt/HD_a2/Nas_Prog/BT/libssl.so.0.9.7 /lib/libssl.so.0.9.7
        ln -s /mnt/HD_a2/Nas_Prog/BT/libssl.so.0.9.7 /lib/libssl.so.0
        ln -s /mnt/HD_a2/Nas_Prog/BT/libssl.so.0.9.7 /lib/libssl.so
        ln -s /mnt/HD_a2/Nas_Prog/BT/libcurl.so.4.0.0 /lib/libcurl.so.4.0.0
        ln -s /mnt/HD_a2/Nas_Prog/BT/libcurl.so.4.0.0 /lib/libcurl.so
        ln -s /mnt/HD_a2/Nas_Prog/BT/libcurl.so.4.0.0 /lib/libcurl.so.4.0
        ln -s /mnt/HD_a2/Nas_Prog/BT/btget /bin/btget
        ln -s /mnt/HD_a2/Nas_Prog/BT/btlist /bin/btlist
        ln -s /mnt/HD_a2/Nas_Prog/BT/chk_bt /bin/chk_bt
        chk_bt
else
        echo "BT didn't install"
fi

As described here http://dns323.kood.org/forum/p5186-2007 … html#p5170 these should be the leftovers of the dlink 1.04b28 firmware that appeared to have bittorrent functionalities... but i won't call it "Embedded BitTorrent Software Development Kit (SDK)"... maybe they will finally add a true bittorrent support in the next stable firmware release, that press release is just plain wrong.


CH3SNAS - Black Box Ed. • FW:1.03b6a • 2 x WD5000AAKS

Offline

 

#5 2008-02-12 00:16:11

Dlink
Member
Registered: 2007-11-21
Posts: 106

Re: BitTorrent Software Development Kit embedded in the DNS-323

There was some experimental work in early 1.04 development stages with a BT client(non official) however we removed it as you can see from the change log. We are however partnered with BitTorrent now and we are in the process of a fully implemented BT client using BT's newest SDK. The statement is partially incorrect as it is not available to public yet however it is infact being implemented in the DNS-323. It is a feature expected to be finished in the next 1.05 firmware which hopefully we can roll out quicker than 1.04 smile.

Offline

 

#6 2008-02-12 00:34:39

jules
Member
Registered: 2008-01-26
Posts: 78

Re: BitTorrent Software Development Kit embedded in the DNS-323

Dlink wrote:

There was some experimental work in early 1.04 development stages with a BT client(non official) however we removed it as you can see from the change log. We are however partnered with BitTorrent now and we are in the process of a fully implemented BT client using BT's newest SDK. The statement is partially incorrect as it is not available to public yet however it is infact being implemented in the DNS-323. It is a feature expected to be finished in the next 1.05 firmware which hopefully we can roll out quicker than 1.04 smile.

Cool!


CH3SNAS - Black Box Ed. • FW:1.03b6a • 2 x WD5000AAKS

Offline

 

#7 2008-02-12 04:42:46

Goose90053
New member
Registered: 2008-01-11
Posts: 3

Re: BitTorrent Software Development Kit embedded in the DNS-323

Dlink wrote:

It is a feature expected to be finished in the next 1.05 firmware

Nice! I am Looking forward to it.
Also, I really appreciate you taking the time to post this information here.
Engagement like this from the manufacturer has a huge impact on my decisions when shopping for gadgets.

Offline

 

#8 2008-02-13 12:00:19

Stu274
Member
Registered: 2008-01-09
Posts: 8

Re: BitTorrent Software Development Kit embedded in the DNS-323

I now prey daily for its release....


Dlink wrote:

There was some experimental work in early 1.04 development stages with a BT client(non official) however we removed it as you can see from the change log. We are however partnered with BitTorrent now and we are in the process of a fully implemented BT client using BT's newest SDK. The statement is partially incorrect as it is not available to public yet however it is infact being implemented in the DNS-323. It is a feature expected to be finished in the next 1.05 firmware which hopefully we can roll out quicker than 1.04 smile.

Offline

 

#9 2008-02-15 11:34:16

cipo80
Member
From: Vicenza - Italy
Registered: 2007-12-18
Posts: 13

Re: BitTorrent Software Development Kit embedded in the DNS-323

Stu274 wrote:

I now prey daily for its release....


Dlink wrote:

There was some experimental work in early 1.04 development stages with a BT client(non official) however we removed it as you can see from the change log. We are however partnered with BitTorrent now and we are in the process of a fully implemented BT client using BT's newest SDK. The statement is partially incorrect as it is not available to public yet however it is infact being implemented in the DNS-323. It is a feature expected to be finished in the next 1.05 firmware which hopefully we can roll out quicker than 1.04 smile.

Why? I've installed mldonkey by shadowandy with bt and edonkey...and working very good...since 2 month ago i've donload up to 300GB and sent 200GB over bt network smile

Offline

 

#10 2008-02-15 17:01:17

LosOutlandos
New member
Registered: 2008-02-15
Posts: 1

Re: BitTorrent Software Development Kit embedded in the DNS-323

hi! is this official torrent support coming to the dns-313 too?

Offline

 

#11 2008-02-17 10:11:42

Stu274
Member
Registered: 2008-01-09
Posts: 8

Re: BitTorrent Software Development Kit embedded in the DNS-323

Feel free to come around to my place & set mine up then if your so cleaver....


cipo80 wrote:

Stu274 wrote:

I now prey daily for its release....


Dlink wrote:

There was some experimental work in early 1.04 development stages with a BT client(non official) however we removed it as you can see from the change log. We are however partnered with BitTorrent now and we are in the process of a fully implemented BT client using BT's newest SDK. The statement is partially incorrect as it is not available to public yet however it is infact being implemented in the DNS-323. It is a feature expected to be finished in the next 1.05 firmware which hopefully we can roll out quicker than 1.04 smile.

Why? I've installed mldonkey by shadowandy with bt and edonkey...and working very good...since 2 month ago i've donload up to 300GB and sent 200GB over bt network smile

Offline

 

#12 2008-02-18 00:48:21

fickle
Member
From: Melbourne, Australia
Registered: 2007-09-10
Posts: 249

Re: BitTorrent Software Development Kit embedded in the DNS-323

DLink are expecting to put torrent support on 1.05. cross your fingers i guess

Offline

 

#13 2008-02-20 08:04:03

DaveN
Member
Registered: 2008-01-12
Posts: 21

Re: BitTorrent Software Development Kit embedded in the DNS-323

Dlink wrote:

It is a feature expected to be finished in the next 1.05 firmware

Thanks for the confirmation!  It will be a nice improvement - even despite the fact that this functionality can be fun_plug'd as others have pointed out.

Cheers,
Dave

Offline

 

#14 2008-02-28 05:21:17

CamBendy
New member
Registered: 2008-02-02
Posts: 4

Re: BitTorrent Software Development Kit embedded in the DNS-323

Dlink wrote:

... it is infact being implemented in the DNS-323. It is a feature expected to be finished in the next 1.05 firmware...

Yay!!!!!!

Would prefer inbuilt support rather than a hack/mod. Much easier to support the folks....

Dlink wrote:

...which hopefully we can roll out quicker than 1.04 smile.

LMAO....  doesn't sound like that will be hard!

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB