wiliot-certificate 1.5.2a1__py3-none-any.whl → 4.4.0__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.
- brg_certificate/ag/energous_v0_defines.py +105 -114
- brg_certificate/ag/energous_v1_defines.py +105 -114
- brg_certificate/ag/energous_v2_defines.py +105 -114
- brg_certificate/ag/energous_v3_defines.py +105 -114
- brg_certificate/ag/energous_v4_defines.py +105 -114
- brg_certificate/ag/fanstel_lan_v0_defines.py +105 -114
- brg_certificate/ag/fanstel_lte_v0_defines.py +105 -114
- brg_certificate/ag/fanstel_wifi_v0_defines.py +105 -114
- brg_certificate/ag/minew_lte_v0_defines.py +105 -114
- brg_certificate/ag/wlt_types.html +983 -150
- brg_certificate/ag/wlt_types_ag.py +1326 -248
- brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +69 -0
- brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +101 -0
- brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +45 -0
- brg_certificate/ag/wlt_types_ag_jsons/calibration.json +75 -0
- brg_certificate/ag/wlt_types_ag_jsons/custom.json +99 -0
- brg_certificate/ag/wlt_types_ag_jsons/datapath.json +133 -8
- brg_certificate/ag/wlt_types_ag_jsons/energy2400.json +99 -0
- brg_certificate/ag/wlt_types_ag_jsons/energySub1g.json +96 -0
- brg_certificate/ag/wlt_types_ag_jsons/externalSensor.json +113 -0
- brg_certificate/ag/wlt_types_ag_jsons/interface.json +157 -0
- brg_certificate/ag/wlt_types_ag_jsons/powerManagement.json +205 -0
- brg_certificate/cert_common.py +61 -11
- brg_certificate/cert_config.py +12 -7
- brg_certificate/cert_utils.py +3 -1
- brg_certificate/certificate_bcc_test_list.txt +0 -2
- brg_certificate/certificate_test_list.txt +4 -4
- brg_certificate/tests/calibration/interval_test/interval_test.json +1 -1
- brg_certificate/tests/calibration/interval_test/interval_test.py +5 -5
- brg_certificate/tests/calibration/output_power_test/output_power_test.json +1 -1
- brg_certificate/tests/calibration/output_power_test/output_power_test.py +5 -5
- brg_certificate/tests/calibration/pattern_test/pattern_test.json +1 -1
- brg_certificate/tests/calibration/pattern_test/pattern_test.py +16 -10
- brg_certificate/tests/datapath/aging_test/aging_test.py +10 -9
- brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +8 -13
- brg_certificate/tests/datapath/output_power_test/output_power_test.json +1 -1
- brg_certificate/tests/datapath/output_power_test/output_power_test.py +5 -5
- brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +1 -1
- brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +11 -7
- brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py +11 -4
- brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py +10 -10
- brg_certificate/tests/datapath/pattern_test/pattern_test.json +1 -1
- brg_certificate/tests/datapath/pattern_test/pattern_test.py +5 -6
- brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +1 -1
- brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +10 -9
- brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +1 -1
- brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py +11 -10
- brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +1 -1
- brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py +11 -10
- brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +1 -1
- brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py +11 -10
- brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json +1 -1
- brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py +5 -6
- brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +39 -37
- brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py +46 -46
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +2 -3
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +21 -17
- brg_certificate/tests/datapath/stress_test/stress_test.json +2 -3
- brg_certificate/tests/datapath/stress_test/stress_test.py +20 -17
- brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py +1 -1
- brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +1 -1
- brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py +12 -10
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.json +1 -1
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.py +13 -13
- brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py +1 -1
- brg_certificate/tests/edge_mgmt/leds_test/leds_test.py +2 -2
- brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +1 -1
- brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py +5 -5
- brg_certificate/tests/energy2400/output_power_test/output_power_test.json +1 -1
- brg_certificate/tests/energy2400/output_power_test/output_power_test.py +5 -5
- brg_certificate/tests/energy2400/pattern_test/pattern_test.json +1 -1
- brg_certificate/tests/energy2400/pattern_test/pattern_test.py +5 -5
- brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.json +2 -2
- brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.py +256 -278
- brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.json +2 -2
- brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.py +256 -278
- brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py +3 -3
- brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +30 -91
- brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +1 -1
- brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py +5 -5
- brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json +1 -1
- brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py +5 -5
- brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py +2 -2
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json +1 -1
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py +5 -5
- brg_certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.py +2 -2
- brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json +1 -1
- brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py +6 -7
- brg_certificate/wltPb_pb2.py +4 -4
- brg_certificate/wltPb_pb2.pyi +2 -1
- gw_certificate/api_if/gw_capabilities.py +37 -1
- gw_certificate/common/serialization_formatter.py +93 -0
- gw_certificate/common/wltPb_pb2.py +50 -38
- gw_certificate/common/wltPb_pb2.pyi +42 -35
- gw_certificate/gw_certificate.py +4 -2
- gw_certificate/gw_certificate_cli.py +5 -4
- gw_certificate/interface/4.4.91_app.zip +0 -0
- gw_certificate/interface/{4.4.52_sd_bl_app.zip → 4.4.91_sd_bl_app.zip} +0 -0
- gw_certificate/interface/ble_simulator.py +5 -3
- gw_certificate/interface/flash_fw.py +90 -0
- gw_certificate/interface/mqtt.py +39 -23
- gw_certificate/interface/pkt_generator.py +0 -44
- gw_certificate/interface/uart_if.py +25 -12
- gw_certificate/tests/actions.py +33 -5
- gw_certificate/tests/connection.py +3 -1
- gw_certificate/tests/downlink.py +2 -2
- gw_certificate/tests/generic.py +5 -4
- gw_certificate/tests/registration.py +4 -4
- gw_certificate/tests/static/generated_packet_table.py +47 -25
- gw_certificate/tests/static/packet_table.csv +10067 -10051
- gw_certificate/tests/static/uplink_defines.py +2 -1
- gw_certificate/tests/throughput.py +3 -2
- gw_certificate/tests/uplink.py +171 -32
- {wiliot_certificate-1.5.2a1.dist-info → wiliot_certificate-4.4.0.dist-info}/METADATA +71 -30
- {wiliot_certificate-1.5.2a1.dist-info → wiliot_certificate-4.4.0.dist-info}/RECORD +119 -117
- {wiliot_certificate-1.5.2a1.dist-info → wiliot_certificate-4.4.0.dist-info}/WHEEL +1 -1
- gw_certificate/interface/4.4.52_app.zip +0 -0
- {wiliot_certificate-1.5.2a1.dist-info → wiliot_certificate-4.4.0.dist-info}/entry_points.txt +0 -0
- {wiliot_certificate-1.5.2a1.dist-info → wiliot_certificate-4.4.0.dist-info}/licenses/LICENSE +0 -0
- {wiliot_certificate-1.5.2a1.dist-info → wiliot_certificate-4.4.0.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,74 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": [
|
|
3
|
+
{
|
|
4
|
+
"version": "13",
|
|
5
|
+
"packetFields": [
|
|
6
|
+
{
|
|
7
|
+
"name": "msgType",
|
|
8
|
+
"byteOffset": 5,
|
|
9
|
+
"byteLength": 1,
|
|
10
|
+
"bitOffset": 0,
|
|
11
|
+
"bitLength": 8,
|
|
12
|
+
"outType": "uint"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "apiVersion",
|
|
16
|
+
"byteOffset": 6,
|
|
17
|
+
"byteLength": 1,
|
|
18
|
+
"bitOffset": 0,
|
|
19
|
+
"bitLength": 8,
|
|
20
|
+
"outType": "uint"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "seqId",
|
|
24
|
+
"byteOffset": 7,
|
|
25
|
+
"byteLength": 1,
|
|
26
|
+
"bitOffset": 0,
|
|
27
|
+
"bitLength": 8,
|
|
28
|
+
"outType": "uint"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "srcBrgMac",
|
|
32
|
+
"byteOffset": 8,
|
|
33
|
+
"byteLength": 6,
|
|
34
|
+
"bitOffset": 0,
|
|
35
|
+
"bitLength": 48,
|
|
36
|
+
"outType": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "actionId",
|
|
40
|
+
"byteOffset": 14,
|
|
41
|
+
"byteLength": 1,
|
|
42
|
+
"bitOffset": 0,
|
|
43
|
+
"bitLength": 8,
|
|
44
|
+
"outType": "uint"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "destBrgMac",
|
|
48
|
+
"byteOffset": 15,
|
|
49
|
+
"byteLength": 6,
|
|
50
|
+
"bitOffset": 0,
|
|
51
|
+
"bitLength": 48,
|
|
52
|
+
"outType": "string"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "app",
|
|
56
|
+
"byteOffset": 21,
|
|
57
|
+
"byteLength": 1,
|
|
58
|
+
"bitOffset": 0,
|
|
59
|
+
"bitLength": 8,
|
|
60
|
+
"outType": "uint"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "bootloader",
|
|
64
|
+
"byteOffset": 22,
|
|
65
|
+
"byteLength": 1,
|
|
66
|
+
"bitOffset": 0,
|
|
67
|
+
"bitLength": 8,
|
|
68
|
+
"outType": "uint"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
},
|
|
3
72
|
{
|
|
4
73
|
"version": "12",
|
|
5
74
|
"packetFields": [
|
|
@@ -1,5 +1,106 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": [
|
|
3
|
+
{
|
|
4
|
+
"version": "13",
|
|
5
|
+
"packetFields": [
|
|
6
|
+
{
|
|
7
|
+
"name": "msgType",
|
|
8
|
+
"byteOffset": 5,
|
|
9
|
+
"byteLength": 1,
|
|
10
|
+
"bitOffset": 0,
|
|
11
|
+
"bitLength": 8,
|
|
12
|
+
"outType": "uint"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "apiVersion",
|
|
16
|
+
"byteOffset": 6,
|
|
17
|
+
"byteLength": 1,
|
|
18
|
+
"bitOffset": 0,
|
|
19
|
+
"bitLength": 8,
|
|
20
|
+
"outType": "uint"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "seqId",
|
|
24
|
+
"byteOffset": 7,
|
|
25
|
+
"byteLength": 1,
|
|
26
|
+
"bitOffset": 0,
|
|
27
|
+
"bitLength": 8,
|
|
28
|
+
"outType": "uint"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "brgMac",
|
|
32
|
+
"byteOffset": 8,
|
|
33
|
+
"byteLength": 6,
|
|
34
|
+
"bitOffset": 0,
|
|
35
|
+
"bitLength": 48,
|
|
36
|
+
"outType": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "nonWltRxPktsCtr",
|
|
40
|
+
"byteOffset": 14,
|
|
41
|
+
"byteLength": 3,
|
|
42
|
+
"bitOffset": 0,
|
|
43
|
+
"bitLength": 24,
|
|
44
|
+
"outType": "uint"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "badCrcPktsCtr",
|
|
48
|
+
"byteOffset": 17,
|
|
49
|
+
"byteLength": 3,
|
|
50
|
+
"bitOffset": 0,
|
|
51
|
+
"bitLength": 24,
|
|
52
|
+
"outType": "uint"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "wltRxPktsCtr",
|
|
56
|
+
"byteOffset": 20,
|
|
57
|
+
"byteLength": 3,
|
|
58
|
+
"bitOffset": 0,
|
|
59
|
+
"bitLength": 24,
|
|
60
|
+
"outType": "uint"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "wltTxPktsCtr",
|
|
64
|
+
"byteOffset": 23,
|
|
65
|
+
"byteLength": 2,
|
|
66
|
+
"bitOffset": 0,
|
|
67
|
+
"bitLength": 16,
|
|
68
|
+
"outType": "uint"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "tagsCtr",
|
|
72
|
+
"byteOffset": 25,
|
|
73
|
+
"byteLength": 2,
|
|
74
|
+
"bitOffset": 0,
|
|
75
|
+
"bitLength": 16,
|
|
76
|
+
"outType": "uint"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "txQueueWatermark",
|
|
80
|
+
"byteOffset": 27,
|
|
81
|
+
"byteLength": 1,
|
|
82
|
+
"bitOffset": 0,
|
|
83
|
+
"bitLength": 8,
|
|
84
|
+
"outType": "uint"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "dynamic",
|
|
88
|
+
"byteOffset": 28,
|
|
89
|
+
"byteLength": 1,
|
|
90
|
+
"bitOffset": 7,
|
|
91
|
+
"bitLength": 1,
|
|
92
|
+
"outType": "boolean"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "effectivePacerIncrement",
|
|
96
|
+
"byteOffset": 28,
|
|
97
|
+
"byteLength": 1,
|
|
98
|
+
"bitOffset": 0,
|
|
99
|
+
"bitLength": 7,
|
|
100
|
+
"outType": "uint"
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
3
104
|
{
|
|
4
105
|
"version": "12",
|
|
5
106
|
"packetFields": [
|
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": [
|
|
3
|
+
{
|
|
4
|
+
"version": "13",
|
|
5
|
+
"packetFields": [
|
|
6
|
+
{
|
|
7
|
+
"name": "msgType",
|
|
8
|
+
"byteOffset": 5,
|
|
9
|
+
"byteLength": 1,
|
|
10
|
+
"bitOffset": 0,
|
|
11
|
+
"bitLength": 8,
|
|
12
|
+
"outType": "uint"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "apiVersion",
|
|
16
|
+
"byteOffset": 6,
|
|
17
|
+
"byteLength": 1,
|
|
18
|
+
"bitOffset": 0,
|
|
19
|
+
"bitLength": 8,
|
|
20
|
+
"outType": "uint"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "seqId",
|
|
24
|
+
"byteOffset": 7,
|
|
25
|
+
"byteLength": 1,
|
|
26
|
+
"bitOffset": 0,
|
|
27
|
+
"bitLength": 8,
|
|
28
|
+
"outType": "uint"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "brgMac",
|
|
32
|
+
"byteOffset": 8,
|
|
33
|
+
"byteLength": 6,
|
|
34
|
+
"bitOffset": 0,
|
|
35
|
+
"bitLength": 48,
|
|
36
|
+
"outType": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "dynamic",
|
|
40
|
+
"byteOffset": 14,
|
|
41
|
+
"byteLength": 1,
|
|
42
|
+
"bitOffset": 0,
|
|
43
|
+
"bitLength": 1,
|
|
44
|
+
"outType": "boolean"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
},
|
|
3
48
|
{
|
|
4
49
|
"version": "12",
|
|
5
50
|
"packetFields": [
|
|
@@ -1,5 +1,80 @@
|
|
|
1
1
|
{
|
|
2
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": "interval",
|
|
48
|
+
"byteOffset": 14,
|
|
49
|
+
"byteLength": 1,
|
|
50
|
+
"bitOffset": 0,
|
|
51
|
+
"bitLength": 8,
|
|
52
|
+
"outType": "uint"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "outputPower",
|
|
56
|
+
"byteOffset": 15,
|
|
57
|
+
"byteLength": 1,
|
|
58
|
+
"bitOffset": 0,
|
|
59
|
+
"bitLength": 8,
|
|
60
|
+
"outType": "int"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "pattern",
|
|
64
|
+
"byteOffset": 16,
|
|
65
|
+
"byteLength": 1,
|
|
66
|
+
"bitOffset": 4,
|
|
67
|
+
"bitLength": 4,
|
|
68
|
+
"outType": "string",
|
|
69
|
+
"map": {
|
|
70
|
+
"00":"Standard beaconing",
|
|
71
|
+
"01":"No Beacons on Channel 37",
|
|
72
|
+
"02":"EU pattern",
|
|
73
|
+
"03":"Disable calibration beaconing"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
},
|
|
3
78
|
{
|
|
4
79
|
"version": "12",
|
|
5
80
|
"packetFields": [
|
|
@@ -1,5 +1,104 @@
|
|
|
1
1
|
{
|
|
2
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": "stateThreshold",
|
|
48
|
+
"byteOffset": 14,
|
|
49
|
+
"byteLength": 1,
|
|
50
|
+
"bitOffset": 0,
|
|
51
|
+
"bitLength": 8,
|
|
52
|
+
"outType": "uint",
|
|
53
|
+
"calculations": [
|
|
54
|
+
{
|
|
55
|
+
"operator": "*",
|
|
56
|
+
"operand": 31
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"operator": "+",
|
|
60
|
+
"operand": 0
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "wakeUpDuration",
|
|
66
|
+
"byteOffset": 15,
|
|
67
|
+
"byteLength": 1,
|
|
68
|
+
"bitOffset": 0,
|
|
69
|
+
"bitLength": 8,
|
|
70
|
+
"outType": "uint",
|
|
71
|
+
"calculations": [
|
|
72
|
+
{
|
|
73
|
+
"operator": "*",
|
|
74
|
+
"operand": 3
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"operator": "+",
|
|
78
|
+
"operand": 0
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "sleepDuration",
|
|
84
|
+
"byteOffset": 16,
|
|
85
|
+
"byteLength": 1,
|
|
86
|
+
"bitOffset": 0,
|
|
87
|
+
"bitLength": 8,
|
|
88
|
+
"outType": "uint",
|
|
89
|
+
"calculations": [
|
|
90
|
+
{
|
|
91
|
+
"operator": "*",
|
|
92
|
+
"operand": 5
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"operator": "+",
|
|
96
|
+
"operand": 0
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
3
102
|
{
|
|
4
103
|
"version": "12",
|
|
5
104
|
"packetFields": [
|
|
@@ -1,5 +1,138 @@
|
|
|
1
1
|
{
|
|
2
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": "int"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "pattern",
|
|
108
|
+
"byteOffset": 19,
|
|
109
|
+
"byteLength": 1,
|
|
110
|
+
"bitOffset": 4,
|
|
111
|
+
"bitLength": 4,
|
|
112
|
+
"outType": "string",
|
|
113
|
+
"map": {
|
|
114
|
+
"00":"Standard beaconing",
|
|
115
|
+
"01":"No Beacons on Channel 37",
|
|
116
|
+
"02":"EU pattern"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "rxChannel",
|
|
121
|
+
"byteOffset": 19,
|
|
122
|
+
"byteLength": 1,
|
|
123
|
+
"bitOffset": 0,
|
|
124
|
+
"bitLength": 4,
|
|
125
|
+
"outType": "string",
|
|
126
|
+
"map": {
|
|
127
|
+
"00":"Channel 37 - primary advertisement channel",
|
|
128
|
+
"01":"Channel 38 - primary advertisement channel",
|
|
129
|
+
"02":"Channel 39 - primary advertisement channel",
|
|
130
|
+
"03":"Channel 10 - 2Mbps - E2/E3 Pixels",
|
|
131
|
+
"04":"Channel 10 - 2Mbps - E4 Pixels"
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
},
|
|
3
136
|
{
|
|
4
137
|
"version": "12",
|
|
5
138
|
"packetFields": [
|
|
@@ -650,14 +783,6 @@
|
|
|
650
783
|
"bitLength": 16,
|
|
651
784
|
"outType": "uint"
|
|
652
785
|
},
|
|
653
|
-
{
|
|
654
|
-
"name": "unsued2",
|
|
655
|
-
"byteOffset": 17,
|
|
656
|
-
"byteLength": 1,
|
|
657
|
-
"bitOffset": 3,
|
|
658
|
-
"bitLength": 5,
|
|
659
|
-
"outType": "uint"
|
|
660
|
-
},
|
|
661
786
|
{
|
|
662
787
|
"name": "txRepetition",
|
|
663
788
|
"byteOffset": 17,
|
|
@@ -1,5 +1,104 @@
|
|
|
1
1
|
{
|
|
2
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": "dutyCycle",
|
|
48
|
+
"byteOffset": 14,
|
|
49
|
+
"byteLength": 1,
|
|
50
|
+
"bitOffset": 0,
|
|
51
|
+
"bitLength": 8,
|
|
52
|
+
"outType": "uint"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "pattern",
|
|
56
|
+
"byteOffset": 15,
|
|
57
|
+
"byteLength": 1,
|
|
58
|
+
"bitOffset": 0,
|
|
59
|
+
"bitLength": 8,
|
|
60
|
+
"outType": "string",
|
|
61
|
+
"map": {
|
|
62
|
+
"00":"No Energizing",
|
|
63
|
+
"01":"Channel 37",
|
|
64
|
+
"02":"Channel 38",
|
|
65
|
+
"03":"Channel 39",
|
|
66
|
+
"04":"2450MHz",
|
|
67
|
+
"05":"2454MHz"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "outputPower",
|
|
72
|
+
"byteOffset": 16,
|
|
73
|
+
"byteLength": 1,
|
|
74
|
+
"bitOffset": 0,
|
|
75
|
+
"bitLength": 8,
|
|
76
|
+
"outType": "int"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "signalIndicatorCycle",
|
|
80
|
+
"byteOffset": 17,
|
|
81
|
+
"byteLength": 2,
|
|
82
|
+
"bitOffset": 2,
|
|
83
|
+
"bitLength": 14,
|
|
84
|
+
"outType": "uint"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "signalIndicatorRep",
|
|
88
|
+
"byteOffset": 18,
|
|
89
|
+
"byteLength": 1,
|
|
90
|
+
"bitOffset": 0,
|
|
91
|
+
"bitLength": 2,
|
|
92
|
+
"outType": "uint",
|
|
93
|
+
"map": {
|
|
94
|
+
"0":1,
|
|
95
|
+
"1":2,
|
|
96
|
+
"2":3,
|
|
97
|
+
"3":4
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
3
102
|
{
|
|
4
103
|
"version": "12",
|
|
5
104
|
"packetFields": [
|