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 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 table.table, table.table td, table.table th 48 { 49 border-collapse: collapse; 50 background-color: white; 51 } 52 table.table 53 { 54 width: auto; 55 margin: 1em; 56 position : static; 57 font-family : Arial; 58 } 59 table.table td, table.table th 60 { 61 padding: 0.2em; 62 } 63 table.table td.number, table.table th.number 64 { 65 text-align: right; 66 } 67 table.table tbody tr th 68 { 69 text-align: left; 70 font-weight: normal; 71 width: auto; 72 } 73 table.table thead tr th, 74 table.table tbody tr th.category 75 { 76 padding: 0 0.2em; 77 } 78 table.table caption 79 { 80 font-weight: bold; 81 padding: 0.4em; 82 } 83 table.table th 84 { 85 font-weight : bold; 86 background : #acf; 87 } 88 --></style> 89<title>UdsLocalIdChecker</title> 90 </head> 91 <body> 92<h1><CODE>UdsLocalIdChecker</CODE></h1> 93<h2>Overview</h2> 94 <div class="section"> 95 <p> 96UdsLocalIdChecker 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>. 97 </p> 98 </div> 99<h2>Screen Description</h2> 100 <div class="section"> 101 <p> 102The tool searches for the UDS network having the specified <CODE>UniqueID</CODE> 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. 103 </p> 104Upper screen 105<pre> 106Found 02 Network 107->00:LocalID:0FFF0190(UniqueID:00F01),SubID:01,Entry:01/12 108 Ch:01,Master(78:A2:A0:35:D9:31) 109 01:LocalID:0FFF0190(UniqueID:00F01),SubID:01,Entry:01/12 110 Ch:06,Master:(78:A2:A0:DD:71:AF) 111</pre> 112Lower screen 113<pre> 114UDS Local Communication ID Check Tool(Mode: ShowResult) 115Target: UniqueID=0xFFF01 (isTrial=False) 116 D-Pad:Select N/W, B: Reset UniqueID, A:Scan Again 117 118[Detail of No.00] 119+ID: (M):ID:0001, 120 -LocalID:00FFF0190 Empty 121 -UniqueID:00F01 Empty 122 -SubID:01 Empty 123 -TemporaryID:3F7F417B Empty 124 -BSSID:78:A2:A0:35:D0:31 Empty 125+ Entry:Now:01/Max:12 Empty 126+ Channel: 01 Empty 127+ Attribute: Empty 128 -Connection policy Empty 129 -Client: OK 130 -Spectator OK 131 -isTrial:false 132+ AppData in Beacon:200Byte 133</pre> 134 </div> 135<h2>How to Use</h2> 136<h2>UniqueID Configuration Mode</h2> 137 <div class="section"> 138 <p class="history"> 139When the tool is launched, the cursor is displayed in the first digit of the <CODE>UniqueID</CODE> in the bottom screen. Specify the network <CODE>UniqueId</CODE> with the +Control Pad, then press the A Button to start searching. 140 <table class="table"><tbody> 141<tr><th>Button</th> <th>Operation</th></tr> 142<tr><td>←→</td><td>Move between digits in the <CODE>UniqueID</CODE></td></tr> 143<tr><td>↑↓</td> <td>Change individual digit values in the <CODE>UniqueId</CODE></td></tr> 144<tr><td>A</td> <td>Start search, or transition to search result display mode after search mode</td></tr> 145<tr><td>Y</td> <td>Toggle the <CODE>isTrial</CODE> flag</td></tr> 146 </tbody></table> 147 </p> 148 </div> 149<h2>Result Display Mode</h2> 150 <div class="section"> 151 <p> 152When 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. 153 <table class="table"><tbody> 154<tr><th>Button</th> <th>Operation</th></tr> 155<tr><td>↑↓</td> <td>Select network</td></tr> 156<tr><td>A</td> <td>Search again</td></tr> 157<tr><td>B</td> <td>Return to <CODE>UniqueID</CODE> configuration mode</td></tr> 158 </tbody></table> 159 </p> 160 </div> 161<h2>Revision History</h2> 162 <div class="section"> 163 <dl class="history"> 164 <dt>2011/2/28</dt> 165<dd>Initial version.<br /></dd> 166 </dl> 167 </div> 168 <hr><p>CONFIDENTIAL</p></body> 169</html> 170