1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../../css/nitro.css">
8<TITLE>WM Demos</TITLE>
9</HEAD>
10<BODY>
11<H1>Wireless Manager Sample Demo</H1>
12
13<H2>Location</H2>
14<P><CODE>$TwlSDK/build/demos/wm</CODE></P>
15
16<H2>Compilation</H2>
17<P>Move to the <CODE>$TwlSDK/build/demos/wm</CODE> directory and enter</P>
18<BLOCKQUOTE><CODE>% make</CODE></BLOCKQUOTE>
19<P>&nbsp;Compiling will begin, and the SRL executable file and the NEF or TEF files having binary information will be generated in <CODE>$TwlSDK/build/demos/wm/(sample name)/bin/(platform)/(target)/</CODE>.</P>
20<BLOCKQUOTE></BLOCKQUOTE>
21<P>&nbsp;For example:</P>
22<BLOCKQUOTE><CODE>$TwlSDK/build/demos/wm/mp_simple-1/bin/ARM9-TS/Release/main.srl</CODE></BLOCKQUOTE>
23<P>will be the executable file for the <CODE>mp_simple-1</CODE> demo.</P>
24
25<H2>Execution</H2>
26<H3>For NITRO ROMs</H3>
27
28<P>If using IS-NITRO-DEBUGGER:</P>
29<UL>
30<LI>Load and execute an NLF file with IS-NITRO-DEBUGGER.
31<LI>Execute an SRL file with IS-NITRO-DEBUGGER
32<LI>Execute an SRL file with IS-NITRO-DEBUGGER using the <CODE>loadrun.exe</CODE> tool from a command line.
33</UL>
34<P>If using IS-TWL-DEBUGGER:</P>
35<UL>
36<LI>Load and execute an NLF file with IS-TWL-DEBUGGER
37<LI>Execute an SRL file with IS-TWL-DEBUGGER
38<LI>Execute an SRL file with IS-TWL-DEBUGGER using the <CODE>loadrun.TWL.exe</CODE> tool from a command line
39</UL>
40<H3>For TWL/NITRO Hybrid ROMs</H3>
41<P>If using IS-NITRO-DEBUGGER:</P>
42<UL>
43<LI>Execute an SRL file with IS-NITRO-DEBUGGER
44<LI>Execute an SRL file with IS-NITRO-DEBUGGER using the <CODE>loadrun.exe</CODE> tool from a command line
45</UL>
46<P>If using IS-TWL-DEBUGGER:</P>
47<UL>
48<LI>Load and execute a TLF file with IS-TWL-DEBUGGER
49<LI>Execute an SRL file with IS-TWL-DEBUGGER
50<LI>Execute an SRL file with IS-TWL-DEBUGGER using the <CODE>loadrun.TWL.exe</CODE> tool from a command line
51</UL>
52<H3>For TWL Limited ROMs</H3>
53<P>If using IS-TWL-DEBUGGER:</P>
54<UL>
55<LI>Load and execute a TLF file with IS-TWL-DEBUGGER
56<LI>Execute an SRL file with IS-TWL-DEBUGGER
57<LI>Execute an SRL file with IS-TWL-DEBUGGER using the <CODE>loadrun.TWL.exe</CODE> tool from a command line
58</UL>
59
60<H2>Description</H2>
61
62
63<TABLE width="720">
64  <TBODY>
65    <TR>
66<TH>Name</TH>
67<TH>Directory</TH>
68<TH>Operation</TH>
69    </TR>
70    <TR>
71<TD width="187"><CODE>mp_simple-1</CODE></TD>
72<TD><CODE>demos</CODE></TD>
73<TD width="525">This is a simple feature sample that conducts communications with the MP protocol.</TD>
74    </TR>
75    <TR>
76<TD width="187"><CODE>dataShare-1</CODE></TD>
77<TD><CODE>demos</CODE></TD>
78<TD width="525">This shares the game frame value by using the data sharing feature.</TD>
79    </TR>
80    <TR>
81<TD width="187"><CODE>dataShare-Model</CODE></TD>
82<TD><CODE>demos</CODE></TD>
83<TD width="525">This demo has a large number of notes for the tutorial document.</TD>
84    </TR>
85    <TR>
86<TD width="187"><CODE>wep-1</CODE></TD>
87<TD><CODE>demos</CODE></TD>
88<TD width="525">Demo that uses WEP for connection authentication during DS Multi-Card Play.</TD>
89    </TR>
90    <TR>
91<TD width="187"><CODE>wireless-all</CODE></TD>
92<TD><CODE>demos</CODE></TD>
93<TD width="525">This is a comprehensive sample of DS Multi-Card Play.<br>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 through the wireless connection. <br><br> This sample uses a combination of the following sample modules.
94<ul>
95<li><CODE>$TwlSDK/build/demos/wireless_shared/wh</CODE></li>
96<li><CODE>$TwlSDK/build/demos/wireless_shared/mbp</CODE></li>
97<li><CODE>$TwlSDK/build/demos/wireless_shared/wfs</CODE></li>
98</ul>
99</TD>
100    </TR>
101    <TR>
102<TD width="187"><CODE>wmPadRead-child</CODE></TD>
103<TD><CODE>demos</CODE></TD>
104<TD width="525">This child program is delivered by the mpldemo/mpdlntr2rvl demo recorded in RevoEX--the development kit for Wii network functions.</TD>
105    </TR>
106    <TR>
107<TD width="187"><CODE>listenOnly</CODE></TD>
108<TD><CODE>demos</CODE></TD>
109<TD width="525">This sample initializes the wireless system in receive-only mode and performs passive scanning without the power LED flashing at variable speed.</TD>
110    </TR>
111  </TBODY>
112</TABLE>
113
114<H2>Operation</H2>
115<P>The WM library demos will not work with <CODE>ensata</CODE>.</CODE></P>
116<P>The <CODE>wireless-all</CODE> and <CODE>wmPadRead-child</CODE> demos work only in NTR mode.</P>
117
118<H2>See Also</H2>
119<P><A href="../../wm/list_wm.html">The WM Function List</A></P>
120
121<H2>Revision History</H2>
122<P>
1232008/07/11 Changed descriptions corresponding to TWL.<br> 2007/11/12 Added <CODE>listenOnly</CODE>.<BR> 2007/05/18 Added <CODE>wmPadRead-child</CODE>.<BR> 2006/04/10 Added <CODE>wireless-all</CODE>.<br> 2005/04/01 Added <CODE>wep-1</CODE>.<br /> 2005/03/02 Revised descriptions to reflect current support environment conditions.<br /> 2004/08/17 Initial version.<br>
124</P>
125
126<hr><p>CONFIDENTIAL</p></body>
127</HTML>