-
Notifications
You must be signed in to change notification settings - Fork 0
/
haair.html
260 lines (255 loc) · 15.9 KB
/
haair.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<html>
<head>
<title>HAA IR Toolkit</title>
<meta name="author" content="Copyright 2020 Antonio García (@GarzaCon)">
<link rel="stylesheet" type="text/css" href="haairtoolkit.css"/>
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<script src="haairtoolkit.js"></script>
<script src="haairtoolkit-jq.js"></script>
</head>
<body>
<div class="container">
<div class="wrapper">
<div class="cctabs">
<input checked id="one" name="tabs" type="radio">
<label for="one"><i class="fa fa-pencil-square-o"></i>Standard Protocol HAA IR - 2, 4 & 6 bits</label>
<!--
<input id="two" name="tabs" type="radio" value="Two">
<label for="two"><i class="fa fa-magic"></i>Pseudo RAW Protocol - HAA IR</label>
-->
<input id="three" name="tabs" type="radio">
<label for="three"><i class="fa fa-plus-square"></i>Pronto Codes Protocol - HAA IR</label>
<div class="panels">
<div class="panel">
<table id="table1" width="100%">
<tr>
<td>
<b>Вставьте захваченные IR-пакеты HAA, включая верхний и нижний колонтитулы,
затем нажмите кнопку "Decode HAA IR Protocol"</b>
<br/>Примечание: код предполагает (и игнорирует) пару заголовков (например, + 9050 - 4524 ниже) и
одиночное значение нижнего колонтитула (например, + 540 ниже). Если ваш захват не содержит верхнего/нижнего колонтитула,
установите соответствующие флажки
<br/>Примеры перехваченных пакетов ниже относятся к кнопке «MUTE» телевизора LG (bAeBaFbAeBaD)
</td>
</tr>
<tr>
<td>
<button class="button buttonBlue"
onclick="javascript:getIRProtocol_Standard_N_Bits(this);"> Декодировать HAA IR
</button>
<button id="clearPackets" class="button buttonRed"> Очистка пакетов</button>
<button id="clearAll" class="button buttonRed"> Очистить</button>
<input type="checkbox" id="noheader" value="noheader"
title="Check if your IR capture does not have a header pair"/>Нет заголовка
<input type="checkbox" id="nofooter" value="nofooter"
title="Check if your IR capture does not have a footer"/>Нет нижнего колонтитула
Диапазон различий:
<input class="" type="text" id="maxDifStandard" size="6" value="100"
title="IR packets are grouped based on this range. E.g. 449 and 397 below have a difference of 82, and will be grouped together if 100 range is entered"/>
Округлить биты до:
<select id="roundingStandard">
<option value="1">None</option>
<option value="5">5</option>
<option value="10">10</option>
<option value="20">20</option>
<option value="30">30</option>
<option value="40">40</option>
<option value="50">50</option>
<option value="100">100</option>
<option value="250" selected>250</option>
<option value="250">500</option>
</select>
<br/>
<b>ИК-захваченные пакеты</b>
<textarea id="inputIR" cols="150" rows="10">
+ 9050 - 4524 + 540 - 585 + 540 - 584 + 539 - 1709 + 540 - 585 + 539 - 585 + 539 - 585 + 539 - 586
+ 539 - 585 + 538 - 1710 + 539 - 1709 + 540 - 584 + 540 - 1709 + 540 - 1708 + 540 - 1709 + 539 - 1709
+ 539 - 1709 + 541 - 1708 + 539 - 585 + 539 - 586 + 539 - 1709 + 539 - 585 + 539 - 585 + 539 - 585
+ 539 - 585 + 540 - 584 + 540 - 1709 + 540 - 1709 + 539 - 585 + 539 - 1709 + 540 - 1709 + 539 - 1710
+ 538 - 1709 + 540
</textarea>
</td>
</tr>
<tr>
<td>
<b>Биты протокола</b> (усредненный и округленный)
</td>
</tr>
<tr>
<td><textarea id="protocolBits" cols="75" rows="5"></textarea></td>
</tr>
<tr>
<td>
<b>Командные биты</b>
</td>
</tr>
<tr>
<td><textarea id="standardBitsString" cols="75" rows="5"></textarea></td>
</tr>
<tr>
<table>
<tr>
<td>
<b>Команда протокола</b>
</td>
<td>
<b>Протокол</b> (значение между кавычками)
</td>
</tr>
<tr>
<td>
<textarea id="outputProtocolCommand" cols="150" rows="10"></textarea>
</td>
<td>
<textarea id="outputProtocol" cols="150" rows="10"></textarea>
</td>
</tr>
</table>
</tr>
</table>
</div>
<!--
<div class="panel">
<table id="table1" width="100%">
<tr>
<td>
<b>Paste your captured HAA IR Packets then click button "Decode HAA IR Pseudo Protocol"</b>
</td>
</tr>
<tr>
<td>
<label class="" for="longpausevalue">Max diff range:</label>
<input class="" type="text" id="maxrange" size="6" value="100" title="IR packets are grouped based on this range. E.g. 449 and 397 below have a difference of 82, and will be grouped together if 100 range is entered"/>
<button id="preprocessor" class="button buttonBlue"> Decode HAA IR Pseudo Protocol </button>
<button id="clearPacketsPseudo" class="button buttonRed"> Clear Captured Packets </button>
<button id="clearAllPseudo" class="button buttonRed"> Clear All</button>
<br>
<b>IR Captured Packets</b>
<textarea id="inputIRPseudo" cols="150" rows="16">
+ 1265 - 449 + 1242 - 450 + 397 - 1294 + 397 - 1293
+ 399 - 1293 + 398 - 1295 + 396 - 1295 + 397 - 1294
+ 398 - 1294 + 397 - 1294 + 397 - 1295 + 397 - 8060
+ 1243 - 449 + 1243 - 449 + 390 - 1300 + 397 - 1295
+ 398 - 1292 + 1244 - 448 + 1236 - 455 + 1243 - 449
+ 1243 - 449 + 1243 - 447 + 1243 - 448 + 1243 - 7212
+ 1245 - 449 + 1244 - 448 + 396 - 1295 + 397 - 1294
+ 398 - 1293 + 398 - 1294 + 398 - 1293 + 397 - 1295
+ 1243 - 448 + 398 - 1294 + 397 - 1295 + 396 - 8061
+ 1243 - 449 + 1243 - 448 + 397 - 1295 + 397 - 1294
+ 398 - 1294 + 394 - 1298 + 392 - 1299 + 396 - 1296
+ 1237 - 454 + 398 - 1294 + 395 - 1297 + 397
</textarea>
</td>
</tr>
<tr>
<td>
<b>Packets To Process</b>
</td>
</tr>
<tr>
<td><textarea id="preprocessOutput" cols="150" rows="10"></textarea></td>
</tr>
<tr>
<td>
<b>Averages Detected</b> - rounded to nearest:
<select id="rounding">
<option value="5">5</option>
<option value="10">10</option>
<option value="20">20</option>
<option value="30">30</option>
<option value="40">40</option>
<option value="50">50</option>
<option value="100">100</option>
<option value="250">250</option>
<option value="250">500</option>
</select>
</td>
</tr>
<tr>
<td><textarea id="averages" cols="150" rows="2"></textarea></td>
</tr>
<tr>
<td>
<b>Converted Packet Values to Average Values</b>
</td>
</tr>
<tr>
<td><textarea id="preprocessedPackets" cols="150" rows="10"></textarea></td>
</tr>
<tr>
<td><b>Result Protocol Command</b>
<button id="clearRawPseudo" class="button buttonRed"> Clear </button>
</td>
</tr>
<tr>
<td><textarea id="rawPseudoProtocolOutput" cols="150" rows="10"></textarea></td>
</tr>
</table>
</div>
-->
<div class="panel">
<table id="table1" width="100%">
<tr>
<td>
<b>Вставьте свой код Hex Pronto и нажмите "Декодировать ИК-протокол HAA"</b> - Проверено на самсунге
ИК-пронто-коды
</td>
</tr>
<tr>
<td>
<button id="decodePronto" class="button buttonBlue"> Декодировать ИК-протокол HAA</button>
<button id="clearPacketsPronto" class="button buttonRed"> Очистить захваченные пакеты
</button>
<button id="clearAllPronto" class="button buttonRed"> Очистить</button>
# Header Pairs to Ignore: <input class="" type="text" id="numHeadersToIgnore" size="6"
value="3"/>
# Footer Pairs to Ignore: <input class="" type="text" id="numFootersToIgnore" size="6"
value="1"/>
<br/>
<b>ИК-захваченные пакеты</b>
<textarea id="inputIRPronto" cols="150" rows="10">
0000 006D 0000 0022 00AC 00AC 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0040 0015 0040 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0040 0015 0015 0015 0015 0015 0040 0015 0015 0015 0040 0015 0040 0015 0040 0015 0015 0015 0040 0015 0040 0015 0015 0015 0040 0015 0015 0015 0015 0015 0015 0015 0689
</textarea>
</td>
</tr>
<tr>
<td>
<b>Пакеты для обработки</b>
</td>
</tr>
<tr>
<td><textarea id="preprocessOutputPronto" cols="150" rows="8"></textarea></td>
</tr>
<tr>
<td>
<b>Биты результата</b>
</td>
</tr>
<tr>
<td><textarea id="resultBitsPronto" cols="150" rows="8"></textarea></td>
</tr>
<tr>
<td><b>Результат команды протокола</b>
<button id="clearRawPronto" class="button buttonRed"> Clear</button>
</td>
</tr>
<tr>
<td><textarea id="resultProtocolPronto" cols="150" rows="10"></textarea></td>
</tr>
</table>
</div>
</div> <!-- panels -->
</div> <!-- cctabs -->
</div> <!-- wrapper -->
</div> <!-- container -->
<div class="footer">
© Copyright 2020 Antonio Garcia (@GarzaCon)
</div>
</body>
</html>