Remote Touch DS by Tobias W. Kjeldsen
-------------------------------------
Remote Touch DS gives you the opportunity to remote-control your computers mouse, keyboard and other things from your Nintendo DS hand-held console. This solution is not like remote desktop, but more like an advanced remote control.

Dummy guide: Remote Touch DS is a client-server based solution. Therefore you will ned to 
have a daemon/server up and running on the computer you want to remote control.
The daemon/server is located inside the "server"-folder. To start the server
launch the commandline/terminal and and type "rtdsserver_multi-win.exe portnumber-here ex.: 7777".
After you have started the server you will see a line like this: "Server is running on TCP/UDP port:????".
Now copy the .nds from the "client"-folder to your cartridge and connect to the servers
hostname/IP with the servers portnumber. (You can find your servers IP-address in Windows if you type:
"ipconfig" in commandline.)

On Windows (step by step, by mongule):
	1. Open up Run form the start menu and type CMD then run that

	2. Check your IP-address with "ipconfig" in command prompt

	3. Then still in command prompt, got to wherever you have the server folder EX: c:\server\

	4. Then write rtdsserver_multi-win.exe 235( or whichever port you want) hit enter, it should run now, on windows 7 it asked me for permission with the firewall

	5. Put the client folder on your flashcart, and run it

	6. Enter IP-address of your computer(now server) and the port choose earlier

	"server"-folder 
		contains server binary for Windows. 
		Start the server from commandline with port arguments or run rtdsserver.exe -help
		(Remember to have "cygwin1.dll", when using Windows, in the same folder as server-binary.)
	
	"client"-folder
		contains Nintendo DS binary. 
		Put this on your cartridge of choice, with DLDI support of course.
		Will use your default WFC data.
	
At the moment only a Windows-version of the server is available, but a OSX and *unix version will also be done.