Page 1 of 1
connect to router in game?
Posted: Tue Jun 25, 2013 5:22 pm
by codycox.c
Is it possible for me to connect my ds lite to my router in game without using one of the retail games?
Re: connect to router in game?
Posted: Tue Jun 25, 2013 9:30 pm
by elhobbs
the ds lite does not have a builtin utility to edit the wifi connection data like the dsi or 3ds. however you can scan for access points using dswifi. you would need a way to select the right ap and provide a wep key if needed. the dswifi source wifi_arm9.c in particular Wifi_AutoConnect and Wifi_AssocStatus can show you what you need to do. autoconnect from the saved profile is much simpler for end users though.
out of curiosity - what are you working on?
Re: connect to router in game?
Posted: Wed Jun 26, 2013 7:12 am
by codycox.c
I am working on an online pong game that lets people on ds and computers play together.