wiliot-certificate 1.3.0a1__py3-none-any.whl → 1.4.0a2__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/__init__.py +0 -0
- brg_certificate/ag/energous_v0_defines.py +925 -0
- brg_certificate/ag/energous_v1_defines.py +931 -0
- brg_certificate/ag/energous_v2_defines.py +925 -0
- brg_certificate/ag/energous_v3_defines.py +925 -0
- brg_certificate/ag/energous_v4_defines.py +925 -0
- brg_certificate/ag/fanstel_lan_v0_defines.py +925 -0
- brg_certificate/ag/fanstel_lte_v0_defines.py +925 -0
- brg_certificate/ag/fanstel_wifi_v0_defines.py +925 -0
- brg_certificate/ag/minew_lte_v0_defines.py +925 -0
- brg_certificate/ag/wlt_cmd_if.html +102 -0
- brg_certificate/ag/wlt_types.html +6114 -0
- brg_certificate/ag/wlt_types_ag.py +7840 -0
- brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +142 -0
- brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +785 -0
- brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +139 -0
- brg_certificate/ag/wlt_types_ag_jsons/calibration.json +394 -0
- brg_certificate/ag/wlt_types_ag_jsons/custom.json +515 -0
- brg_certificate/ag/wlt_types_ag_jsons/datapath.json +672 -0
- brg_certificate/ag/wlt_types_ag_jsons/energy2400.json +550 -0
- brg_certificate/ag/wlt_types_ag_jsons/energySub1g.json +595 -0
- brg_certificate/ag/wlt_types_ag_jsons/externalSensor.json +598 -0
- brg_certificate/ag/wlt_types_ag_jsons/interface.json +938 -0
- brg_certificate/ag/wlt_types_ag_jsons/powerManagement.json +1234 -0
- brg_certificate/ag/wlt_types_ag_jsons/side_info_sensor.json +105 -0
- brg_certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json +77 -0
- brg_certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json +61 -0
- brg_certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json +110 -0
- brg_certificate/brg_certificate.py +191 -0
- brg_certificate/brg_certificate_cli.py +47 -0
- brg_certificate/cert_common.py +828 -0
- brg_certificate/cert_config.py +395 -0
- brg_certificate/cert_data_sim.py +188 -0
- brg_certificate/cert_defines.py +337 -0
- brg_certificate/cert_gw_sim.py +285 -0
- brg_certificate/cert_mqtt.py +373 -0
- brg_certificate/cert_prints.py +181 -0
- brg_certificate/cert_protobuf.py +88 -0
- brg_certificate/cert_results.py +300 -0
- brg_certificate/cert_utils.py +358 -0
- brg_certificate/certificate_sanity_test_list.txt +36 -0
- brg_certificate/certificate_test_list.txt +43 -0
- brg_certificate/config/eclipse.json +10 -0
- brg_certificate/config/hivemq.json +10 -0
- brg_certificate/config/mosquitto.json +10 -0
- brg_certificate/config/mosquitto.md +95 -0
- brg_certificate/config/wiliot-dev.json +10 -0
- brg_certificate/restore_brg.py +59 -0
- brg_certificate/tests/calibration/interval_test/interval_test.json +13 -0
- brg_certificate/tests/calibration/interval_test/interval_test.py +28 -0
- brg_certificate/tests/calibration/output_power_test/output_power_test.json +13 -0
- brg_certificate/tests/calibration/output_power_test/output_power_test.py +28 -0
- brg_certificate/tests/calibration/pattern_test/pattern_test.json +13 -0
- brg_certificate/tests/calibration/pattern_test/pattern_test.py +70 -0
- brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.json +13 -0
- brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.py +76 -0
- brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json +13 -0
- brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +83 -0
- brg_certificate/tests/datapath/output_power_test/output_power_test.json +13 -0
- brg_certificate/tests/datapath/output_power_test/output_power_test.py +27 -0
- brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +13 -0
- brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +43 -0
- brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json +13 -0
- brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py +63 -0
- brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json +13 -0
- brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py +50 -0
- brg_certificate/tests/datapath/pattern_test/pattern_test.json +13 -0
- brg_certificate/tests/datapath/pattern_test/pattern_test.py +28 -0
- brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +13 -0
- brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +51 -0
- brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +13 -0
- brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py +54 -0
- brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +13 -0
- brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py +55 -0
- brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +13 -0
- brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py +73 -0
- brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json +13 -0
- brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py +41 -0
- brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json +21 -0
- brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +184 -0
- brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json +21 -0
- brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py +210 -0
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +30 -0
- brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +203 -0
- brg_certificate/tests/datapath/stress_test/stress_test.json +30 -0
- brg_certificate/tests/datapath/stress_test/stress_test.py +210 -0
- brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json +13 -0
- brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py +113 -0
- brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +13 -0
- brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py +79 -0
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.json +13 -0
- brg_certificate/tests/edge_mgmt/actions_test/actions_test.py +432 -0
- brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json +13 -0
- brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py +94 -0
- brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json +13 -0
- brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py +87 -0
- brg_certificate/tests/edge_mgmt/leds_test/leds_test.json +13 -0
- brg_certificate/tests/edge_mgmt/leds_test/leds_test.py +210 -0
- brg_certificate/tests/edge_mgmt/ota_test/ota_test.json +13 -0
- brg_certificate/tests/edge_mgmt/ota_test/ota_test.py +83 -0
- brg_certificate/tests/edge_mgmt/stat_test/stat_test.json +13 -0
- brg_certificate/tests/edge_mgmt/stat_test/stat_test.py +48 -0
- brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +13 -0
- brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py +26 -0
- brg_certificate/tests/energy2400/output_power_test/output_power_test.json +13 -0
- brg_certificate/tests/energy2400/output_power_test/output_power_test.py +27 -0
- brg_certificate/tests/energy2400/pattern_test/pattern_test.json +13 -0
- brg_certificate/tests/energy2400/pattern_test/pattern_test.py +28 -0
- brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json +13 -0
- brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +398 -0
- brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json +13 -0
- brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py +153 -0
- brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json +13 -0
- brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +264 -0
- brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +13 -0
- brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py +27 -0
- brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json +13 -0
- brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py +26 -0
- brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json +13 -0
- brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py +397 -0
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json +13 -0
- brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py +27 -0
- brg_certificate/wltPb_pb2.py +72 -0
- brg_certificate/wltPb_pb2.pyi +227 -0
- brg_certificate/wlt_types.py +114 -0
- gw_certificate/api/extended_api.py +7 -1531
- gw_certificate/api_if/200/data.json +106 -0
- gw_certificate/api_if/200/logs.json +12 -0
- gw_certificate/api_if/200/status.json +47 -0
- gw_certificate/api_if/201/data.json +98 -0
- gw_certificate/api_if/201/logs.json +12 -0
- gw_certificate/api_if/201/status.json +53 -0
- gw_certificate/api_if/202/data.json +83 -0
- gw_certificate/api_if/202/logs.json +12 -0
- gw_certificate/api_if/202/status.json +60 -0
- gw_certificate/api_if/203/data.json +85 -0
- gw_certificate/api_if/203/logs.json +12 -0
- gw_certificate/api_if/203/status.json +63 -0
- gw_certificate/api_if/204/data.json +85 -0
- gw_certificate/api_if/204/logs.json +12 -0
- gw_certificate/api_if/204/status.json +63 -0
- gw_certificate/api_if/205/data.json +85 -0
- gw_certificate/api_if/205/logs.json +12 -0
- gw_certificate/api_if/205/status.json +63 -0
- gw_certificate/api_if/api_validation.py +0 -2
- gw_certificate/common/analysis_data_bricks.py +18 -1413
- gw_certificate/common/debug.py +0 -21
- gw_certificate/common/utils.py +1 -212
- gw_certificate/common/utils_defines.py +0 -87
- gw_certificate/gw_certificate.py +9 -7
- gw_certificate/gw_certificate_cli.py +39 -23
- gw_certificate/interface/4.4.52_app.zip +0 -0
- gw_certificate/interface/4.4.52_sd_bl_app.zip +0 -0
- gw_certificate/interface/ble_simulator.py +0 -32
- gw_certificate/interface/if_defines.py +1 -0
- gw_certificate/interface/mqtt.py +96 -19
- gw_certificate/interface/nrfutil-linux +0 -0
- gw_certificate/interface/nrfutil-mac +0 -0
- gw_certificate/interface/nrfutil.exe +0 -0
- gw_certificate/interface/pkt_generator.py +0 -82
- gw_certificate/interface/uart_if.py +73 -43
- gw_certificate/templates/results.html +1 -1
- gw_certificate/tests/__init__.py +1 -2
- gw_certificate/tests/actions.py +134 -9
- gw_certificate/tests/connection.py +10 -5
- gw_certificate/tests/downlink.py +2 -4
- gw_certificate/tests/generic.py +62 -12
- gw_certificate/tests/registration.py +78 -27
- gw_certificate/tests/static/generated_packet_table.py +12 -48
- gw_certificate/tests/static/packet_table.csv +10048 -10048
- gw_certificate/tests/static/references.py +2 -1
- gw_certificate/tests/static/uplink_defines.py +0 -7
- gw_certificate/tests/throughput.py +7 -12
- gw_certificate/tests/uplink.py +83 -43
- {wiliot_certificate-1.3.0a1.dist-info → wiliot_certificate-1.4.0a2.dist-info}/METADATA +59 -8
- wiliot_certificate-1.4.0a2.dist-info/RECORD +198 -0
- {wiliot_certificate-1.3.0a1.dist-info → wiliot_certificate-1.4.0a2.dist-info}/WHEEL +1 -1
- wiliot_certificate-1.4.0a2.dist-info/entry_points.txt +3 -0
- wiliot_certificate-1.4.0a2.dist-info/top_level.txt +2 -0
- gw_certificate/interface/packet_error.py +0 -22
- wiliot_certificate-1.3.0a1.dist-info/RECORD +0 -51
- wiliot_certificate-1.3.0a1.dist-info/entry_points.txt +0 -2
- wiliot_certificate-1.3.0a1.dist-info/top_level.txt +0 -1
- {wiliot_certificate-1.3.0a1.dist-info → wiliot_certificate-1.4.0a2.dist-info}/LICENSE +0 -0
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
brg_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
brg_certificate/brg_certificate.py,sha256=_yS1fNPS_qRSvsi5GoFLpE5FyHslLwIe2YI4Yuqd53Y,7732
|
|
3
|
+
brg_certificate/brg_certificate_cli.py,sha256=7I-u9awOrAxPx0QuiHbo6rcZYme7OyNn9y5B1RG8Ffs,2650
|
|
4
|
+
brg_certificate/cert_common.py,sha256=8PxFWIX9xXiLE_GNcJNW8I_5TaGTfUCPkQRTE4SKxNM,38370
|
|
5
|
+
brg_certificate/cert_config.py,sha256=JhFwiSDJbm78juth7vzPkHtqdzPNJU9gSDZq_cu5C5s,19679
|
|
6
|
+
brg_certificate/cert_data_sim.py,sha256=VgUiiDpTbdPB6wu3MOvVZ3Qi5k14nyKB2ceh1G17-iQ,8826
|
|
7
|
+
brg_certificate/cert_defines.py,sha256=Z3bvStvwT8vepUsM6adIk0XzWVepBHn82DiPqritfdI,17092
|
|
8
|
+
brg_certificate/cert_gw_sim.py,sha256=cfAElM2y1f6fZWHER7yMNR1QlX-ICXTWZ2Hx_LU_5eo,12624
|
|
9
|
+
brg_certificate/cert_mqtt.py,sha256=Q6sN62HTnXNZ1WwFchmvizED-WhZCoDqaxwWVEIa7Vo,16284
|
|
10
|
+
brg_certificate/cert_prints.py,sha256=vBURbi1zaPnne8I56aIzCF7UE7AD4yRc6v90tJ8uyP8,6204
|
|
11
|
+
brg_certificate/cert_protobuf.py,sha256=q3vV6ybz5QK-iK6XRFZqWNmQ3CtEmbrgqAC6UOrTtt8,3155
|
|
12
|
+
brg_certificate/cert_results.py,sha256=BEzjJSl8bdZ4PooigXyxOzS6tz0kS8w6Sh-Qe3yzsmo,14787
|
|
13
|
+
brg_certificate/cert_utils.py,sha256=yBX2s4n2FHPRJsF3HhQMOhBDChKBB9jXqzMB55OWgrA,16249
|
|
14
|
+
brg_certificate/certificate_sanity_test_list.txt,sha256=Y2JUH4qB85BJUPoiO1wx9fGiVarJTVGn_tobeqnyNXY,1880
|
|
15
|
+
brg_certificate/certificate_test_list.txt,sha256=pwL7e7jWHI-p5VNfmxFKo52XUtzsPer0wMpdis1CcOA,2927
|
|
16
|
+
brg_certificate/restore_brg.py,sha256=0MWRXBVyxNLCJq45YAN2Ac-uzdXy1USzq61KdylqrRY,2288
|
|
17
|
+
brg_certificate/wltPb_pb2.py,sha256=LsZWcpbU4dUwvK6VIuvfbd9QenZ9tVlTsompqieVGPs,8064
|
|
18
|
+
brg_certificate/wltPb_pb2.pyi,sha256=i0qoxMyLOUKgZhmuC1S8gcPeExQJicjIxnJHd5MR9J0,11142
|
|
19
|
+
brg_certificate/wlt_types.py,sha256=-i4WjXnx7fhazi5-P3SjPQWStBYyQkhh9CVwUfg9NkA,5267
|
|
20
|
+
brg_certificate/ag/energous_v0_defines.py,sha256=mEfvWsDBwxkkHctagvqgTD4f4agpyRYrJT5YQgUbsRw,64763
|
|
21
|
+
brg_certificate/ag/energous_v1_defines.py,sha256=66z8h2xbv0-sSbBO8-YO4layPDGwCWqzeRFwAciuvuM,64973
|
|
22
|
+
brg_certificate/ag/energous_v2_defines.py,sha256=mEfvWsDBwxkkHctagvqgTD4f4agpyRYrJT5YQgUbsRw,64763
|
|
23
|
+
brg_certificate/ag/energous_v3_defines.py,sha256=mEfvWsDBwxkkHctagvqgTD4f4agpyRYrJT5YQgUbsRw,64763
|
|
24
|
+
brg_certificate/ag/energous_v4_defines.py,sha256=mEfvWsDBwxkkHctagvqgTD4f4agpyRYrJT5YQgUbsRw,64763
|
|
25
|
+
brg_certificate/ag/fanstel_lan_v0_defines.py,sha256=SFhXS0MqWprfmCnlAAkudChyTIMdskIzSEmRZySo1cQ,64730
|
|
26
|
+
brg_certificate/ag/fanstel_lte_v0_defines.py,sha256=SFhXS0MqWprfmCnlAAkudChyTIMdskIzSEmRZySo1cQ,64730
|
|
27
|
+
brg_certificate/ag/fanstel_wifi_v0_defines.py,sha256=SFhXS0MqWprfmCnlAAkudChyTIMdskIzSEmRZySo1cQ,64730
|
|
28
|
+
brg_certificate/ag/minew_lte_v0_defines.py,sha256=SFhXS0MqWprfmCnlAAkudChyTIMdskIzSEmRZySo1cQ,64730
|
|
29
|
+
brg_certificate/ag/wlt_cmd_if.html,sha256=hg7Uic4cDPorfFoFeZ1cjkEEJ90F99aqr43aPOemHkk,14308
|
|
30
|
+
brg_certificate/ag/wlt_types.html,sha256=EOtPqylyqMWNw9baN50QsP-_VP1JAZYTrDInP9qS2eE,370353
|
|
31
|
+
brg_certificate/ag/wlt_types_ag.py,sha256=P3ZPA6R4lSxt8eZZ2hZ4vrEULOiz-_3lChDMnNrUngY,448681
|
|
32
|
+
brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json,sha256=Om8e0fpItgKegZxHJO1cumEy8Th-DfJ6Zkb_bI0zSwk,3133
|
|
33
|
+
brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json,sha256=2qlRlwMPh1I9lrhtH4zFzMxS8axcJ8Ml1nDgqvmdSKU,17993
|
|
34
|
+
brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json,sha256=WM0ziHGpucYRwTAB_zPp5EcmT19bmXvldEUfoZGOOoY,3005
|
|
35
|
+
brg_certificate/ag/wlt_types_ag_jsons/calibration.json,sha256=2lirGIVb5kGr7sml3TOOR79aubor81HwglpcZIS9QPo,9036
|
|
36
|
+
brg_certificate/ag/wlt_types_ag_jsons/custom.json,sha256=83XIRWMIRGoxsmDzsMe0VuwDU6CqZgMhaGczhv2gVaY,11446
|
|
37
|
+
brg_certificate/ag/wlt_types_ag_jsons/datapath.json,sha256=wD5RoPjCE9njP4-krOULyCKJLzUOClq8UWgwwpjC4N0,16606
|
|
38
|
+
brg_certificate/ag/wlt_types_ag_jsons/energy2400.json,sha256=-WRnEVB7kA4Huk5Rj6NvfYKxjjq9Ef6ejF7V_ZQaV6w,12521
|
|
39
|
+
brg_certificate/ag/wlt_types_ag_jsons/energySub1g.json,sha256=FjbBU8YKSoef-vEAD1pDoUW-JefjHObs8sl6JS59G7o,13637
|
|
40
|
+
brg_certificate/ag/wlt_types_ag_jsons/externalSensor.json,sha256=gFznE9ru4ihjNIILAHe6gH5BqTUPylzqz6ZAG9Lx_oo,14005
|
|
41
|
+
brg_certificate/ag/wlt_types_ag_jsons/interface.json,sha256=VYivZuNcsYZZUJRTReJObAvC9fnoaFbV6COt3HtNf0o,21818
|
|
42
|
+
brg_certificate/ag/wlt_types_ag_jsons/powerManagement.json,sha256=Lb26HRSCDvx7OF7ctzSJWUAv0B4Sy54DGiHuk9N4scw,28052
|
|
43
|
+
brg_certificate/ag/wlt_types_ag_jsons/side_info_sensor.json,sha256=P06xqCiJnxImP8rV7C0a7YvhDaIhqn0e_9wl6uzGaps,2349
|
|
44
|
+
brg_certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json,sha256=6AmSuNh6YC6ZlQtfIaOW-S5IVEnx64KdVYfwS7g5Z4M,1668
|
|
45
|
+
brg_certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json,sha256=iyJq2q1bgTLh2nbGooztEmmu15rwfjo9GBL4MbRK6F4,1254
|
|
46
|
+
brg_certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json,sha256=0YxU78Ay2r0BZo2V1wtWE7oYEjGhHMZFwLafr56Tm7U,2304
|
|
47
|
+
brg_certificate/config/eclipse.json,sha256=oMr57NoYJPmTfvqK1oT1U1urjPMJKXZ01eBUac7QBVM,269
|
|
48
|
+
brg_certificate/config/hivemq.json,sha256=nj61J4FaDeVopndiK-vAxlV4xw5d-EYnTIYtZhV824A,262
|
|
49
|
+
brg_certificate/config/mosquitto.json,sha256=Wd8Fj36GcZNdIKpXZQzx3wb8EmnTBDmOx1kA0Qgi0Ww,254
|
|
50
|
+
brg_certificate/config/mosquitto.md,sha256=xU7q2-FpYYwxd6xE-6cl6j_ywc3120ZZnGG1ofl9peY,2494
|
|
51
|
+
brg_certificate/config/wiliot-dev.json,sha256=J6O70nIJYk_qcnw6Hxf9TaKxcaG72p_dqAUpbbeCsCQ,288
|
|
52
|
+
brg_certificate/tests/calibration/interval_test/interval_test.json,sha256=WfMonuJk7YnsHuiH82ztWxEF3kIWvRbaeAe9Leq9_tA,573
|
|
53
|
+
brg_certificate/tests/calibration/interval_test/interval_test.py,sha256=i75kGf7AE-NocRGpSAxKtQbSJ-DesRBnAoAFYW8aNvk,1106
|
|
54
|
+
brg_certificate/tests/calibration/output_power_test/output_power_test.json,sha256=9RcWdfKdCxVrYHLXiGqpqH-w4xegnOgyqRYPXNhLKuU,660
|
|
55
|
+
brg_certificate/tests/calibration/output_power_test/output_power_test.py,sha256=CbCG7AfVypXh18DbM2Pbl6xG-KoO2y3QJszfA9abni4,1082
|
|
56
|
+
brg_certificate/tests/calibration/pattern_test/pattern_test.json,sha256=PdUvyWQ6I6hDWs8X6FdylguQB1vkA8Mw8f_4E12zXxQ,869
|
|
57
|
+
brg_certificate/tests/calibration/pattern_test/pattern_test.py,sha256=2zqxyqqyJsTaWQzmEATOvBKp0Z5BFIvv-xY0EYSbJUE,3710
|
|
58
|
+
brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.json,sha256=r4iD7msOj0iceLFQk1Ak4QeYYltFZwFoWbHxI6rxLiE,762
|
|
59
|
+
brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.py,sha256=PzxSZtZviZ53dQc0PrSxgS0oHHqrve0mmCNp9oGvqdw,3795
|
|
60
|
+
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json,sha256=nA44EhMRmZPDvbqSNhKe3OYavrGNcphLdryDKm4JSt0,724
|
|
61
|
+
brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py,sha256=mZFbDdKMvQKvA0vF-MlHFxgtvVikNn3YYENIkqgKcos,3591
|
|
62
|
+
brg_certificate/tests/datapath/output_power_test/output_power_test.json,sha256=p84OSz7o1wI-hge085yVN0n37GpW4okzDTXSjIEEPac,519
|
|
63
|
+
brg_certificate/tests/datapath/output_power_test/output_power_test.py,sha256=gJUhCK9_6GF2MVMJ_q8Ppv6hMLjDZxvskr9z_gSFD5Y,1086
|
|
64
|
+
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json,sha256=GQ595IegBarg5QhDGvL1TJeQgzPImFF2iH8kERgW87U,846
|
|
65
|
+
brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py,sha256=JvmR5QDzwbQdsIVOHT-kCjhNfEeA4Rm1OOG_RlK8JxA,2267
|
|
66
|
+
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json,sha256=yVWq-GkTIkKH4v3CagJ6zuiOzHa3616ee-k0IaEwzx8,793
|
|
67
|
+
brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py,sha256=v5mEXZrYdxTDXh_7AKBRPmPYSI5qoJtJmwCE5kaKFyY,3595
|
|
68
|
+
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json,sha256=ftdOCs0E6KGIzlZybFNbWuS7gKf_XNvS-1Eb8MrzOag,822
|
|
69
|
+
brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py,sha256=FomXBAzhKgO8sqKz-u76BRX2aNNkfsBbj2w-wBCiLzY,2423
|
|
70
|
+
brg_certificate/tests/datapath/pattern_test/pattern_test.json,sha256=f6sjBTXHAEskmgwy3n3M2t6LeJBmPI0f0PI_wNomPZQ,579
|
|
71
|
+
brg_certificate/tests/datapath/pattern_test/pattern_test.py,sha256=dFSxL5H7IOv-5Zmd8XZfuZ0NP0jF1SfJ0GR0BW5h4G8,1103
|
|
72
|
+
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json,sha256=-NZ1zTzwix2DprW-1bhFnzfSvfqIYizlyjomAKaGwgM,1080
|
|
73
|
+
brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py,sha256=xLhqCJtMp_2jFSZDgC9zcZDn5k3xxSQMa2M80SOvFHY,2634
|
|
74
|
+
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json,sha256=4eYyXSgKC48pKlmaK8x6tQRl_IBqP1Yuisss4PDxofY,1035
|
|
75
|
+
brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py,sha256=YC4xmyB-pIqUAYgAj2ajFxvMSzLbaExRqno8NLsqxhY,2742
|
|
76
|
+
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json,sha256=fEb7jW0V3mVBHqXL8d7EoVwrPJC26EbBh_LfWfeioXo,1041
|
|
77
|
+
brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py,sha256=4nxu7sNyTgy8W9JacA5dv0BAG_wi5yVa0lUzXIZLjdQ,2744
|
|
78
|
+
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json,sha256=fvK4kQpkXmoZ35NjD-3JqP3SElUZQ8aJjMEMXBM0gwE,641
|
|
79
|
+
brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py,sha256=W2r0-zDDmQ0NjM8v2nQtH-7ii3EMTzSV-fdT9Chnyjw,3028
|
|
80
|
+
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json,sha256=-H2W69jssriEJQ80vtIkCgYNzAjzXgo0jLaBAYSRPeg,588
|
|
81
|
+
brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py,sha256=xITDrUL25RwPF8gN_duysRZxzt-9DU5-zd-7HT-pPdI,1701
|
|
82
|
+
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json,sha256=EKiukV_VmrXKLCe-S1kDAcMbIkSX4sIOmyta8JsWGqk,1379
|
|
83
|
+
brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py,sha256=6itVBCxbR5wPRqtH651x0OAXLI_YG1KyNYmjj9k342s,9460
|
|
84
|
+
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json,sha256=_tHlSNZPiLWtpx0yBSCwlHj-oiPahTpNXAr7xVM1V9k,1379
|
|
85
|
+
brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py,sha256=4-keTyh67fy3SW4mc01ibhBLYOZecTunCdM735zVyeU,10364
|
|
86
|
+
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json,sha256=BERc5yrdcaX_nITnhy8_0BtRNEel3ejjKn3i4O51vAE,1866
|
|
87
|
+
brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py,sha256=SIfGqurABDjWCu_ZGq5W2NwF3zi3wn73etOAbj9Fmvg,11679
|
|
88
|
+
brg_certificate/tests/datapath/stress_test/stress_test.json,sha256=BERc5yrdcaX_nITnhy8_0BtRNEel3ejjKn3i4O51vAE,1866
|
|
89
|
+
brg_certificate/tests/datapath/stress_test/stress_test.py,sha256=SzECnemcRhXJxFaQne0aAt-auKwk54lhFlPjA1T13t0,12714
|
|
90
|
+
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json,sha256=QJPhd1Z-RcTrpanTdxCkPySWMzDpBxMGduJ9hjcXZo0,728
|
|
91
|
+
brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py,sha256=5boegEuLYONhaZ-RGqSDE2kmJwnIB8qQJDGFFKu1JIs,4092
|
|
92
|
+
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json,sha256=XxwXnVJowJIcmRqQiA9WUwnTRhdmteRfxgOzYqW3kdM,819
|
|
93
|
+
brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py,sha256=IL6fxVLxXq5LG7NGEedGdPd7X-CaqEa-T4abhOpd1ys,3447
|
|
94
|
+
brg_certificate/tests/edge_mgmt/actions_test/actions_test.json,sha256=sMQ7yxePbGjggx975G6fE94DAWHmbqQramL-oGj4XZg,680
|
|
95
|
+
brg_certificate/tests/edge_mgmt/actions_test/actions_test.py,sha256=2qyWFuEMpuIp7TJR5_0XVFbb3v14d2hvkXNPhy4zI8s,20898
|
|
96
|
+
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json,sha256=CFlCLKsuLh3t96BixWI6N8p8IgiJ30F4JS63KAvaox8,369
|
|
97
|
+
brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py,sha256=UmRT0lSn7rb2-XkTocHEAebcd8Q5tOAWinWQ2_HgPAY,4464
|
|
98
|
+
brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json,sha256=CFlCLKsuLh3t96BixWI6N8p8IgiJ30F4JS63KAvaox8,369
|
|
99
|
+
brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py,sha256=yzLO8yRxdtSOOE0XJPFkht_6H1lLRWh9GCcQblsJrQ4,4057
|
|
100
|
+
brg_certificate/tests/edge_mgmt/leds_test/leds_test.json,sha256=pOEiV2_r46ySHuU_6EbaDZcONDeK1vZedzhpSHpL49o,343
|
|
101
|
+
brg_certificate/tests/edge_mgmt/leds_test/leds_test.py,sha256=gUx7aH5N_NMjzGOIpR3MGomGVXZh5mi7dcTDUs4qkAQ,12400
|
|
102
|
+
brg_certificate/tests/edge_mgmt/ota_test/ota_test.json,sha256=ThJFOAjk9KCfkEtA7QdeDcEVlARGAHpWBAlMaR6bvVI,342
|
|
103
|
+
brg_certificate/tests/edge_mgmt/ota_test/ota_test.py,sha256=3NEChuZJnnSBca5_INzCDMuEm-9ot_jne-elp-IPDXw,3300
|
|
104
|
+
brg_certificate/tests/edge_mgmt/stat_test/stat_test.json,sha256=Vsai88Jwq2hhWoDEcr7xiEQsgYGUhLbQrDDiIs0bXIk,541
|
|
105
|
+
brg_certificate/tests/edge_mgmt/stat_test/stat_test.py,sha256=lzGxgiNt1PAfmDHWQnXgqVp2AV0cP5WiMKJ0l4823PU,1973
|
|
106
|
+
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json,sha256=WauJYHbGEBhFBhgYAwB3sn1jyHjz33R_JYzHTn4q2zc,508
|
|
107
|
+
brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py,sha256=OY_OrAmoDWGbqGyZe1Z5V8DrxtZkIB6pellNKeR7Ufk,1091
|
|
108
|
+
brg_certificate/tests/energy2400/output_power_test/output_power_test.json,sha256=ZN9FrjGGiyTp9gBJpN3INgy8OWerHbQPfOQYpVC8EGg,658
|
|
109
|
+
brg_certificate/tests/energy2400/output_power_test/output_power_test.py,sha256=RAZuQYs09dUoHBJEOt5E6siBWU_pTe3fFp_wizhqVfA,1094
|
|
110
|
+
brg_certificate/tests/energy2400/pattern_test/pattern_test.json,sha256=fcW7zrTC69vwGwUcMdWg8KiV5yKFkERq4TmTgJXd8dk,694
|
|
111
|
+
brg_certificate/tests/energy2400/pattern_test/pattern_test.py,sha256=VCXIjvEcUzIxqZDnkPRDGqLEaDCwk8hzN_4jcekP_b0,1112
|
|
112
|
+
brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json,sha256=G_1JU27zdSWOJ0RXYvjOmF1UqREXwodywGmFIgYXPjs,417
|
|
113
|
+
brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py,sha256=R4-Qep69_IU5rifyvsRyT8iwS9GD4J-78EfbPFEZu7A,27069
|
|
114
|
+
brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json,sha256=_c7vEnMuj2qg658ftvyROLQkcWzhYNrppZs9jLtwe2o,380
|
|
115
|
+
brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py,sha256=mPPW1-yyblDDGSzvujvFo394qGlTUUOnncowxaq3pGE,9031
|
|
116
|
+
brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json,sha256=gcHG29hIMlOJ2TFF5h5EZ0WN9HyngQfsVPg_RngerG0,470
|
|
117
|
+
brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py,sha256=tKtqvRY6sktp7z3yOnkUyrmCzpAUNzRCF0jJv-cJ5b4,16048
|
|
118
|
+
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json,sha256=yx5OSyNjXXG1AyZmQ7dArbCUlAu6IOrG5q7asqZFdwQ,535
|
|
119
|
+
brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py,sha256=IC_xT3pmFETGvYGak9pwwoICO5oaQAHRqmgs-EOpZ6g,1111
|
|
120
|
+
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json,sha256=anyqIlBTW4725Y4N4FkMYohgp8uXwB0HDgnfgHziC0g,899
|
|
121
|
+
brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py,sha256=P928Cl72sMXntC8yODnJXpo6KQkkFh9XChwz9nnS3bI,1071
|
|
122
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json,sha256=FrVUTTXMa7kLr_qaHSniVPUCV5-GKgiDIGWo8CaXtIY,372
|
|
123
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py,sha256=bnUF2Kr8JKlRzeZ8_KTDLT1fO6PIzWwnvU4YPr86XEY,26779
|
|
124
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json,sha256=G3liMtVsDrhZ4Erh3HGWEzm9sSDYCaQhKX8gEBffLNI,554
|
|
125
|
+
brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py,sha256=7LbymmbIH7uukOKKI6YxW27Xe2iih9JRn6spOmErEuU,1161
|
|
126
|
+
gw_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
127
|
+
gw_certificate/gw_certificate.py,sha256=UQUzr6w8fXOrf-DlvcanvZOUMx3VITgSzAqwq8fEs8w,6170
|
|
128
|
+
gw_certificate/gw_certificate_cli.py,sha256=CuVW04d2SzLKjGJYIUDXSmTsmXc2zIGz6YbjW0zbDW0,4677
|
|
129
|
+
gw_certificate/ag/ut_defines.py,sha256=O5pKh_z8NwGEHOSO2MN8zflQBPeASomi90nLkS-C4Uw,16733
|
|
130
|
+
gw_certificate/ag/wlt_types.py,sha256=WFiRPs0E0fN5f-9a9l0y8zjDNAR4Xfmon2k8n7rqODk,3637
|
|
131
|
+
gw_certificate/ag/wlt_types_ag.py,sha256=xEk9_8m12x0_Tu8zeTV_7v6OY52dWdENHnjM61re-5I,246870
|
|
132
|
+
gw_certificate/ag/wlt_types_data.py,sha256=bN3bh4A9WEhf4EbAzO4kPnqhFkMvZA6PDSP0_MFgwQ4,2142
|
|
133
|
+
gw_certificate/api/extended_api.py,sha256=vMLeqbpJwZuCSWR7NS8ZmkWuf1-eOFrZU0SqcxHJTGI,808
|
|
134
|
+
gw_certificate/api_if/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
135
|
+
gw_certificate/api_if/api_validation.py,sha256=MCFjdQlR0fMmZ5t4Z3bAqPqK0wWXPS9TrdIQFd2L3mM,1311
|
|
136
|
+
gw_certificate/api_if/gw_capabilities.py,sha256=OqZJ5EfqnAE39011QB6e23IuH8fQbklY7UZvObFgYi4,616
|
|
137
|
+
gw_certificate/api_if/200/data.json,sha256=EQHFWhQc2Qvv7EGkBF2WW_vShDuq40SaM9be0A9ziLY,3756
|
|
138
|
+
gw_certificate/api_if/200/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
139
|
+
gw_certificate/api_if/200/status.json,sha256=aPi-tAAySbvrPHdmysjDlOEvxxdAQO9kcO9WHQWNq2s,1333
|
|
140
|
+
gw_certificate/api_if/201/data.json,sha256=2MBxebiwFF_eCGlxbeCoueJXQ-ULIRcoa6BvcGnm-_E,3462
|
|
141
|
+
gw_certificate/api_if/201/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
142
|
+
gw_certificate/api_if/201/status.json,sha256=63QKlgRTqLZr8tJvg32qHyZ9uONyr7C4_h62IXYypno,1630
|
|
143
|
+
gw_certificate/api_if/202/data.json,sha256=A_nTONHIvPsOIqTM0X-ON0s2i2Um7bmv7b1zZzGD0nA,2423
|
|
144
|
+
gw_certificate/api_if/202/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
145
|
+
gw_certificate/api_if/202/status.json,sha256=FudQjtJuI0dUdrW97NSiCi1wOZQQJAWFST--_fR-bb0,1759
|
|
146
|
+
gw_certificate/api_if/203/data.json,sha256=ZJFMQCTTN3LZuHcwrO6tL911n50-1meq6B46DX4xbg4,2600
|
|
147
|
+
gw_certificate/api_if/203/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
148
|
+
gw_certificate/api_if/203/status.json,sha256=k6lfavxMZbpZ7nZoLy821Pz598AteYtymtyHZnCW44k,1861
|
|
149
|
+
gw_certificate/api_if/204/data.json,sha256=ZJFMQCTTN3LZuHcwrO6tL911n50-1meq6B46DX4xbg4,2600
|
|
150
|
+
gw_certificate/api_if/204/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
151
|
+
gw_certificate/api_if/204/status.json,sha256=_PB8glklkTePgI1poWrpBqxiZ92ol3TEHQubEI8lnQQ,1861
|
|
152
|
+
gw_certificate/api_if/205/data.json,sha256=SYxgA7zkdmyhPRwvfuVqwHKlGQ1B1rNxLNlXOQJAsc0,2616
|
|
153
|
+
gw_certificate/api_if/205/logs.json,sha256=vfVi4hkxKGcSiupTSS2Er8wn4hZ8_MTaO5xbirNF5-0,219
|
|
154
|
+
gw_certificate/api_if/205/status.json,sha256=WVO5eGzadLazdkHQZ97yEYlPDzJu12WYRZb3s52kixk,1861
|
|
155
|
+
gw_certificate/common/analysis_data_bricks.py,sha256=_DZvurnE7ymKVJbu-YnQUJY0SalwmZxIuMsN-FMr7Qk,2537
|
|
156
|
+
gw_certificate/common/debug.py,sha256=sE_N4sWGRkbwdIb2QxqRtL8YQaePlaxvqecgnbxn6Xc,1208
|
|
157
|
+
gw_certificate/common/utils.py,sha256=yjE6kdmMIRyQ0rPm56zZroi8a9zY4GnincmOPOL6rJo,215
|
|
158
|
+
gw_certificate/common/utils_defines.py,sha256=zLWKQBZscX1AVwBdJcM5GgZTJ5aYJWhQ1vjwX25EZrM,543
|
|
159
|
+
gw_certificate/common/wltPb_pb2.py,sha256=LsZWcpbU4dUwvK6VIuvfbd9QenZ9tVlTsompqieVGPs,8064
|
|
160
|
+
gw_certificate/common/wltPb_pb2.pyi,sha256=i0qoxMyLOUKgZhmuC1S8gcPeExQJicjIxnJHd5MR9J0,11142
|
|
161
|
+
gw_certificate/interface/4.4.52_app.zip,sha256=zPsWL_qPz13IA5xI3ynKQ8TSt70w3z4f_dOUd8ete80,169149
|
|
162
|
+
gw_certificate/interface/4.4.52_sd_bl_app.zip,sha256=ERUqvxox4zSXNR_67G9A2Op6tdJMpUQwhFSNOU6hAXc,366597
|
|
163
|
+
gw_certificate/interface/ble_simulator.py,sha256=SFXI4qbloOUbvAaiqlKF80MOADJBpe86YFHO0TORRZo,2567
|
|
164
|
+
gw_certificate/interface/ble_sniffer.py,sha256=S5AtT_3gWlm3FCmQSR4KnCIfnr70E9LgQPtQEJs1YFM,6869
|
|
165
|
+
gw_certificate/interface/if_defines.py,sha256=EAdT26qFl7110breWbpTPrpYZRHmizzvd188bse36ek,999
|
|
166
|
+
gw_certificate/interface/mqtt.py,sha256=hL4xC1UxabjxHaU9zU51hYK9I9MgRFqAKpp6SqhIs_M,24342
|
|
167
|
+
gw_certificate/interface/nrfutil-linux,sha256=9Fzy9VLSzL5dwEWh4HJUFdfmXH69gTrUVV8hxEjPgGU,26071480
|
|
168
|
+
gw_certificate/interface/nrfutil-mac,sha256=YG-iPLwnYUFjwYriqaGaFtYuIj-0T4TkeSWkJ638HWQ,15839744
|
|
169
|
+
gw_certificate/interface/nrfutil.exe,sha256=_uOu7RhDpL_8CCdHzqYNwHKSnrNuZ9Ysij_XRx4NyS0,16155851
|
|
170
|
+
gw_certificate/interface/pkt_generator.py,sha256=pBl8lihLSgVRYaPqz0iazSwg-JkZML5-zhJ7cVo2g88,24029
|
|
171
|
+
gw_certificate/interface/uart_if.py,sha256=Mbb_5IBwYx4AxSyrfIBL8ZV_DUZSGTkLqip9aXu1jmA,9662
|
|
172
|
+
gw_certificate/interface/uart_ports.py,sha256=HOIdrkr8OtALhoorT51k_tvSh6VYholR2ey4_WwcIAk,547
|
|
173
|
+
gw_certificate/templates/results.html,sha256=w3kqslWDpHb1oYKSbY10RMDZe9HeI-O-GRP15oQIijA,12694
|
|
174
|
+
gw_certificate/templates/stage.html,sha256=o89N0DWCIs2foA9YzommBZ09EPPN7lytiEsHoXD6fWU,1009
|
|
175
|
+
gw_certificate/templates/table.html,sha256=PPUf0St1OPT0fB_6OK0SQlsRST-brUJ99x9-Rxwan1Y,201
|
|
176
|
+
gw_certificate/templates/test.html,sha256=lpwibyrmGXNyNxpxNbQNoT2b5oCq5WHUYZrF0oDnLSA,2062
|
|
177
|
+
gw_certificate/tests/__init__.py,sha256=6XWYuJ1urHGCUTPQ6bbn25lDd32ZyB2dIDr2A_mkvTg,468
|
|
178
|
+
gw_certificate/tests/actions.py,sha256=ZIWEp02xHzSoRZD7wOW89vX3clHF5ZU6ESCVPIGS3M0,12602
|
|
179
|
+
gw_certificate/tests/bad_crc_to_PER_quantization.csv,sha256=2V1_7HV7pKEKddA429rp4tTn-je9G3Xi2tMvDhqvGhc,357
|
|
180
|
+
gw_certificate/tests/connection.py,sha256=NmqiXQy4yYofvgmvA1xTKbqkzM2_l2QcJDYRhGlQ-YQ,9581
|
|
181
|
+
gw_certificate/tests/downlink.py,sha256=RhgOZgyOhwwbj_gZziRlzOENgqT6fc00T7fCLaj2Igo,8823
|
|
182
|
+
gw_certificate/tests/generic.py,sha256=ZH_dKAdPvMpE3iVL1TW7fSExkftkv86LqwL_tmEJbEs,7382
|
|
183
|
+
gw_certificate/tests/registration.py,sha256=UvTCL_gZthoP6rtKcDDlxA7JydEFQGaIZAae94f3Svg,16096
|
|
184
|
+
gw_certificate/tests/throughput.py,sha256=wYaeyHLUleS1cTpsapnBb9fOQP9qBes5OItIHQDtFDg,11103
|
|
185
|
+
gw_certificate/tests/uplink.py,sha256=2CsNLeDV4xMvkQsPZSY4ItxhrCLX0Zd5C1xr488xFdA,33163
|
|
186
|
+
gw_certificate/tests/static/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
187
|
+
gw_certificate/tests/static/connection_defines.py,sha256=RZbqvGNjUN-ST5378VZpleRB_b3_6IwME-j0CFnWmgE,309
|
|
188
|
+
gw_certificate/tests/static/downlink_defines.py,sha256=gjzQff_70Rn8m6pmfGciFwEC7efYQGEM9yNwl-8zRCs,340
|
|
189
|
+
gw_certificate/tests/static/generated_packet_table.py,sha256=er-hcv6hfJB2TVDUILVt_fazHCkU0Q-Rs4wB-sfXdO4,15742
|
|
190
|
+
gw_certificate/tests/static/packet_table.csv,sha256=ZnM6-D_67pDdlo4UW35kAfZi2-XpM0UvCh-P1YBT8u0,3938393
|
|
191
|
+
gw_certificate/tests/static/references.py,sha256=vVVaoC_3nEdu2OMtfr_XKxZLvnJmbDeK2pEDFkAzNtU,384
|
|
192
|
+
gw_certificate/tests/static/uplink_defines.py,sha256=bNcCOYRuKLhCYjv-n6rJ4PM8YpZOg4h4Kt6PBhReZf4,354
|
|
193
|
+
wiliot_certificate-1.4.0a2.dist-info/LICENSE,sha256=OL5ajUNVx888yC2ogol0BKwPRLdQAF1noGuQ7WrYiAA,1068
|
|
194
|
+
wiliot_certificate-1.4.0a2.dist-info/METADATA,sha256=lmf71BNMfchdp3HAMlhXikb1ARx9nNiFzQbL8QPPeMc,6607
|
|
195
|
+
wiliot_certificate-1.4.0a2.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
196
|
+
wiliot_certificate-1.4.0a2.dist-info/entry_points.txt,sha256=19YeTHY3PnN1wbi7BcgZB0zSgRrp9bvahIX-dIMX3Sg,127
|
|
197
|
+
wiliot_certificate-1.4.0a2.dist-info/top_level.txt,sha256=wXzEerH_m6IWkZVOR5tjPlLb4tk1W5WkjtQvaPSTzIw,31
|
|
198
|
+
wiliot_certificate-1.4.0a2.dist-info/RECORD,,
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import random
|
|
2
|
-
import pandas as pd
|
|
3
|
-
|
|
4
|
-
class PacketError:
|
|
5
|
-
def __init__(self):
|
|
6
|
-
pass
|
|
7
|
-
|
|
8
|
-
@staticmethod
|
|
9
|
-
def _generate_packet_error(duplication):
|
|
10
|
-
# data is sent first
|
|
11
|
-
data_idx = range(0, duplication*2, 2)
|
|
12
|
-
# si is sent after every data packet
|
|
13
|
-
si_idx = range(1, (duplication*2)+1, 2)
|
|
14
|
-
# never drop all data / si packets
|
|
15
|
-
dropped_data = random.sample(data_idx, k=random.randint(0, duplication-1))
|
|
16
|
-
dropped_si = random.sample(si_idx, k=random.randint(0, duplication-1))
|
|
17
|
-
dropped_packets = dropped_data+dropped_si
|
|
18
|
-
drop_packet_by_idx = [True for idx in range(duplication*2)]
|
|
19
|
-
# mark chosen packets as False (dropped)
|
|
20
|
-
for idx in dropped_packets:
|
|
21
|
-
drop_packet_by_idx[idx] = False
|
|
22
|
-
return drop_packet_by_idx
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
gw_certificate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
gw_certificate/gw_certificate.py,sha256=HmB7dnrP7avlVYAVz_Chlq9MQl8g5URYc2kMBftcB9g,6191
|
|
3
|
-
gw_certificate/gw_certificate_cli.py,sha256=9zH3QaaqjKfOYpsdnCcTvvDU3K-66DWHfMMeNMTQm50,3742
|
|
4
|
-
gw_certificate/ag/ut_defines.py,sha256=O5pKh_z8NwGEHOSO2MN8zflQBPeASomi90nLkS-C4Uw,16733
|
|
5
|
-
gw_certificate/ag/wlt_types.py,sha256=WFiRPs0E0fN5f-9a9l0y8zjDNAR4Xfmon2k8n7rqODk,3637
|
|
6
|
-
gw_certificate/ag/wlt_types_ag.py,sha256=xEk9_8m12x0_Tu8zeTV_7v6OY52dWdENHnjM61re-5I,246870
|
|
7
|
-
gw_certificate/ag/wlt_types_data.py,sha256=bN3bh4A9WEhf4EbAzO4kPnqhFkMvZA6PDSP0_MFgwQ4,2142
|
|
8
|
-
gw_certificate/api/extended_api.py,sha256=8lAgFRqvxw1fEzm7M9fF_Ft4aD5W2npklZ-oYmAZb5w,65690
|
|
9
|
-
gw_certificate/api_if/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
-
gw_certificate/api_if/api_validation.py,sha256=EPFbp0RZI4TQ8ImiYGyoJHIbeq9F6291cwmaGyAr4uE,1415
|
|
11
|
-
gw_certificate/api_if/gw_capabilities.py,sha256=OqZJ5EfqnAE39011QB6e23IuH8fQbklY7UZvObFgYi4,616
|
|
12
|
-
gw_certificate/common/analysis_data_bricks.py,sha256=qbfUezbwvFyB6-ZXtlJh63G-D2_vur4tvrU9nM7SOFs,66556
|
|
13
|
-
gw_certificate/common/debug.py,sha256=fzyAyi20sUQYLTis9JqzfaAOUPD1l72qtffoQGD6-0I,1679
|
|
14
|
-
gw_certificate/common/utils.py,sha256=TRBTBl6OS1Laxf4tw9qcmHhuTfiBCvBcbu39zAm5oyY,7621
|
|
15
|
-
gw_certificate/common/utils_defines.py,sha256=lHEjh3uURMIiZoAef0PYwwU0qmOP2SiMJ7Gl5qCZvcw,5049
|
|
16
|
-
gw_certificate/common/wltPb_pb2.py,sha256=LsZWcpbU4dUwvK6VIuvfbd9QenZ9tVlTsompqieVGPs,8064
|
|
17
|
-
gw_certificate/common/wltPb_pb2.pyi,sha256=i0qoxMyLOUKgZhmuC1S8gcPeExQJicjIxnJHd5MR9J0,11142
|
|
18
|
-
gw_certificate/interface/ble_simulator.py,sha256=EBD5QwVS752Bj-A7ot-c-I6obG0BAy11Qcd1qEro49o,4080
|
|
19
|
-
gw_certificate/interface/ble_sniffer.py,sha256=S5AtT_3gWlm3FCmQSR4KnCIfnr70E9LgQPtQEJs1YFM,6869
|
|
20
|
-
gw_certificate/interface/if_defines.py,sha256=-6tz9vsOMTcW59j8SjzMlCkbEJD1HEGPBuC7P9gaw-w,942
|
|
21
|
-
gw_certificate/interface/mqtt.py,sha256=qcaR70Axm06FailV_jjCmOdGt__HCkC9Ejrrxk_XKaU,20266
|
|
22
|
-
gw_certificate/interface/packet_error.py,sha256=Ntk-Yn7JtTTQFB28goEx1ucnE7PcAtb4G_CpfygpELs,820
|
|
23
|
-
gw_certificate/interface/pkt_generator.py,sha256=PMuz-oTiqNzxmP01QVcHyp1WrUF9u_TnU8hDEo_D4eo,27494
|
|
24
|
-
gw_certificate/interface/uart_if.py,sha256=20EK3Hl7fwQbI5K9xGfyK47VqwDhVbru6y0fIsqM7OU,8040
|
|
25
|
-
gw_certificate/interface/uart_ports.py,sha256=HOIdrkr8OtALhoorT51k_tvSh6VYholR2ey4_WwcIAk,547
|
|
26
|
-
gw_certificate/templates/results.html,sha256=gDWobKZ-bPkJ4LyJsdXpsssWxOKixfh1SdCgjWx0cjc,12694
|
|
27
|
-
gw_certificate/templates/stage.html,sha256=o89N0DWCIs2foA9YzommBZ09EPPN7lytiEsHoXD6fWU,1009
|
|
28
|
-
gw_certificate/templates/table.html,sha256=PPUf0St1OPT0fB_6OK0SQlsRST-brUJ99x9-Rxwan1Y,201
|
|
29
|
-
gw_certificate/templates/test.html,sha256=lpwibyrmGXNyNxpxNbQNoT2b5oCq5WHUYZrF0oDnLSA,2062
|
|
30
|
-
gw_certificate/tests/__init__.py,sha256=OeaX-HgUyZo8YF9xpWXFA7AaXltZpaqeluR1aNox3bM,565
|
|
31
|
-
gw_certificate/tests/actions.py,sha256=W9rQSekVT0wxkyDIGdmrIdftrUdOMSd-G55Fk4TcD2E,5581
|
|
32
|
-
gw_certificate/tests/bad_crc_to_PER_quantization.csv,sha256=2V1_7HV7pKEKddA429rp4tTn-je9G3Xi2tMvDhqvGhc,357
|
|
33
|
-
gw_certificate/tests/connection.py,sha256=nXAy0SepMaYu4_I_NaobfVMkx1cAlCa1KQ2DE2USJhg,9281
|
|
34
|
-
gw_certificate/tests/downlink.py,sha256=z9dsndo23-j0P4LfS_QWpujGKbyJ8mQPRRK693VeVwo,8868
|
|
35
|
-
gw_certificate/tests/generic.py,sha256=ly-_QPjRn2-2xmy37yfa5Obl8BJpYSCnUzY3_2LD5ns,5816
|
|
36
|
-
gw_certificate/tests/registration.py,sha256=BOYkdR5gHEnKBPaqzssuFFW0_VCXXoUmhcdT6sZX0Lg,13660
|
|
37
|
-
gw_certificate/tests/throughput.py,sha256=eDdGhOckUHRjymNtwfhBhaqFFGx9gY7UJWqbx2RzNUg,10989
|
|
38
|
-
gw_certificate/tests/uplink.py,sha256=FZ3QznKCFWZEzjheyUNB0mez6ydu2Aima_s79W48D7I,31288
|
|
39
|
-
gw_certificate/tests/static/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
40
|
-
gw_certificate/tests/static/connection_defines.py,sha256=RZbqvGNjUN-ST5378VZpleRB_b3_6IwME-j0CFnWmgE,309
|
|
41
|
-
gw_certificate/tests/static/downlink_defines.py,sha256=gjzQff_70Rn8m6pmfGciFwEC7efYQGEM9yNwl-8zRCs,340
|
|
42
|
-
gw_certificate/tests/static/generated_packet_table.py,sha256=jjsR1A10ljHZsMnz-R1C3B1GCvAPPXP8ntsT0_n1Qik,17152
|
|
43
|
-
gw_certificate/tests/static/packet_table.csv,sha256=TzrVvdjMFGMm2nO-b-RK_1_46E6fDUCGp7YBRRX0McM,3938289
|
|
44
|
-
gw_certificate/tests/static/references.py,sha256=ujil3KfX5JNZoRxGku5XhVak-p5OozHy5g4m_wmrwnM,301
|
|
45
|
-
gw_certificate/tests/static/uplink_defines.py,sha256=C3C_MffiwqcrA7TEXlHrm_f78kauCaIIX7DK7YJRmoY,598
|
|
46
|
-
wiliot_certificate-1.3.0a1.dist-info/LICENSE,sha256=OL5ajUNVx888yC2ogol0BKwPRLdQAF1noGuQ7WrYiAA,1068
|
|
47
|
-
wiliot_certificate-1.3.0a1.dist-info/METADATA,sha256=HN8uCHID1sPiI9jele6XidznuTZhSPk8dNM-67cfZJQ,4360
|
|
48
|
-
wiliot_certificate-1.3.0a1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
49
|
-
wiliot_certificate-1.3.0a1.dist-info/entry_points.txt,sha256=ZCjykroNIU-nqVHGJX-s6YLBTOcoU11w5jO6nFp9Yl4,78
|
|
50
|
-
wiliot_certificate-1.3.0a1.dist-info/top_level.txt,sha256=F7kjyb_keCkoYHaDubGcNLu1T7mXuq5ptUttukQj2CQ,15
|
|
51
|
-
wiliot_certificate-1.3.0a1.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
gw_certificate
|
|
File without changes
|