----------------------------------------------------------------------- - Stupid Wifi Debug NDS - - a Simple and Stupid Debug Package for Your NDS Homebrew - - Written by Ville Helin in 2006 - ----------------------------------------------------------------------- This is LGPL software. Please read the file LICENSE for further instructions. 1. DESCRIPTION Using the included piece of source code you can make your dswifilib enabled homebrew project send debug output to the stupid debug server (also inside the package). Very primitive, but very useful. The NDS ARM9 side client code just sends UDP packets to the server, which just prints the interiors into stderr. And you have to send that debug data yourself, using the two supplied functions stupidWifiDebugSendString() stupidWifiDebugSendInt() This certainly is no rocket science. ;) But after switching to this I could use the DS's second screen for something else than debug listings. 2. CLIENT Change the server name and port in the sources, and include the files to your NDS project (ARM9 side). Call the debug functions to send your debug data to the server. 3. SERVER Change the server port (in main.c), and compile the server. Currently the server has only been compiled under Linux, but should compile elsewhere as well. 4. CONTACT If you have any questions, feel free to contact me at vhelin#iki.fi. 5. VERSION HISTORY v1.1 - (22-Aug-2006) * The client side now closes the socket it uses, nicely v1.0 - (06-Aug-2006) * Initial release 6. LEGAL STUFF This software is under LGPL, and you use it at your risk. I take no responsibility for anything.