Category: Nintendo DS

DSFTP v2.6 (NDS Application)

DSFTP is a full-fledged FTP server, with the additional ability to boot .nds files directly from the FTP prompt (currently only tested on SuperCard CF and SD, but should work on most).

DSFTP is a stand-alone program that you can use to run a FTP server on your DS. It is also a software component that makes it easy for you to add an FTP server to your own program with a couple lines of code. With this, you can speed up the build process radically, because you can upload the new version of your program to your own running program, and reboot it immediately. This can even be automated via the command line. No swapping of flash cards ever again!

Changes:

o Fixed hangs on some hardware combinations
o Fixed bug which caused directory contents not to be reported correctly
o Introduced new config option “transferblocksize”

Leave feedback here: http://forum.gbadev.org/viewtopic.php?t=12101&start=60

http://giesler.biz/bjoern/en/sw_dsftp.html

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments
libSSL v0.1.3 (NDS misc)

libSSL is a modification of a C SSL Library (YaSSL) to work under DS limited system. My main goal was to simplify many of the complex encryption and connection functions to make a simple and easy-to-use helper ready to use with PAlib.

Release notes:

New version released! The best update in this version is that I removed many unused functions and some files, so it’s smaller and faster. I fixed some random functions and made them similar to PAlib random function. Download it inside libSSL section, in the sidebar. ;D

http://luccax.sg-php.com/

This article is over 2 years old — the linked page may have changed, moved, or been taken over since then.

By · 0 comments