El Hobito’s Wifi Setup App 0.2

El Hobito has updated his WiFi Setup application to v0.2. As stated in his first release, this is “a series of methods which allow the simple implementation and initialisation of wifi on the nintendo ds platform. The goal is to help developers by negating the need to write tedious code to connect and setup wifi therefore allowing them to concentrate on the game/application they are building.” El Hobito plans to enable the settings editor and firmware saving as well as DHCP,TCP,WEP,WPA support (when it becomes available). The new features in this version include:

  • Access point searching! (currently stylus driven, button control will come later)
  • Crash fixed when connection to an access point fails
  • a load of fixes here and there
  • PA_enableWifi() and its opposite are no longer required

Here’s a list of known issues at the current time:

  • Access point searching currently takes ip settings from the first profile.
  • The example App is rubbish!
  • There is currently no way to edit settings.
  • Doesn’t support DHCP,TCP,WEP,WPA or firmware saving.
  • You still need to manually change the destip on the example in main.c in order for udp_test to receive messages.
  • type exit to exit the test app (the keyboard that launches after connecting).
  • Main.c is where your code should go (i will integrate it all and separate the example later).
  • you must use static ip, no WEP and have firmware settings.

Download [WiFi Setup App v0.2 Binary + Source]

El Hobito has updated his WiFi Setup application to v0.2. As stated in his first release, this is “a series of methods which allow the simple implementation and initialisation of wifi on the nintendo ds platform. The goal is to help developers by negating the need to write tedious code to connect and setup wifi therefore allowing them to concentrate on the game/application they are building.” El Hobito plans to enable the settings editor and firmware saving as well as DHCP,TCP,WEP,WPA support (when it becomes available). The new features in this version include:

  • Access point searching! (currently stylus driven, button control will come later)
  • Crash fixed when connection to an access point fails
  • a load of fixes here and there
  • PA_enableWifi() and its opposite are no longer required

Here’s a list of known issues at the current time:

  • Access point searching currently takes ip settings from the first profile.
  • The example App is rubbish!
  • There is currently no way to edit settings.
  • Doesn’t support DHCP,TCP,WEP,WPA or firmware saving.
  • You still need to manually change the destip on the example in main.c in order for udp_test to receive messages.
  • type exit to exit the test app (the keyboard that launches after connecting).
  • Main.c is where your code should go (i will integrate it all and separate the example later).
  • you must use static ip, no WEP and have firmware settings.

Download [WiFi Setup App v0.2 Binary + Source]

Add a Comment

Your email address will not be published. Required fields are marked *