#88467 - code-g - Mon Jun 19, 2006 5:59 pm
How would one go about this task? Would this be programmed for the ds or the pc. If pc I may take on this task if someone can provide me with the detials on how everything works.
~Code-g
#88473 - josath - Mon Jun 19, 2006 6:11 pm
What exactly are you attempting to do?
#88476 - code-g - Mon Jun 19, 2006 6:20 pm
Programming a simple http client so wmb doesnt have to be used
#88479 - tepples - Mon Jun 19, 2006 6:23 pm
An HTTP client would be programmed on the DS, connecting to an existing HTTP server on the PC. Get a TCP/IP driver from sgstair's web site, and then implement the client side of the protocol described in RFC 2616.
First make an HTTP client that can write a .nds file to the CF/SD card, and then use the code from MoonShell to launch the .nds.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#88490 - code-g - Mon Jun 19, 2006 7:28 pm
I already have apache server running with mysql and php.
@Tepples: Can u refrase that just a bit?
#88504 - Sausage Boy - Mon Jun 19, 2006 8:42 pm
1. Get Wifi driver
2. Implement http protocol
3. Make the program save nds file to CF/SD card (or ram?)
4. Use Moonshell's code to launch it
_________________
"no offense, but this is the gayest game ever"
#88508 - code-g - Mon Jun 19, 2006 9:04 pm
Thank you.
#88511 - JaJa - Mon Jun 19, 2006 9:56 pm
Didn't someone already do this?
Yes. http://forum.gbadev.org/viewtopic.php?t=9827&start=0
_________________
LAWL HOOGE
My Blog
#88515 - code-g - Mon Jun 19, 2006 10:50 pm
Yes they have but not in the manor im doing this one. This one should elminte the need for wbm.