1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 table.table, table.table td, table.table th 50 { 51 border-collapse: collapse; 52 background-color: white; 53 } 54 55 table.table 56 { 57 width: auto; 58 margin: 1em; 59 position : static; 60 font-family : Arial; 61 } 62 63 table.table td, table.table th 64 { 65 padding: 0.2em; 66 } 67 68 table.table td.number, table.table th.number 69 { 70 text-align: right; 71 } 72 73 table.table tbody tr th 74 { 75 text-align: left; 76 font-weight: normal; 77 width: auto; 78 } 79 80 table.table thead tr th, 81 table.table tbody tr th.category 82 { 83 padding: 0 0.2em; 84 } 85 86 table.table caption 87 { 88 font-weight: bold; 89 padding: 0.4em; 90 } 91 table.table th 92 { 93 font-weight : bold; 94 background : #acf; 95 } 96 --></style> 97<title>UdsLocalIdChecker</title> 98 </head> 99 <body> 100<h1><CODE>UdsLocalIdChecker</CODE></h1> 101<h2>Overview</h2> 102 <div class="section"> 103 <p> 104UdsLocalIdChecker is a tool that searches for a UDS network with a specific local ID.<br/>Use it, for example, to check the <I>local communication ID</I> as mentioned in the <I>CTR Guidelines Backgrounder: Wireless</I>. 105 </p> 106 </div> 107<h2>Screen Description</h2> 108 <div class="section"> 109 <p> 110The tool searches for the UDS network having the specified unique ID and gets the network's information. The top screen displays the list of detected UDS networks, and the bottom screen displays the details of each network.<br/>When two UDS networks with the <CODE>00F01</CODE> parameter in their unique IDs are detected, the following is displayed. 111 </p> 112 113Upper screen 114<pre> 115Found 02 Network 116 117->00:LocalID:0FFF0190(UniqueID:00F01),SubID:01,Entry:01/12 118 Ch:01,Master(78:A2:A0:35:D9:31) 119 01:LocalID:0FFF0190(UniqueID:00F01),SubID:01,Entry:01/12 120 Ch:06,Master:(78:A2:A0:DD:71:AF) 121</pre> 122Lower screen 123<pre> 124UDS Local Communication ID Check Tool(Mode: ShowResult) 125Target: UniqueID=0xFFF01 (isTrial=False) 126 D-Pad:Select N/W, B: Reset UniqueID, A:Scan Again 127 128[Detail of No.00] 129+ID: (M):ID:0001, 130 -LocalID:00FFF0190 Empty 131 -UniqueID:00F01 Empty 132 -SubID:01 Empty 133 -TemporaryID:3F7F417B Empty 134 -BSSID:78:A2:A0:35:D0:31 Empty 135+ Entry:Now:01/Max:12 Empty 136+ Channel: 01 Empty 137+ Attribute: Empty 138 -Connection policy Empty 139 -Client: OK 140 -Spectator OK 141 -isTrial:false 142 143+ AppData in Beacon:200Byte 144</pre> 145 </div> 146 147<h2>How to Use</h2> 148<h2>UniqueID Configuration Mode</h2> 149 <div class="section"> 150 <p class="history"> 151When the tool is launched, the cursor is displayed in the first digit of the unique ID in the bottom screen. Specify the network unique ID with the +Control Pad, then press the A Button to start searching. 152 <table class="table"><tbody> 153<tr><th>Button</th> <th>Operation</th></tr> 154<tr><td>←→</td><td>Move between digits in the unique ID</td></tr> 155<tr><td>↑↓</td> <td>Change individual digit values in the unique ID</td></tr> 156<tr><td>A</td> <td>Start search, or transition to search result display mode after search mode</td></tr> 157<tr><td>R</td> <td>Toggle the <CODE>isDemo</CODE> flag</td></tr> 158 </tbody></table> 159 </p> 160 </div> 161<h2>Result Display Mode</h2> 162 <div class="section"> 163 <p> 164When the search ends, a list of the found UDS networks is displayed. The cursor moves to the upper screen, and you can select a network from the list using Up/Down on the +Control Pad. The information for the selected network is displayed on the lower screen. 165 <table class="table"><tbody> 166<tr><th>Button</th> <th>Operation</th></tr> 167<tr><td>↑↓</td> <td>Select network</td></tr> 168<tr><td>A</td> <td>Search again</td></tr> 169<tr><td>B</td> <td>Return to unique ID configuration mode</td></tr> 170 </tbody></table> 171 </p> 172 </div> 173<h2>Revision History</h2> 174 <div class="section"> 175 <dl class="history"> 176 <dt>2011/2/28</dt> 177<dd>Initial version.<br /></dd> 178 </dl> 179 </div> 180 <hr><p>CONFIDENTIAL</p></body> 181</html>