The Wireless Manager Sample Demo

Location

$NitroSDK/build/demos/wm

Compilation

Move to the $NitroSDK/build/demos/wm and enter

% make

 Executable (..nef, .srl) files will be generated in

$NitroSDK/build/demos/wm/sample_name/bin/platform/target/

 For example:

$NitroSDK/build/demos/wm/simple-1/bin/ARM9-TS/Release/

 

Execution

Move to the $NitroSDK/build/demos/wm/sample_name/bin/platform/target/ directory and perform one of the following:

Description


simple-1 This is a simple feature sample that conducts communications with the MP protocol.
dataShare-1 This shares the game frame value by using the data sharing feature.
ball This moves the OBJ by using the key sharing feature.
dataShare-Model This demo has a large number of notes for the tutorial document.
wep-1 Demo that uses WEP for connection authentication during DS wireless play.
wireless-all This is a comprehensive sample of Nintendo DS wireless play.
This sample performs DS download play using the clone boot function of the MB library, and then performs data sharing communications with the distributed child device program. In addition, the connected child device program uses the file system to read data from the parent device's card via the wireless connection.
This sample uses a combination of the following sample modules.
  • $NitroSDK/build/demos/wireless_shared/wh
  • $NitroSDK/build/demos/wireless_shared/mbp
  • $NitroSDK/build/demos/wireless_shared/wfs

Operation

As of 03/02/2005, this does not operate normally on ensata. On the standard IS-NITRO-EMULATOR hardware, only wired communications are supported. If you have purchased the wireless option, wireless operation is supported.

See Also

The WM Function List

Revision History

04/10/2006 Added wireless-all
04/01/2005 Added wep-1
03/02/2005 Revised descriptions to reflect current support environment conditions.
08/17/2004 Initial Version

CONFIDENTIAL