Slashdot Mirror


Hacking The DS's Wireless

xNoLaNx writes "Darkain, maker of the remote control program for Winamp, RM-X, has been working day and night hacking the Nintendo DS and its wireless, and making a custom USB power connection for it. He has been able to monitor packets over 802.11b coming from PictoChat and more."

11 of 173 comments (clear)

  1. Clue for the clueless? by fembots · · Score: 5, Informative

    I remember when I was playing King Quest in 80's, when the king has to go to this wizard place to learn some magic. I had to resort to opening up the binary files and read some command lines to know what to do and what to pick up. I didn't have too much luck with Police Quest though, since it's more of an action-based game :)

    So now with these decoded Mario64 packets, we know to wait for yoshi in the middle of kira spa, room 1?

    Other than that, I don't know what is the use of these decoded packets.

    The USB power cable is cool, if not for the fact that we already can buy USB-powered XMas tree, desk fan and whatnot.

    1. Re:Clue for the clueless? by double-oh+three · · Score: 5, Interesting

      Why just game code? Someone should trick the thing into using it's wifi to connect to the internet. IIRC the thing has a small mic and speakers, so someone could add Skype or some other VoIP program on it

      --
      "For years, I struggled with reality... but I'm happy to say I finally won out over it." -- Elwood P. Dowd
    2. Re:Clue for the clueless? by unixbob · · Score: 5, Funny

      That would make it an N-Gage then?

      --
      The Romans didn't find algebra very challenging, because X was always 10
  2. Future Possibilities by Anonymous Coward · · Score: 5, Interesting

    Imagine sooner or later, with the right development one could load up ethereal on their DS and start monitoring the local wifi connection.
    This game system could turn into a neat little surveilance device.

  3. that's all well and good.. by jx100 · · Score: 5, Interesting

    The Nitro project is actually working on tunnelling games over the internet. I believe they're using some of this guy's data as help, but they're also doing other stuff.

  4. Wake-On-LAN by z3021017 · · Score: 5, Interesting

    I hope somebody finds a way to hack WoL capability for the DS.

    I thought one of the best things about these new handhelds (PSP included) was that you could play people you didn't know by just 'beeping' them whenever they were in range.

    --
    Bored? Visit my exciting counter page!
  5. DS as general-purpose internet client by ewg · · Score: 5, Interesting

    I was disappointed to learn that the DS doesn't support networking beyond local links to other DSs.

    With Wi-fi support in every unit, I'd pay $30 for a "game" cartridge with an internet suite based on Opera or maybe the mobile Mozilla technology. Give me a web browser, IMAP client, AIM, and maybe an RSS reader and I'm good.

    Hopefully something like this is on the way, something a little more portable than my laptop.

    --
    org.slashdot.post.SignatureNotFoundException: ewg
    1. Re:DS as general-purpose internet client by vandoravp · · Score: 5, Interesting

      Actually it seems almost perfect with two screens. One shows a thumbnail of the whole page, the other shows a blow up of a small portion that you can easily move around.

  6. LAN tunnel for the DS by agtorange · · Score: 5, Interesting

    I can already see someone making a LAN tunneler program for the DS that use a good old wireless router and a program on the computer to grant players the power to play online. It might work something like this. You bring up the program and it gives you list of games you pick a game and then pick a "room" depending on the game the "room" might hold more or less players. The room would fool the DS into thinking it near these other player as if they are in the same physical room. Once in the "room" you can simpley turn on the DS load up the game like metroid hunters and its game on!

  7. AiroPeek NX? by bagofcrap · · Score: 5, Interesting

    from the article:

    List of things you need to get started:
    * TWO (or more) Nintendo DS Units
    * A WiFi card of some kind
    * AiroPeek NX software package

    AiroPeek NX?
    hmm... sounds interesting... *click* *click*

    Its 3.5 grand for a copy w/ a 12 month support contract!?!

    Not to sound cheap (cos I am), but um, thats a bit of an investment for what sounds like etheral w/ tcpdump on windows.
    Anyone with experience w/ Airopeek mind sharing all the cool stuff it can do?

  8. you don't need AiroPeek NX, free software works by chizu · · Score: 5, Informative

    I've been doing most of the same stuff as Darkain has, but under Linux using all free software. Ethereal/tcpdump doesn't keep the raw 802.11b packets needed to see all of the DS data, but AirSnort does. AirSnort will record to pcap format and then you can mess with the packets in Ethereal. Just a heads up for those who don't want to pay for AiroPeek and still want to mess with low level wireless stuff (like the Nintendo DS).