The Wireless Manager Sample Demo


Location

$NitroSDK/build/demos/wm

Compilation

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

% make

The executable files (.nef, and .srl files ) are 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.

Operation

This does not operate on the TEG board. Also, as of 08/17/2004, it does not operate normally on ensata, and on the IS-NITRO-EMULATOR hardware, only wired communications are supported.

See Also

The WM Function List

Revision History

08/17/2004 Initial Version