Jump to content

davr

Members+
  • Posts

    5
  • Joined

  • Last visited

davr's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I get about 40 networks just sitting in front of my computer. mario kart WFC only finds about 6 or 7 usually. so it must be filtering out the low signal strength ones, or maybe ones with encryption methods the DS doesn't support (WPA?) If I walk to the top floor of my apt. building and hold it out over the railing, i get like 150 networks. crazy, eh?
  2. 3 minor typos, "stdlib.h" should be lowercase, and you should only use forward slashes in #includes wifistripped/arm9/source/arm9.c:12:20: error: Stdlib.h: No such file or directory wifistripped/arm9/source/arm9.c:18:24: error: sys\socket.h: No such file or directory wifistripped/arm9/source/arm9.c:19:24: error: netinet\in.h: No such file or directory thanks though, this will save me some work, i was planning on doing the same thing.
  3. cross-posting this here... http://forum.gbadev.org/viewtopic.php?p=67649#67649 This is very very alpha code, a quick hack of sgstair's udp test. Basically, if you run linux on your desktop, you can use your DS to control XMMS (a media player, clone of winamp). http://rorexrobots.com/ds/wifi_xmms_0.001.tgz http://rorexrobots.com/ds/wifi_xmms_0.001_src.tgz Also, the wifi_lib_test project was modified to compile with libnds. You'll probably have to fiddle with the Makefile a bit to get it to compile for you. (if you use the source) Usage: 1. Compile & run udp_test.c on your machine which has xmms running 2. Run wifi_test_xmms.nds on your DS 3. Connect to your AP (same as sgs's original wifi test) 4. Run "UDP Test" on the DS 5. Change the 'DestIP' if needed...it defaults to the gateway IP 6. Controls: (When in the 'UDP Experimenter' screen) LEFT - Prev track RIGHT - Next track UP - Raise volume DOWN - Lower volume A - Pause START - Play SELECT - Stop R - Toggle shuffle NOTE: You need 'rexima' installed on your pc for volume control to work.
  4. i've updated my mines demo & modifed 2d example, so should work on newest dualis (possibly on hardware too). also i wrote a new one (birds). they are all linked from here: http://rorexrobots.com/ds/
  5. Check out my demos, I threw together a quick simple webpage here: http://rorexrobots.com/ds
×
×
  • Create New...