gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS homebrew announcements > lilou Nds Combox

#145211 - liloumaster - Mon Nov 12, 2007 8:14 pm

I finished my NDS project. So, if you want to used it, you're welcome to download it from http://masterlilou.wordpress.com/

screen shots
http://masterlilou.wordpress.com/screen-shot/

Lilou Combox box is a complete communication box for your DS. It allows you to transfer files with different protocols : FTP and HTTP. It allows you to download or upload files on your private network or on Internet. Lilou HTTP allows you to explore files over internet (similar to your file explorer on your PC). With this, you can download your files, favourite homebrew, video on your ds without extracting your card, micro DS.Lilou FTP allows you to run either a FTP server a FTP client on your DS. With this, you can download your music sound, video on your ds without extracting your card, micro DS ? It allows you to transfer files between 2 DS, your computer and a FTP server on Internet.

More functionalities are now included : a wifi free hot spot scanner, a file explorer, a line editor, a RSS reader?.

The load of wifi firmware config is now available in version 1.1.


Oh, i put only french RSS flows, so if someone has the courage to deliver an english version, he's welcome : use an xml editor to make it.

Special warning : Many populars applications that uses the fatlib seems to have files corruption problem : tftp, DSOrganize, ?. I didn?t known if it?s linked to the couple wifi/fatlib or to the hardware of micro SD cards. So be aware. I should say : never reset your DS when the application is writing information on your card.


Last edited by liloumaster on Thu Nov 15, 2007 11:54 pm; edited 1 time in total

#145214 - pas - Mon Nov 12, 2007 8:41 pm

Cool, thx

EDIT: Uhm... What about using the internal wifi cofiguration in the DS ? (I really don't feel like configuring all that stuff just because of that one program...

#145217 - liloumaster - Mon Nov 12, 2007 9:11 pm

pas wrote:
Cool, thx

EDIT: Uhm... What about using the internal wifi cofiguration in the DS ? (I really don't feel like configuring all that stuff just because of that one program...


Why not, if someone has the source, post it, i will integrate it.

#145226 - tepples - Mon Nov 12, 2007 10:46 pm

liloumaster wrote:
pas wrote:
What about using the internal wifi cofiguration in the DS ?

Why not, if someone has the source, post it, i will integrate it.

DSOrganize can use and even edit the internal Wi-Fi configuration. It also has GPL source code.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#145267 - melw - Tue Nov 13, 2007 9:47 am

liloumaster wrote:
pas wrote:
Cool, thx

EDIT: Uhm... What about using the internal wifi cofiguration in the DS ? (I really don't feel like configuring all that stuff just because of that one program...


Why not, if someone has the source, post it, i will integrate it.


Code:
Wifi_AutoConnect();


:)

#145273 - pas - Tue Nov 13, 2007 1:24 pm

Now thats short ^^.

#145283 - liloumaster - Tue Nov 13, 2007 7:49 pm

The loading of the internal wifi is done in version 1.1.

Upload it and give me a feedback

#145578 - liloumaster - Sun Nov 18, 2007 1:10 pm

liloumaster wrote:
The loading of the internal wifi is done in version 1.1.

Upload it and give me a feedback


And ?

#145595 - pas - Sun Nov 18, 2007 6:36 pm

It does still not work for me... I tried several feeds, but none worked. Though other Homebrews like DSOrganize and DS2key work fine.

#145598 - liloumaster - Sun Nov 18, 2007 8:48 pm

pas wrote:
It does still not work for me... I tried several feeds, but none worked. Though other Homebrews like DSOrganize and DS2key work fine.


Is it linked to the wifi connection or to the feed ?

#145599 - pas - Sun Nov 18, 2007 9:19 pm

I think it's linked to the wifi connection, cause it does not even connect succesfully and just keeps moving the 3 sprites around like forever..

#145602 - liloumaster - Sun Nov 18, 2007 10:00 pm

pas wrote:
I think it's linked to the wifi connection, cause it does not even connect succesfully and just keeps moving the 3 sprites around like forever..


Ok, proceed as following :
go to configure wifi menu
select "int firm" button for loading the nintendo wifi config
check the SSI and the WIFI key (if wrong re-reslect "int-firm")
try the connect AP button until you find the right config
save the config when it's successfull

if you have a new ds, select the latest wifi version "0.3.1"

That's all

I check dsorganize.... bis bald

#145627 - coolmos - Mon Nov 19, 2007 12:25 pm

liloumaster, thanks for this great program!

even wardriving :-)

With regard to the FTP, i have a question:

i am setting up the DS as server, and use the PC (through Total Commander) as a client. The connection is made, commands are exchanged, and then the process halts at the LIST comand where it should get the directory from the server (DS). Any ideas what i am doing wrong?

#145639 - liloumaster - Mon Nov 19, 2007 8:04 pm

coolmos wrote:


i am setting up the DS as server, and use the PC (through Total Commander) as a client. The connection is made, commands are exchanged, and then the process halts at the LIST comand where it should get the directory from the server (DS). Any ideas what i am doing wrong?


I install Total Commander, and i didn't find any problem.

I put the config here http://masterlilou.files.wordpress.com/2007/11/totalcommander.jpg

I hoppe it helps you

#145640 - MasterMan - Mon Nov 19, 2007 8:04 pm

Thank you for this great suit.
Could you tell us how to use the http client? I need to create the Cftpbmrk.txt file myself. What must i put in it? Could you do it so we could type the URL to parse?
Also, the FTP server doesn't work here. I turn it on, listening on port. In PC side: Firefox, Internet Explorer 7 and DOS's FTP, i try the address ftp://user2:pass@192.168.0.1 but it does'n work. Nothing is shown but the DS upper screen fills with debug text.

FlashFXP 3.4.0 debug window:
Code:
[L] Connecting to 192.168.0.1 -> IP=192.168.0.1 PORT=21
[L] Connected to 192.168.0.1
[L] 220 Browser Ftp Server.
[L] USER user2
[L] 331 Password required for this user.
[L] PASS (hidden)
[L] 230 User Logged In.
[L] SYST
[L] 215 UNIX Type: L8
[L] FEAT
[L] 211-Features:
[L]  CLNT
[L]  MDTM
[L]  MODE Z
[L]  REST STREAM
[L]  SIZE
[L] 211 End
[L] CLNT FlashFXP 3.4.0.1145
[L] 200 Ok.
[L] CWD /
[L] 250 CWD command successful.
[L] PWD
[L] 257 "/" is current directory.
[L] TYPE A
[L] 200 ASCII transfer mode active.
[L] PASV
[L] 227 Entering Passive Mode (192,168,0,1,0,100)
[L] Opening data connection IP: 192.168.0.1 PORT: 100
[L] LIST -al
[L] 150 Connection accepted.

#145651 - liloumaster - Mon Nov 19, 2007 11:03 pm

MasterMan wrote:


1) the Cftpbmrk.txt file
2) Firefox
3) Internet Explorer 7
4) DOS's FTP, i try the address ftp://user2:pass@192.168.0.1 but it does'n work.


Ok

1) I missed the file in my zip. So download the new zip (version 1.3) http://www.playeradvance.org/forum/attachment.php?attachmentid=977&d=1195401015

2) firefox : i try it connects to nds are it seems that it never connect to the data port ? I search on the web but i didn't find any topic on this subject. BUT, FIREFTP WORKS. So, you have an alternative.

3) I have ie 6 and i'm happy it's WORKS. I never did it before, i missed this command ftp://user2:pass@192.168.1.4
the result => http://masterlilou.files.wordpress.com/2007/11/ie.jpg. One restriction : you have to type or bookmark ftp://user2:pass@192.168.1.4 either it does not connect ?!!? Strange behavior of IE ??? but what a pleasure to browse with common tools. When you finished your task, press Y button "a while" to quit ftp server.

4) for dosftp, i install it, try it it and it works
Code:

[R] 227 Entering Passive Mode (192,168,1,4,0,100)
[R] Opening data connection IP: 192.168.1.4 PORT: 100
[R] LIST -al
[R] 150 Connection accepted.
[R] 226 Transfer complete.
[R] List Complete: 3 KB in 2,22 seconds (1,5 KB/s)
[R] CWD Apps
[R] 250 CWD command successful.
[R] PWD
[R] 257 "/Apps" is current directory.
[R] PASV
[R] 227 Entering Passive Mode (192,168,1,4,0,100)
[R] Opening data connection IP: 192.168.1.4 PORT: 100
[R] LIST -al
[R] 150 Connection accepted.
[R] 226 Transfer complete.
[R] List Complete: 982 bytes in 2,09 seconds (0,5 KB/s)


Oh, i remember one restriction, the ftp server didn't support very long file name, i never fix this problem (may be a too small stack as usual).
So, rename it or put the file in another dir than /.

good luck

Good news today : ie 6, fireftp, dosftp are working.

lilou

#146247 - starstremr - Sat Dec 01, 2007 9:52 am

what does it mean when you get a

transmit:err_netdown

#148248 - liloumaster - Thu Jan 03, 2008 10:24 pm

starstremr wrote:
what does it mean when you get a

transmit:err_netdown


Don't care

This exception is raised when a transmit framed cannot be sent.