wiliot-certificate 4.5.0a3__py3-none-any.whl → 4.5.0a4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- certificate/cert_common.py +33 -16
- certificate/cert_config.py +3 -3
- certificate/cert_data_sim.py +12 -9
- certificate/cert_defines.py +6 -0
- certificate/cert_gw_sim.py +3 -3
- certificate/cert_mqtt.py +5 -4
- certificate/cert_results.py +42 -32
- certificate/cert_utils.py +9 -10
- certificate/certificate.py +7 -5
- certificate/certificate_cli.py +9 -12
- certificate/tests/cloud_connectivity/acl_test/acl_test.py +13 -15
- certificate/tests/cloud_connectivity/brg_ota_test/brg_ota_test.json +1 -1
- certificate/tests/cloud_connectivity/channel_scan_behaviour_test/channel_scan_behaviour_test.py +2 -2
- certificate/tests/cloud_connectivity/connection_test/connection_test.py +4 -13
- certificate/tests/cloud_connectivity/deduplication_test/deduplication_test.py +1 -2
- certificate/tests/cloud_connectivity/ext_adv_stress_test/ext_adv_stress_test.py +12 -6
- certificate/tests/cloud_connectivity/registration_test/registration_test_cli.py +1 -1
- certificate/tests/cloud_connectivity/stress_test/stress_test.py +12 -7
- certificate/tests/cloud_connectivity/uplink_ext_adv_test/uplink_ext_adv_test.py +1 -2
- certificate/tests/cloud_connectivity/uplink_test/uplink_test.py +26 -20
- certificate/tests/datapath/event_ble5_test/event_ble5_test.json +1 -1
- certificate/tests/datapath/event_ble5_test/event_ble5_test.py +1 -9
- certificate/tests/datapath/event_test/event_test.json +1 -1
- certificate/tests/datapath/event_test/event_test.py +1 -7
- certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +1 -1
- certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +3 -1
- certificate/tests/energy2400/signal_indicator_ext_adv_test/signal_indicator_ext_adv_test.py +2 -0
- certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +1 -1
- common/api_if/api_validation.py +6 -0
- gui_certificate/server.py +151 -58
- gui_certificate/templates/cert_run.html +86 -93
- {wiliot_certificate-4.5.0a3.dist-info → wiliot_certificate-4.5.0a4.dist-info}/METADATA +3 -3
- {wiliot_certificate-4.5.0a3.dist-info → wiliot_certificate-4.5.0a4.dist-info}/RECORD +37 -53
- certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +0 -211
- certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +0 -894
- certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +0 -184
- certificate/ag/wlt_types_ag_jsons/calibration.json +0 -490
- certificate/ag/wlt_types_ag_jsons/custom.json +0 -614
- certificate/ag/wlt_types_ag_jsons/datapath.json +0 -900
- certificate/ag/wlt_types_ag_jsons/energy2400.json +0 -670
- certificate/ag/wlt_types_ag_jsons/energySub1g.json +0 -691
- certificate/ag/wlt_types_ag_jsons/externalSensor.json +0 -727
- certificate/ag/wlt_types_ag_jsons/interface.json +0 -1095
- certificate/ag/wlt_types_ag_jsons/powerManagement.json +0 -1439
- certificate/ag/wlt_types_ag_jsons/side_info_sensor.json +0 -105
- certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json +0 -77
- certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json +0 -126
- certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json +0 -175
- certificate/ag/wlt_types_ag_jsons/unified_sensor_pkt.json +0 -65
- {wiliot_certificate-4.5.0a3.dist-info → wiliot_certificate-4.5.0a4.dist-info}/WHEEL +0 -0
- {wiliot_certificate-4.5.0a3.dist-info → wiliot_certificate-4.5.0a4.dist-info}/entry_points.txt +0 -0
- {wiliot_certificate-4.5.0a3.dist-info → wiliot_certificate-4.5.0a4.dist-info}/licenses/LICENSE +0 -0
- {wiliot_certificate-4.5.0a3.dist-info → wiliot_certificate-4.5.0a4.dist-info}/top_level.txt +0 -0
|
@@ -1,900 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"versions": [
|
|
3
|
-
{
|
|
4
|
-
"version": "13",
|
|
5
|
-
"packetFields": [
|
|
6
|
-
{
|
|
7
|
-
"name": "moduleType",
|
|
8
|
-
"byteOffset": 5,
|
|
9
|
-
"byteLength": 1,
|
|
10
|
-
"bitOffset": 4,
|
|
11
|
-
"bitLength": 4,
|
|
12
|
-
"outType": "uint"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "msgType",
|
|
16
|
-
"byteOffset": 5,
|
|
17
|
-
"byteLength": 1,
|
|
18
|
-
"bitOffset": 0,
|
|
19
|
-
"bitLength": 4,
|
|
20
|
-
"outType": "uint"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "apiVersion",
|
|
24
|
-
"byteOffset": 6,
|
|
25
|
-
"byteLength": 1,
|
|
26
|
-
"bitOffset": 0,
|
|
27
|
-
"bitLength": 8,
|
|
28
|
-
"outType": "uint"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "seqId",
|
|
32
|
-
"byteOffset": 7,
|
|
33
|
-
"byteLength": 1,
|
|
34
|
-
"bitOffset": 0,
|
|
35
|
-
"bitLength": 8,
|
|
36
|
-
"outType": "uint"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "brgMac",
|
|
40
|
-
"byteOffset": 8,
|
|
41
|
-
"byteLength": 6,
|
|
42
|
-
"bitOffset": 0,
|
|
43
|
-
"bitLength": 48,
|
|
44
|
-
"outType": "string"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "rssiThreshold",
|
|
48
|
-
"byteOffset": 14,
|
|
49
|
-
"byteLength": 1,
|
|
50
|
-
"bitOffset": 0,
|
|
51
|
-
"bitLength": 8,
|
|
52
|
-
"outType": "int",
|
|
53
|
-
"calculations": [
|
|
54
|
-
{
|
|
55
|
-
"operator": "*",
|
|
56
|
-
"operand": -1
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"operator": "+",
|
|
60
|
-
"operand": 0
|
|
61
|
-
}
|
|
62
|
-
]
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"name": "pacerInterval",
|
|
66
|
-
"byteOffset": 15,
|
|
67
|
-
"byteLength": 2,
|
|
68
|
-
"bitOffset": 0,
|
|
69
|
-
"bitLength": 16,
|
|
70
|
-
"outType": "uint"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "pktFilter",
|
|
74
|
-
"byteOffset": 17,
|
|
75
|
-
"byteLength": 1,
|
|
76
|
-
"bitOffset": 3,
|
|
77
|
-
"bitLength": 5,
|
|
78
|
-
"outType": "string",
|
|
79
|
-
"map": {
|
|
80
|
-
"00":"Random first Arriving packet",
|
|
81
|
-
"10":"Disable forwarding",
|
|
82
|
-
"11":"Temperature packet",
|
|
83
|
-
"12":"Advanced packet",
|
|
84
|
-
"13":"Temperature and Advanced packets",
|
|
85
|
-
"14":"Debug packet",
|
|
86
|
-
"15":"Temperature and Debug packets",
|
|
87
|
-
"17":"Temperature Advanced and Debug packets"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "txRepetition",
|
|
92
|
-
"byteOffset": 17,
|
|
93
|
-
"byteLength": 1,
|
|
94
|
-
"bitOffset": 0,
|
|
95
|
-
"bitLength": 3,
|
|
96
|
-
"outType": "uint"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"name": "outputPower",
|
|
100
|
-
"byteOffset": 18,
|
|
101
|
-
"byteLength": 1,
|
|
102
|
-
"bitOffset": 0,
|
|
103
|
-
"bitLength": 8,
|
|
104
|
-
"outType": "string",
|
|
105
|
-
"map": {
|
|
106
|
-
"00":"Maximum",
|
|
107
|
-
"02":"Maximum - 2 dBm",
|
|
108
|
-
"03":"Maximum - 3 dBm",
|
|
109
|
-
"04":"Maximum - 4 dBm",
|
|
110
|
-
"06":"Maximum - 6 dBm",
|
|
111
|
-
"07":"Maximum - 7 dBm",
|
|
112
|
-
"08":"Maximum - 8 dBm",
|
|
113
|
-
"0A":"Maximum - 10 dBm",
|
|
114
|
-
"0B":"Maximum - 11 dBm",
|
|
115
|
-
"0C":"Maximum - 12 dBm",
|
|
116
|
-
"0E":"Maximum - 14 dBm",
|
|
117
|
-
"0F":"Maximum - 15 dBm",
|
|
118
|
-
"10":"Maximum - 16 dBm",
|
|
119
|
-
"12":"Maximum - 18 dBm",
|
|
120
|
-
"13":"Maximum - 19 dBm",
|
|
121
|
-
"14":"Maximum - 20 dBm",
|
|
122
|
-
"16":"Maximum - 22 dBm",
|
|
123
|
-
"17":"Maximum - 23 dBm",
|
|
124
|
-
"1A":"Maximum - 26 dBm"
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"name": "pattern",
|
|
129
|
-
"byteOffset": 19,
|
|
130
|
-
"byteLength": 1,
|
|
131
|
-
"bitOffset": 4,
|
|
132
|
-
"bitLength": 4,
|
|
133
|
-
"outType": "string",
|
|
134
|
-
"map": {
|
|
135
|
-
"00":"Standard beaconing",
|
|
136
|
-
"01":"No Beacons on Channel 37",
|
|
137
|
-
"02":"EU pattern",
|
|
138
|
-
"03":"Extended Advertising",
|
|
139
|
-
"04":"Extended Advertising - No Pointers on Channel 37",
|
|
140
|
-
"05":"Extended Advertising - Channel 10"
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"name": "rxChannel",
|
|
145
|
-
"byteOffset": 19,
|
|
146
|
-
"byteLength": 1,
|
|
147
|
-
"bitOffset": 0,
|
|
148
|
-
"bitLength": 4,
|
|
149
|
-
"outType": "string",
|
|
150
|
-
"map": {
|
|
151
|
-
"00":"Channel 37 - primary advertisement channel",
|
|
152
|
-
"01":"Channel 38 - primary advertisement channel",
|
|
153
|
-
"02":"Channel 39 - primary advertisement channel",
|
|
154
|
-
"03":"Channel 10 - 2Mbps - E2/E3 Pixels",
|
|
155
|
-
"04":"Channel 10 - 2Mbps - E4 Pixels",
|
|
156
|
-
"05":"Channel Hopping - 37 and 10",
|
|
157
|
-
"06":"Channel 21 - 2Mbps - E4 Pixels"
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"name": "dynPacingWindow",
|
|
162
|
-
"byteOffset": 20,
|
|
163
|
-
"byteLength": 1,
|
|
164
|
-
"bitOffset": 0,
|
|
165
|
-
"bitLength": 8,
|
|
166
|
-
"outType": "uint"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"name": "dynPacingTimeUnit",
|
|
170
|
-
"byteOffset": 21,
|
|
171
|
-
"byteLength": 1,
|
|
172
|
-
"bitOffset": 4,
|
|
173
|
-
"bitLength": 2,
|
|
174
|
-
"outType": "string",
|
|
175
|
-
"map": {
|
|
176
|
-
"00":"Seconds",
|
|
177
|
-
"01":"Minutes",
|
|
178
|
-
"02":"Hours"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "dynPacingTrigger",
|
|
183
|
-
"byteOffset": 21,
|
|
184
|
-
"byteLength": 1,
|
|
185
|
-
"bitOffset": 0,
|
|
186
|
-
"bitLength": 4,
|
|
187
|
-
"outType": "string",
|
|
188
|
-
"map": {
|
|
189
|
-
"00":"No Trigger",
|
|
190
|
-
"01":"New Pixel",
|
|
191
|
-
"02":"Temperature Change",
|
|
192
|
-
"03":"New Pixel or Temperature Change",
|
|
193
|
-
"04":"Tx Rate Change",
|
|
194
|
-
"05":"New Pixel or Tx Rate Change",
|
|
195
|
-
"06":"Temperature Change or Tx Rate Change",
|
|
196
|
-
"07":"New Pixel, Temperature Change or Tx Rate Change",
|
|
197
|
-
"08":"RSSI Change",
|
|
198
|
-
"09":"New Pixel or RSSI Change",
|
|
199
|
-
"0A":"Temperature Change or RSSI Change",
|
|
200
|
-
"0B":"New Pixel, Temperature Change or RSSI Change",
|
|
201
|
-
"0C":"Tx Rate or RSSI Change",
|
|
202
|
-
"0D":"New Pixel, Tx Rate or RSSI Change",
|
|
203
|
-
"0E":"Temperature Change, Tx Rate Change or RSSI Change",
|
|
204
|
-
"0F":"All Triggers"
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"name": "rssiMovementThreshold",
|
|
209
|
-
"byteOffset": 22,
|
|
210
|
-
"byteLength": 1,
|
|
211
|
-
"bitOffset": 0,
|
|
212
|
-
"bitLength": 8,
|
|
213
|
-
"outType": "uint"
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"name": "dynPacingInterval",
|
|
217
|
-
"byteOffset": 23,
|
|
218
|
-
"byteLength": 2,
|
|
219
|
-
"bitOffset": 0,
|
|
220
|
-
"bitLength": 16,
|
|
221
|
-
"outType": "uint"
|
|
222
|
-
}
|
|
223
|
-
]
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"version": "12",
|
|
227
|
-
"packetFields": [
|
|
228
|
-
{
|
|
229
|
-
"name": "moduleType",
|
|
230
|
-
"byteOffset": 5,
|
|
231
|
-
"byteLength": 1,
|
|
232
|
-
"bitOffset": 4,
|
|
233
|
-
"bitLength": 4,
|
|
234
|
-
"outType": "uint"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"name": "msgType",
|
|
238
|
-
"byteOffset": 5,
|
|
239
|
-
"byteLength": 1,
|
|
240
|
-
"bitOffset": 0,
|
|
241
|
-
"bitLength": 4,
|
|
242
|
-
"outType": "uint"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"name": "apiVersion",
|
|
246
|
-
"byteOffset": 6,
|
|
247
|
-
"byteLength": 1,
|
|
248
|
-
"bitOffset": 0,
|
|
249
|
-
"bitLength": 8,
|
|
250
|
-
"outType": "uint"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"name": "seqId",
|
|
254
|
-
"byteOffset": 7,
|
|
255
|
-
"byteLength": 1,
|
|
256
|
-
"bitOffset": 0,
|
|
257
|
-
"bitLength": 8,
|
|
258
|
-
"outType": "uint"
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"name": "brgMac",
|
|
262
|
-
"byteOffset": 8,
|
|
263
|
-
"byteLength": 6,
|
|
264
|
-
"bitOffset": 0,
|
|
265
|
-
"bitLength": 48,
|
|
266
|
-
"outType": "string"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"name": "rssiThreshold",
|
|
270
|
-
"byteOffset": 14,
|
|
271
|
-
"byteLength": 1,
|
|
272
|
-
"bitOffset": 0,
|
|
273
|
-
"bitLength": 8,
|
|
274
|
-
"outType": "int",
|
|
275
|
-
"calculations": [
|
|
276
|
-
{
|
|
277
|
-
"operator": "*",
|
|
278
|
-
"operand": -1
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"operator": "+",
|
|
282
|
-
"operand": 0
|
|
283
|
-
}
|
|
284
|
-
]
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"name": "pacerInterval",
|
|
288
|
-
"byteOffset": 15,
|
|
289
|
-
"byteLength": 2,
|
|
290
|
-
"bitOffset": 0,
|
|
291
|
-
"bitLength": 16,
|
|
292
|
-
"outType": "uint"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"name": "pktFilter",
|
|
296
|
-
"byteOffset": 17,
|
|
297
|
-
"byteLength": 1,
|
|
298
|
-
"bitOffset": 3,
|
|
299
|
-
"bitLength": 5,
|
|
300
|
-
"outType": "string",
|
|
301
|
-
"map": {
|
|
302
|
-
"00":"Random first Arriving packet",
|
|
303
|
-
"10":"Disable forwarding",
|
|
304
|
-
"11":"Temperature packet",
|
|
305
|
-
"12":"Advanced packet",
|
|
306
|
-
"13":"Temperature and Advanced packets",
|
|
307
|
-
"14":"Debug packet",
|
|
308
|
-
"15":"Temperature and Debug packets",
|
|
309
|
-
"17":"Temperature Advanced and Debug packets"
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"name": "txRepetition",
|
|
314
|
-
"byteOffset": 17,
|
|
315
|
-
"byteLength": 1,
|
|
316
|
-
"bitOffset": 0,
|
|
317
|
-
"bitLength": 3,
|
|
318
|
-
"outType": "uint"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"name": "outputPower",
|
|
322
|
-
"byteOffset": 18,
|
|
323
|
-
"byteLength": 1,
|
|
324
|
-
"bitOffset": 0,
|
|
325
|
-
"bitLength": 8,
|
|
326
|
-
"outType": "int"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"name": "pattern",
|
|
330
|
-
"byteOffset": 19,
|
|
331
|
-
"byteLength": 1,
|
|
332
|
-
"bitOffset": 4,
|
|
333
|
-
"bitLength": 4,
|
|
334
|
-
"outType": "string",
|
|
335
|
-
"map": {
|
|
336
|
-
"00":"Standard beaconing",
|
|
337
|
-
"01":"No Beacons on Channel 37",
|
|
338
|
-
"02":"EU pattern",
|
|
339
|
-
"03":"Extended Advertising",
|
|
340
|
-
"04":"Extended Advertising - No Pointers on Channel 37",
|
|
341
|
-
"05":"Extended Advertising - Channel 10"
|
|
342
|
-
}
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"name": "rxChannel",
|
|
346
|
-
"byteOffset": 19,
|
|
347
|
-
"byteLength": 1,
|
|
348
|
-
"bitOffset": 0,
|
|
349
|
-
"bitLength": 4,
|
|
350
|
-
"outType": "string",
|
|
351
|
-
"map": {
|
|
352
|
-
"00":"Channel 37 - primary advertisement channel",
|
|
353
|
-
"01":"Channel 38 - primary advertisement channel",
|
|
354
|
-
"02":"Channel 39 - primary advertisement channel",
|
|
355
|
-
"03":"Channel 10 - 2Mbps - E2/E3 Pixels",
|
|
356
|
-
"04":"Channel 10 - 2Mbps - E4 Pixels",
|
|
357
|
-
"05":"Channel Hopping - 37 and 10",
|
|
358
|
-
"06":"Channel 21 - 2Mbps - E4 Pixels"
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
]
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"version": "11",
|
|
365
|
-
"packetFields": [
|
|
366
|
-
{
|
|
367
|
-
"name": "moduleType",
|
|
368
|
-
"byteOffset": 5,
|
|
369
|
-
"byteLength": 1,
|
|
370
|
-
"bitOffset": 4,
|
|
371
|
-
"bitLength": 4,
|
|
372
|
-
"outType": "uint"
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"name": "msgType",
|
|
376
|
-
"byteOffset": 5,
|
|
377
|
-
"byteLength": 1,
|
|
378
|
-
"bitOffset": 0,
|
|
379
|
-
"bitLength": 4,
|
|
380
|
-
"outType": "uint"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "apiVersion",
|
|
384
|
-
"byteOffset": 6,
|
|
385
|
-
"byteLength": 1,
|
|
386
|
-
"bitOffset": 0,
|
|
387
|
-
"bitLength": 8,
|
|
388
|
-
"outType": "uint"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"name": "seqId",
|
|
392
|
-
"byteOffset": 7,
|
|
393
|
-
"byteLength": 1,
|
|
394
|
-
"bitOffset": 0,
|
|
395
|
-
"bitLength": 8,
|
|
396
|
-
"outType": "uint"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"name": "brgMac",
|
|
400
|
-
"byteOffset": 8,
|
|
401
|
-
"byteLength": 6,
|
|
402
|
-
"bitOffset": 0,
|
|
403
|
-
"bitLength": 48,
|
|
404
|
-
"outType": "string"
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"name": "adaptivePacer",
|
|
408
|
-
"byteOffset": 14,
|
|
409
|
-
"byteLength": 1,
|
|
410
|
-
"bitOffset": 1,
|
|
411
|
-
"bitLength": 1,
|
|
412
|
-
"outType": "uint"
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"name": "unifiedEchoPkt",
|
|
416
|
-
"byteOffset": 14,
|
|
417
|
-
"byteLength": 1,
|
|
418
|
-
"bitOffset": 0,
|
|
419
|
-
"bitLength": 1,
|
|
420
|
-
"outType": "uint"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"name": "pacerInterval",
|
|
424
|
-
"byteOffset": 15,
|
|
425
|
-
"byteLength": 2,
|
|
426
|
-
"bitOffset": 0,
|
|
427
|
-
"bitLength": 16,
|
|
428
|
-
"outType": "uint"
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"name": "pktFilter",
|
|
432
|
-
"byteOffset": 17,
|
|
433
|
-
"byteLength": 1,
|
|
434
|
-
"bitOffset": 3,
|
|
435
|
-
"bitLength": 5,
|
|
436
|
-
"outType": "string",
|
|
437
|
-
"map": {
|
|
438
|
-
"00":"Random first Arriving packet",
|
|
439
|
-
"10":"Disable forwarding",
|
|
440
|
-
"11":"Temperature packet",
|
|
441
|
-
"12":"Advanced packet",
|
|
442
|
-
"13":"Temperature and Advanced packets",
|
|
443
|
-
"14":"Debug packet",
|
|
444
|
-
"15":"Temperature and Debug packets",
|
|
445
|
-
"17":"Temperature Advanced and Debug packets"
|
|
446
|
-
}
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"name": "txRepetition",
|
|
450
|
-
"byteOffset": 17,
|
|
451
|
-
"byteLength": 1,
|
|
452
|
-
"bitOffset": 0,
|
|
453
|
-
"bitLength": 3,
|
|
454
|
-
"outType": "uint"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"name": "outputPower",
|
|
458
|
-
"byteOffset": 18,
|
|
459
|
-
"byteLength": 1,
|
|
460
|
-
"bitOffset": 0,
|
|
461
|
-
"bitLength": 8,
|
|
462
|
-
"outType": "int"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"name": "pattern",
|
|
466
|
-
"byteOffset": 19,
|
|
467
|
-
"byteLength": 1,
|
|
468
|
-
"bitOffset": 4,
|
|
469
|
-
"bitLength": 4,
|
|
470
|
-
"outType": "string",
|
|
471
|
-
"map": {
|
|
472
|
-
"00":"Standard beaconing",
|
|
473
|
-
"01":"No Beacons on Channel 37",
|
|
474
|
-
"02":"EU pattern",
|
|
475
|
-
"03":"Extended Advertising",
|
|
476
|
-
"04":"Extended Advertising - No Pointers on Channel 37",
|
|
477
|
-
"05":"Extended Advertising - Channel 10"
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"name": "rxChannel",
|
|
482
|
-
"byteOffset": 19,
|
|
483
|
-
"byteLength": 1,
|
|
484
|
-
"bitOffset": 0,
|
|
485
|
-
"bitLength": 4,
|
|
486
|
-
"outType": "string",
|
|
487
|
-
"map": {
|
|
488
|
-
"00":"Channel 37 - primary advertisement channel",
|
|
489
|
-
"01":"Channel 38 - primary advertisement channel",
|
|
490
|
-
"02":"Channel 39 - primary advertisement channel",
|
|
491
|
-
"03":"Channel 4 - 1Mbps - secondary advertisement channel",
|
|
492
|
-
"04":"Channel 10 - 1Mbps - secondary advertisement channel",
|
|
493
|
-
"05":"Channel 4 - 2Mbps - secondary advertisement channel",
|
|
494
|
-
"06":"Channel 10 - 2Mbps - secondary advertisement channel"
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
]
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"version": "10",
|
|
501
|
-
"packetFields": [
|
|
502
|
-
{
|
|
503
|
-
"name": "moduleType",
|
|
504
|
-
"byteOffset": 5,
|
|
505
|
-
"byteLength": 1,
|
|
506
|
-
"bitOffset": 4,
|
|
507
|
-
"bitLength": 4,
|
|
508
|
-
"outType": "uint"
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"name": "msgType",
|
|
512
|
-
"byteOffset": 5,
|
|
513
|
-
"byteLength": 1,
|
|
514
|
-
"bitOffset": 0,
|
|
515
|
-
"bitLength": 4,
|
|
516
|
-
"outType": "uint"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"name": "apiVersion",
|
|
520
|
-
"byteOffset": 6,
|
|
521
|
-
"byteLength": 1,
|
|
522
|
-
"bitOffset": 0,
|
|
523
|
-
"bitLength": 8,
|
|
524
|
-
"outType": "uint"
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"name": "seqId",
|
|
528
|
-
"byteOffset": 7,
|
|
529
|
-
"byteLength": 1,
|
|
530
|
-
"bitOffset": 0,
|
|
531
|
-
"bitLength": 8,
|
|
532
|
-
"outType": "uint"
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"name": "brgMac",
|
|
536
|
-
"byteOffset": 8,
|
|
537
|
-
"byteLength": 6,
|
|
538
|
-
"bitOffset": 0,
|
|
539
|
-
"bitLength": 48,
|
|
540
|
-
"outType": "string"
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"name": "globalPacingGroup",
|
|
544
|
-
"byteOffset": 14,
|
|
545
|
-
"byteLength": 1,
|
|
546
|
-
"bitOffset": 4,
|
|
547
|
-
"bitLength": 4,
|
|
548
|
-
"outType": "uint"
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"name": "adaptivePacer",
|
|
552
|
-
"byteOffset": 14,
|
|
553
|
-
"byteLength": 1,
|
|
554
|
-
"bitOffset": 1,
|
|
555
|
-
"bitLength": 1,
|
|
556
|
-
"outType": "uint"
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"name": "unifiedEchoPkt",
|
|
560
|
-
"byteOffset": 14,
|
|
561
|
-
"byteLength": 1,
|
|
562
|
-
"bitOffset": 0,
|
|
563
|
-
"bitLength": 1,
|
|
564
|
-
"outType": "uint"
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"name": "pacerInterval",
|
|
568
|
-
"byteOffset": 15,
|
|
569
|
-
"byteLength": 2,
|
|
570
|
-
"bitOffset": 0,
|
|
571
|
-
"bitLength": 16,
|
|
572
|
-
"outType": "uint"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"name": "pktFilter",
|
|
576
|
-
"byteOffset": 17,
|
|
577
|
-
"byteLength": 1,
|
|
578
|
-
"bitOffset": 3,
|
|
579
|
-
"bitLength": 5,
|
|
580
|
-
"outType": "string",
|
|
581
|
-
"map": {
|
|
582
|
-
"00":"Random first Arriving packet",
|
|
583
|
-
"10":"Disable forwarding",
|
|
584
|
-
"11":"Temperature packet",
|
|
585
|
-
"12":"Advanced packet",
|
|
586
|
-
"13":"Temperature and Advanced packets",
|
|
587
|
-
"14":"Debug packet",
|
|
588
|
-
"15":"Temperature and Debug packets",
|
|
589
|
-
"17":"Temperature Advanced and Debug packets"
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"name": "txRepetition",
|
|
594
|
-
"byteOffset": 17,
|
|
595
|
-
"byteLength": 1,
|
|
596
|
-
"bitOffset": 0,
|
|
597
|
-
"bitLength": 3,
|
|
598
|
-
"outType": "uint"
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"name": "commOutputPower",
|
|
602
|
-
"byteOffset": 18,
|
|
603
|
-
"byteLength": 1,
|
|
604
|
-
"bitOffset": 0,
|
|
605
|
-
"bitLength": 8,
|
|
606
|
-
"outType": "int"
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"name": "commPattern",
|
|
610
|
-
"byteOffset": 19,
|
|
611
|
-
"byteLength": 1,
|
|
612
|
-
"bitOffset": 4,
|
|
613
|
-
"bitLength": 4,
|
|
614
|
-
"outType": "string",
|
|
615
|
-
"map": {
|
|
616
|
-
"00":"Standard beaconing",
|
|
617
|
-
"01":"No Beacons on Channel 37",
|
|
618
|
-
"02":"EU pattern",
|
|
619
|
-
"03":"Extended Advertising",
|
|
620
|
-
"04":"Extended Advertising - No Pointers on Channel 37",
|
|
621
|
-
"05":"Extended Advertising - Channel 10"
|
|
622
|
-
}
|
|
623
|
-
}
|
|
624
|
-
]
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"version": "9",
|
|
628
|
-
"packetFields": [
|
|
629
|
-
{
|
|
630
|
-
"name": "moduleType",
|
|
631
|
-
"byteOffset": 5,
|
|
632
|
-
"byteLength": 1,
|
|
633
|
-
"bitOffset": 4,
|
|
634
|
-
"bitLength": 4,
|
|
635
|
-
"outType": "uint"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"name": "msgType",
|
|
639
|
-
"byteOffset": 5,
|
|
640
|
-
"byteLength": 1,
|
|
641
|
-
"bitOffset": 0,
|
|
642
|
-
"bitLength": 4,
|
|
643
|
-
"outType": "uint"
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"name": "apiVersion",
|
|
647
|
-
"byteOffset": 6,
|
|
648
|
-
"byteLength": 1,
|
|
649
|
-
"bitOffset": 0,
|
|
650
|
-
"bitLength": 8,
|
|
651
|
-
"outType": "uint"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"name": "seqId",
|
|
655
|
-
"byteOffset": 7,
|
|
656
|
-
"byteLength": 1,
|
|
657
|
-
"bitOffset": 0,
|
|
658
|
-
"bitLength": 8,
|
|
659
|
-
"outType": "uint"
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"name": "brgMac",
|
|
663
|
-
"byteOffset": 8,
|
|
664
|
-
"byteLength": 6,
|
|
665
|
-
"bitOffset": 0,
|
|
666
|
-
"bitLength": 48,
|
|
667
|
-
"outType": "string"
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"name": "globalPacingGroup",
|
|
671
|
-
"byteOffset": 14,
|
|
672
|
-
"byteLength": 1,
|
|
673
|
-
"bitOffset": 4,
|
|
674
|
-
"bitLength": 4,
|
|
675
|
-
"outType": "uint"
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"name": "adaptivePacer",
|
|
679
|
-
"byteOffset": 14,
|
|
680
|
-
"byteLength": 1,
|
|
681
|
-
"bitOffset": 1,
|
|
682
|
-
"bitLength": 1,
|
|
683
|
-
"outType": "uint"
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"name": "unifiedEchoPkt",
|
|
687
|
-
"byteOffset": 14,
|
|
688
|
-
"byteLength": 1,
|
|
689
|
-
"bitOffset": 0,
|
|
690
|
-
"bitLength": 1,
|
|
691
|
-
"outType": "uint"
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"name": "pacerInterval",
|
|
695
|
-
"byteOffset": 15,
|
|
696
|
-
"byteLength": 2,
|
|
697
|
-
"bitOffset": 0,
|
|
698
|
-
"bitLength": 16,
|
|
699
|
-
"outType": "uint"
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"name": "pktFilter",
|
|
703
|
-
"byteOffset": 17,
|
|
704
|
-
"byteLength": 1,
|
|
705
|
-
"bitOffset": 3,
|
|
706
|
-
"bitLength": 5,
|
|
707
|
-
"outType": "string",
|
|
708
|
-
"map": {
|
|
709
|
-
"00":"Random first Arriving packet",
|
|
710
|
-
"10":"Disable forwarding",
|
|
711
|
-
"11":"Temperature packet",
|
|
712
|
-
"12":"Advanced packet",
|
|
713
|
-
"13":"Temperature and Advanced packets",
|
|
714
|
-
"14":"Debug packet",
|
|
715
|
-
"15":"Temperature and Debug packets",
|
|
716
|
-
"17":"Temperature Advanced and Debug packets"
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"name": "txRepetition",
|
|
721
|
-
"byteOffset": 17,
|
|
722
|
-
"byteLength": 1,
|
|
723
|
-
"bitOffset": 0,
|
|
724
|
-
"bitLength": 3,
|
|
725
|
-
"outType": "uint"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"name": "commOutputPower",
|
|
729
|
-
"byteOffset": 18,
|
|
730
|
-
"byteLength": 1,
|
|
731
|
-
"bitOffset": 0,
|
|
732
|
-
"bitLength": 8,
|
|
733
|
-
"outType": "int"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"name": "commPattern",
|
|
737
|
-
"byteOffset": 19,
|
|
738
|
-
"byteLength": 1,
|
|
739
|
-
"bitOffset": 4,
|
|
740
|
-
"bitLength": 4,
|
|
741
|
-
"outType": "string",
|
|
742
|
-
"map": {
|
|
743
|
-
"00":"Standard beaconing",
|
|
744
|
-
"01":"No Beacons on Channel 37",
|
|
745
|
-
"02":"EU pattern",
|
|
746
|
-
"03":"Extended Advertising",
|
|
747
|
-
"04":"Extended Advertising - No Pointers on Channel 37",
|
|
748
|
-
"05":"Extended Advertising - Channel 10"
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
]
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
"version": "8",
|
|
755
|
-
"packetFields": [
|
|
756
|
-
{
|
|
757
|
-
"name": "moduleType",
|
|
758
|
-
"byteOffset": 5,
|
|
759
|
-
"byteLength": 1,
|
|
760
|
-
"bitOffset": 4,
|
|
761
|
-
"bitLength": 4,
|
|
762
|
-
"outType": "uint"
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"name": "msgType",
|
|
766
|
-
"byteOffset": 5,
|
|
767
|
-
"byteLength": 1,
|
|
768
|
-
"bitOffset": 0,
|
|
769
|
-
"bitLength": 4,
|
|
770
|
-
"outType": "uint"
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"name": "apiVersion",
|
|
774
|
-
"byteOffset": 6,
|
|
775
|
-
"byteLength": 1,
|
|
776
|
-
"bitOffset": 0,
|
|
777
|
-
"bitLength": 8,
|
|
778
|
-
"outType": "uint"
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"name": "seqId",
|
|
782
|
-
"byteOffset": 7,
|
|
783
|
-
"byteLength": 1,
|
|
784
|
-
"bitOffset": 0,
|
|
785
|
-
"bitLength": 8,
|
|
786
|
-
"outType": "uint"
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"name": "brgMac",
|
|
790
|
-
"byteOffset": 8,
|
|
791
|
-
"byteLength": 6,
|
|
792
|
-
"bitOffset": 0,
|
|
793
|
-
"bitLength": 48,
|
|
794
|
-
"outType": "string"
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"name": "globalPacingGroup",
|
|
798
|
-
"byteOffset": 14,
|
|
799
|
-
"byteLength": 1,
|
|
800
|
-
"bitOffset": 4,
|
|
801
|
-
"bitLength": 4,
|
|
802
|
-
"outType": "uint"
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"name": "pacerInterval",
|
|
806
|
-
"byteOffset": 15,
|
|
807
|
-
"byteLength": 2,
|
|
808
|
-
"bitOffset": 0,
|
|
809
|
-
"bitLength": 16,
|
|
810
|
-
"outType": "uint"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"name": "pktTypesMask",
|
|
814
|
-
"byteOffset": 17,
|
|
815
|
-
"byteLength": 1,
|
|
816
|
-
"bitOffset": 3,
|
|
817
|
-
"bitLength": 5,
|
|
818
|
-
"outType": "uint"
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"name": "txRepetition",
|
|
822
|
-
"byteOffset": 17,
|
|
823
|
-
"byteLength": 1,
|
|
824
|
-
"bitOffset": 0,
|
|
825
|
-
"bitLength": 3,
|
|
826
|
-
"outType": "uint"
|
|
827
|
-
}
|
|
828
|
-
]
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"version": "7",
|
|
832
|
-
"packetFields": [
|
|
833
|
-
{
|
|
834
|
-
"name": "moduleType",
|
|
835
|
-
"byteOffset": 5,
|
|
836
|
-
"byteLength": 1,
|
|
837
|
-
"bitOffset": 4,
|
|
838
|
-
"bitLength": 4,
|
|
839
|
-
"outType": "uint"
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"name": "msgType",
|
|
843
|
-
"byteOffset": 5,
|
|
844
|
-
"byteLength": 1,
|
|
845
|
-
"bitOffset": 0,
|
|
846
|
-
"bitLength": 4,
|
|
847
|
-
"outType": "uint"
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
"name": "apiVersion",
|
|
851
|
-
"byteOffset": 6,
|
|
852
|
-
"byteLength": 1,
|
|
853
|
-
"bitOffset": 0,
|
|
854
|
-
"bitLength": 8,
|
|
855
|
-
"outType": "uint"
|
|
856
|
-
},
|
|
857
|
-
{
|
|
858
|
-
"name": "seqId",
|
|
859
|
-
"byteOffset": 7,
|
|
860
|
-
"byteLength": 1,
|
|
861
|
-
"bitOffset": 0,
|
|
862
|
-
"bitLength": 8,
|
|
863
|
-
"outType": "uint"
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
"name": "brgMac",
|
|
867
|
-
"byteOffset": 8,
|
|
868
|
-
"byteLength": 6,
|
|
869
|
-
"bitOffset": 0,
|
|
870
|
-
"bitLength": 48,
|
|
871
|
-
"outType": "string"
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"name": "globalPacingGroup",
|
|
875
|
-
"byteOffset": 14,
|
|
876
|
-
"byteLength": 1,
|
|
877
|
-
"bitOffset": 4,
|
|
878
|
-
"bitLength": 4,
|
|
879
|
-
"outType": "uint"
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
"name": "pacerInterval",
|
|
883
|
-
"byteOffset": 15,
|
|
884
|
-
"byteLength": 2,
|
|
885
|
-
"bitOffset": 0,
|
|
886
|
-
"bitLength": 16,
|
|
887
|
-
"outType": "uint"
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"name": "txRepetition",
|
|
891
|
-
"byteOffset": 17,
|
|
892
|
-
"byteLength": 1,
|
|
893
|
-
"bitOffset": 0,
|
|
894
|
-
"bitLength": 3,
|
|
895
|
-
"outType": "uint"
|
|
896
|
-
}
|
|
897
|
-
]
|
|
898
|
-
}
|
|
899
|
-
]
|
|
900
|
-
}
|