wiliot-certificate 1.3.0a1__tar.gz → 1.4.0a2__tar.gz
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.
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/PKG-INFO +59 -8
- wiliot_certificate-1.4.0a2/README.md +111 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/pyproject.toml +18 -6
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/energous_v0_defines.py +925 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/energous_v1_defines.py +931 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/energous_v2_defines.py +925 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/energous_v3_defines.py +925 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/energous_v4_defines.py +925 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/fanstel_lan_v0_defines.py +925 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/fanstel_lte_v0_defines.py +925 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/fanstel_wifi_v0_defines.py +925 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/minew_lte_v0_defines.py +925 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_cmd_if.html +102 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types.html +6114 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag.py +7840 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +142 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +785 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +139 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/calibration.json +394 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/custom.json +515 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/datapath.json +672 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/energy2400.json +550 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/energySub1g.json +595 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/externalSensor.json +598 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/interface.json +938 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/powerManagement.json +1234 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/side_info_sensor.json +105 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json +77 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json +61 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json +110 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/brg_certificate.py +191 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/brg_certificate_cli.py +47 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/cert_common.py +828 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/cert_config.py +395 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/cert_data_sim.py +188 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/cert_defines.py +337 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/cert_gw_sim.py +285 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/cert_mqtt.py +373 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/cert_prints.py +181 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/cert_protobuf.py +88 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/cert_results.py +300 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/cert_utils.py +358 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/certificate_sanity_test_list.txt +36 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/certificate_test_list.txt +43 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/config/eclipse.json +10 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/config/hivemq.json +10 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/config/mosquitto.json +10 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/config/mosquitto.md +95 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/config/wiliot-dev.json +10 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/restore_brg.py +59 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/calibration/interval_test/interval_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/calibration/interval_test/interval_test.py +28 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/calibration/output_power_test/output_power_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/calibration/output_power_test/output_power_test.py +28 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/calibration/pattern_test/pattern_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/calibration/pattern_test/pattern_test.py +70 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.py +76 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +83 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/output_power_test/output_power_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/output_power_test/output_power_test.py +27 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +43 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py +63 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py +50 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pattern_test/pattern_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pattern_test/pattern_test.py +28 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +51 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py +54 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py +55 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py +73 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py +41 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json +21 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +184 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json +21 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py +210 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +30 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +203 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/stress_test/stress_test.json +30 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/stress_test/stress_test.py +210 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py +113 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py +79 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/edge_mgmt/actions_test/actions_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/edge_mgmt/actions_test/actions_test.py +432 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py +94 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py +87 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/edge_mgmt/leds_test/leds_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/edge_mgmt/leds_test/leds_test.py +210 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/edge_mgmt/ota_test/ota_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/edge_mgmt/ota_test/ota_test.py +83 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/edge_mgmt/stat_test/stat_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/edge_mgmt/stat_test/stat_test.py +48 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py +26 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy2400/output_power_test/output_power_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy2400/output_power_test/output_power_test.py +27 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy2400/pattern_test/pattern_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy2400/pattern_test/pattern_test.py +28 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +398 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py +153 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +264 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py +27 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py +26 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py +397 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json +13 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py +27 -0
- wiliot_certificate-1.4.0a2/src/brg_certificate/wlt_types.py +114 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api/extended_api.py +23 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/200/data.json +106 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/200/logs.json +12 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/200/status.json +47 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/201/data.json +98 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/201/logs.json +12 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/201/status.json +53 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/202/data.json +83 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/202/logs.json +12 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/202/status.json +60 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/203/data.json +85 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/203/logs.json +12 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/203/status.json +63 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/204/data.json +85 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/204/logs.json +12 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/204/status.json +63 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/205/data.json +85 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/205/logs.json +12 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/api_if/205/status.json +63 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/api_if/api_validation.py +0 -2
- wiliot_certificate-1.4.0a2/src/gw_certificate/common/analysis_data_bricks.py +60 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/common/debug.py +0 -21
- wiliot_certificate-1.4.0a2/src/gw_certificate/common/utils.py +8 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/common/utils_defines.py +15 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/common/wltPb_pb2.py +72 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/common/wltPb_pb2.pyi +227 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/gw_certificate.py +9 -7
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/gw_certificate_cli.py +39 -23
- wiliot_certificate-1.4.0a2/src/gw_certificate/interface/4.4.52_app.zip +0 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/interface/4.4.52_sd_bl_app.zip +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/interface/ble_simulator.py +0 -32
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/interface/if_defines.py +1 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/interface/mqtt.py +96 -19
- wiliot_certificate-1.4.0a2/src/gw_certificate/interface/nrfutil-linux +0 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/interface/nrfutil-mac +0 -0
- wiliot_certificate-1.4.0a2/src/gw_certificate/interface/nrfutil.exe +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/interface/pkt_generator.py +0 -82
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/interface/uart_if.py +73 -43
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/templates/results.html +1 -1
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/__init__.py +1 -2
- wiliot_certificate-1.4.0a2/src/gw_certificate/tests/actions.py +256 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/connection.py +10 -5
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/downlink.py +2 -4
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/generic.py +62 -12
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/registration.py +78 -27
- wiliot_certificate-1.4.0a2/src/gw_certificate/tests/static/__init__.py +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/static/generated_packet_table.py +12 -48
- wiliot_certificate-1.4.0a2/src/gw_certificate/tests/static/packet_table.csv +10051 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/static/references.py +2 -1
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/static/uplink_defines.py +0 -7
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/throughput.py +7 -12
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/uplink.py +83 -43
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/wiliot_certificate.egg-info/PKG-INFO +59 -8
- wiliot_certificate-1.4.0a2/src/wiliot_certificate.egg-info/SOURCES.txt +201 -0
- wiliot_certificate-1.4.0a2/src/wiliot_certificate.egg-info/entry_points.txt +3 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/wiliot_certificate.egg-info/requires.txt +4 -1
- wiliot_certificate-1.4.0a2/src/wiliot_certificate.egg-info/top_level.txt +2 -0
- wiliot_certificate-1.3.0a1/README.md +0 -63
- wiliot_certificate-1.3.0a1/src/gw_certificate/api/extended_api.py +0 -1547
- wiliot_certificate-1.3.0a1/src/gw_certificate/common/analysis_data_bricks.py +0 -1455
- wiliot_certificate-1.3.0a1/src/gw_certificate/common/utils.py +0 -219
- wiliot_certificate-1.3.0a1/src/gw_certificate/common/utils_defines.py +0 -102
- wiliot_certificate-1.3.0a1/src/gw_certificate/interface/packet_error.py +0 -22
- wiliot_certificate-1.3.0a1/src/gw_certificate/tests/actions.py +0 -131
- wiliot_certificate-1.3.0a1/src/gw_certificate/tests/static/packet_table.csv +0 -10051
- wiliot_certificate-1.3.0a1/src/wiliot_certificate.egg-info/SOURCES.txt +0 -54
- wiliot_certificate-1.3.0a1/src/wiliot_certificate.egg-info/entry_points.txt +0 -2
- wiliot_certificate-1.3.0a1/src/wiliot_certificate.egg-info/top_level.txt +0 -1
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/LICENSE +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/setup.cfg +0 -0
- {wiliot_certificate-1.3.0a1/src/gw_certificate → wiliot_certificate-1.4.0a2/src/brg_certificate}/__init__.py +0 -0
- {wiliot_certificate-1.3.0a1/src/gw_certificate/common → wiliot_certificate-1.4.0a2/src/brg_certificate}/wltPb_pb2.py +0 -0
- {wiliot_certificate-1.3.0a1/src/gw_certificate/common → wiliot_certificate-1.4.0a2/src/brg_certificate}/wltPb_pb2.pyi +0 -0
- {wiliot_certificate-1.3.0a1/src/gw_certificate/api_if → wiliot_certificate-1.4.0a2/src/gw_certificate}/__init__.py +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/ag/ut_defines.py +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/ag/wlt_types.py +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/ag/wlt_types_ag.py +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/ag/wlt_types_data.py +0 -0
- {wiliot_certificate-1.3.0a1/src/gw_certificate/tests/static → wiliot_certificate-1.4.0a2/src/gw_certificate/api_if}/__init__.py +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/api_if/gw_capabilities.py +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/interface/ble_sniffer.py +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/interface/uart_ports.py +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/templates/stage.html +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/templates/table.html +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/templates/test.html +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/bad_crc_to_PER_quantization.csv +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/static/connection_defines.py +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/gw_certificate/tests/static/downlink_defines.py +0 -0
- {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a2}/src/wiliot_certificate.egg-info/dependency_links.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: wiliot_certificate
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0a2
|
|
4
4
|
Summary: A library for certifying Wiliot-compliant boards
|
|
5
5
|
Author-email: Wiliot <support@wiliot.com>
|
|
6
6
|
License: MIT License
|
|
@@ -30,7 +30,7 @@ Project-URL: Certified, https://www.wiliot.com/product/ambient-iot-network#partn
|
|
|
30
30
|
Classifier: Programming Language :: Python :: 3
|
|
31
31
|
Classifier: License :: OSI Approved :: MIT License
|
|
32
32
|
Classifier: Operating System :: OS Independent
|
|
33
|
-
Requires-Python: >=3.
|
|
33
|
+
Requires-Python: >=3.13
|
|
34
34
|
Description-Content-Type: text/markdown
|
|
35
35
|
License-File: LICENSE
|
|
36
36
|
Requires-Dist: jinja2>=3.1.5
|
|
@@ -42,18 +42,22 @@ Requires-Dist: colorama>=0.4.6
|
|
|
42
42
|
Requires-Dist: tabulate>=0.9.0
|
|
43
43
|
Requires-Dist: wiliot-core>=5.9.1
|
|
44
44
|
Requires-Dist: paho-mqtt>=2.1.0
|
|
45
|
-
Requires-Dist: bitstruct>=8.
|
|
45
|
+
Requires-Dist: bitstruct>=8.20.0
|
|
46
46
|
Requires-Dist: protobuf>=5.29.3
|
|
47
47
|
Requires-Dist: wiliot-api>=4.10.8
|
|
48
48
|
Requires-Dist: jsonschema>=4.23.0
|
|
49
49
|
Requires-Dist: statsmodels>=0.14.4
|
|
50
|
+
Requires-Dist: pyserial>=3.5
|
|
51
|
+
Requires-Dist: reportlab>=4.3.1
|
|
52
|
+
Requires-Dist: google-api-python-client>=2.162.0
|
|
50
53
|
|
|
51
|
-
# wiliot-certificate
|
|
54
|
+
# wiliot-certificate
|
|
52
55
|
|
|
53
56
|
<!-- Description -->
|
|
54
57
|
wiliot-certificate is a python library with tools used to test & certify boards and their compatibility with Wiliot's echosystem.
|
|
55
58
|
This python package includes the following CLI utilities:
|
|
56
59
|
- Gateway Certificate (`wlt-gw-certificate`)
|
|
60
|
+
- Bridge Certificate (`wlt-cert-brg`)
|
|
57
61
|
|
|
58
62
|
## Installing wiliot-certificate
|
|
59
63
|
````commandline
|
|
@@ -87,11 +91,12 @@ Sends advertising actions (txPacket) via MQTT to the GW and validates their adve
|
|
|
87
91
|
Increments time delays between packets to evaluate GW's capability in handling increasing packets per second rates.
|
|
88
92
|
|
|
89
93
|
#### GW Certificate Release Notes:
|
|
90
|
-
1.
|
|
94
|
+
1.4.0:
|
|
91
95
|
- Released in a standalone wiliot-certificate package
|
|
92
|
-
- Python 3.
|
|
96
|
+
- Python 3.12 support
|
|
93
97
|
- Gw API version 205 support
|
|
94
98
|
- Registration Test
|
|
99
|
+
- Aggregation flag supported by StressTest
|
|
95
100
|
|
|
96
101
|
|
|
97
102
|
```
|
|
@@ -101,13 +106,59 @@ Gateway Certificate - CLI Tool to test Wiliot GWs
|
|
|
101
106
|
|
|
102
107
|
required arguments:
|
|
103
108
|
-gw GW Gateway ID
|
|
104
|
-
-owner OWNER Owner ID (optional when running only the registration test)
|
|
105
109
|
|
|
106
110
|
optional arguments:
|
|
107
|
-
-
|
|
111
|
+
-owner OWNER Owner ID (Required for non-registration tests)
|
|
108
112
|
-tests Pick specific tests to run
|
|
113
|
+
-actions Pick specific actions to test during the ActionsTest
|
|
109
114
|
-update Update the firmware of the test board
|
|
110
115
|
-pps Pick specific PPS rate for the stress test
|
|
111
116
|
-agg Time the uplink stages should wait before processing packets
|
|
117
|
+
-suffix Allow for different suffixes after the GW ID in MQTT topics
|
|
118
|
+
-env Wiliot envrionment for Registration and bridgeOTA tests
|
|
112
119
|
-h, --help show this help message and exit
|
|
113
120
|
```
|
|
121
|
+
|
|
122
|
+
### Bridge Certificate
|
|
123
|
+
Test Wiliot BRGs capabilities.
|
|
124
|
+
The BRG Certificate includes different tests that run sequentially to test each capability reported by the BRG.
|
|
125
|
+
The BRG Certificate tool uses a public MQTT Broker (Eclipse):
|
|
126
|
+
|
|
127
|
+
Host: mqtt.eclipseprojects.io
|
|
128
|
+
TLS TCP Port: 8883
|
|
129
|
+
TLS Websocket Port: 443
|
|
130
|
+
TCP Port: 1883
|
|
131
|
+
Websocket Port: 80
|
|
132
|
+
|
|
133
|
+
More information can be found at https://mqtt.eclipseprojects.io/.
|
|
134
|
+
|
|
135
|
+
#### XXX Test
|
|
136
|
+
TEST EXPLANATION
|
|
137
|
+
|
|
138
|
+
#### BRG Certificate Release Notes:
|
|
139
|
+
1.3.0:
|
|
140
|
+
- FIRST VERSION
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
```
|
|
144
|
+
usage: wlt-cert-brg [-h] [-h] [-b BRG] [-b1 BRG1] --gw GW [--data {tags,sim}] [--port PORT] [--clean] [--tl TL] [--run RUN] [--drun DRUN] [--exit_on_test_failure] [--exit_on_param_failure] [--analyze_interference]
|
|
145
|
+
|
|
146
|
+
Gateway Certificate - CLI Tool to test Wiliot BRGs
|
|
147
|
+
|
|
148
|
+
required arguments:
|
|
149
|
+
--gw, -g GW Gateway ID
|
|
150
|
+
--port, -p PORT COM Port
|
|
151
|
+
--brg, -b BRG Bridge ID
|
|
152
|
+
|
|
153
|
+
optional arguments:
|
|
154
|
+
--brg1, -b1 BRG1 Second bridge id to run on tests two bridges needed
|
|
155
|
+
--data, -d {tags,sim} Choose if data generated from real tags or by simulation
|
|
156
|
+
--port, -p PORT Enable UT using UART connection for Gateway Simulation or Data Simulation
|
|
157
|
+
--clean Clean all logs
|
|
158
|
+
--tl TL Test list file to use
|
|
159
|
+
--run RUN String to filter tests to run
|
|
160
|
+
--drun DRUN String to filter tests not to run
|
|
161
|
+
--exit_on_test_failure Stop running the tests if a test failed
|
|
162
|
+
--exit_on_param_failure Sets exit_on_param_failure mode to true in order to prevent tests from continuing iteration over all possibilities in case of failure
|
|
163
|
+
--analyze_interference, -ai Analyze interference before tests start (relevant only for Gateway Simulator)
|
|
164
|
+
```
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
# wiliot-certificate
|
|
2
|
+
|
|
3
|
+
<!-- Description -->
|
|
4
|
+
wiliot-certificate is a python library with tools used to test & certify boards and their compatibility with Wiliot's echosystem.
|
|
5
|
+
This python package includes the following CLI utilities:
|
|
6
|
+
- Gateway Certificate (`wlt-gw-certificate`)
|
|
7
|
+
- Bridge Certificate (`wlt-cert-brg`)
|
|
8
|
+
|
|
9
|
+
## Installing wiliot-certificate
|
|
10
|
+
````commandline
|
|
11
|
+
pip install wiliot-certificate
|
|
12
|
+
````
|
|
13
|
+
|
|
14
|
+
## Using wiliot-certificate
|
|
15
|
+
### Gateway Certificate
|
|
16
|
+
Test Wiliot GWs capabilities.
|
|
17
|
+
The GW Certificate includes different test that run sequentially to test each capability reported by the GW.
|
|
18
|
+
To run the GW Certificate the GW needs to use a public MQTT Broker (Eclipse):
|
|
19
|
+
|
|
20
|
+
Host: mqtt.eclipseprojects.io
|
|
21
|
+
TLS TCP Port: 8883
|
|
22
|
+
TLS Websocket Port: 443
|
|
23
|
+
TCP Port: 1883
|
|
24
|
+
Websocket Port: 80
|
|
25
|
+
|
|
26
|
+
More information can be found at https://mqtt.eclipseprojects.io/.
|
|
27
|
+
|
|
28
|
+
#### Connection Test
|
|
29
|
+
Processes status packet sent by the GW to the MQTT Broker and validates it according to API Version.
|
|
30
|
+
|
|
31
|
+
#### Uplink Test
|
|
32
|
+
Simulates Wiliot MEL and validates that data is uploaded correctly to the cloud.
|
|
33
|
+
|
|
34
|
+
#### Downlink Test
|
|
35
|
+
Sends advertising actions (txPacket) via MQTT to the GW and validates their advertisements.
|
|
36
|
+
|
|
37
|
+
#### Stress Test
|
|
38
|
+
Increments time delays between packets to evaluate GW's capability in handling increasing packets per second rates.
|
|
39
|
+
|
|
40
|
+
#### GW Certificate Release Notes:
|
|
41
|
+
1.4.0:
|
|
42
|
+
- Released in a standalone wiliot-certificate package
|
|
43
|
+
- Python 3.12 support
|
|
44
|
+
- Gw API version 205 support
|
|
45
|
+
- Registration Test
|
|
46
|
+
- Aggregation flag supported by StressTest
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
usage: wlt-gw-certificate [-h] -owner OWNER -gw GW [-suffix SUFFIX] [-tests {connection,uplink,downlink,stress}]
|
|
51
|
+
|
|
52
|
+
Gateway Certificate - CLI Tool to test Wiliot GWs
|
|
53
|
+
|
|
54
|
+
required arguments:
|
|
55
|
+
-gw GW Gateway ID
|
|
56
|
+
|
|
57
|
+
optional arguments:
|
|
58
|
+
-owner OWNER Owner ID (Required for non-registration tests)
|
|
59
|
+
-tests Pick specific tests to run
|
|
60
|
+
-actions Pick specific actions to test during the ActionsTest
|
|
61
|
+
-update Update the firmware of the test board
|
|
62
|
+
-pps Pick specific PPS rate for the stress test
|
|
63
|
+
-agg Time the uplink stages should wait before processing packets
|
|
64
|
+
-suffix Allow for different suffixes after the GW ID in MQTT topics
|
|
65
|
+
-env Wiliot envrionment for Registration and bridgeOTA tests
|
|
66
|
+
-h, --help show this help message and exit
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### Bridge Certificate
|
|
70
|
+
Test Wiliot BRGs capabilities.
|
|
71
|
+
The BRG Certificate includes different tests that run sequentially to test each capability reported by the BRG.
|
|
72
|
+
The BRG Certificate tool uses a public MQTT Broker (Eclipse):
|
|
73
|
+
|
|
74
|
+
Host: mqtt.eclipseprojects.io
|
|
75
|
+
TLS TCP Port: 8883
|
|
76
|
+
TLS Websocket Port: 443
|
|
77
|
+
TCP Port: 1883
|
|
78
|
+
Websocket Port: 80
|
|
79
|
+
|
|
80
|
+
More information can be found at https://mqtt.eclipseprojects.io/.
|
|
81
|
+
|
|
82
|
+
#### XXX Test
|
|
83
|
+
TEST EXPLANATION
|
|
84
|
+
|
|
85
|
+
#### BRG Certificate Release Notes:
|
|
86
|
+
1.3.0:
|
|
87
|
+
- FIRST VERSION
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
```
|
|
91
|
+
usage: wlt-cert-brg [-h] [-h] [-b BRG] [-b1 BRG1] --gw GW [--data {tags,sim}] [--port PORT] [--clean] [--tl TL] [--run RUN] [--drun DRUN] [--exit_on_test_failure] [--exit_on_param_failure] [--analyze_interference]
|
|
92
|
+
|
|
93
|
+
Gateway Certificate - CLI Tool to test Wiliot BRGs
|
|
94
|
+
|
|
95
|
+
required arguments:
|
|
96
|
+
--gw, -g GW Gateway ID
|
|
97
|
+
--port, -p PORT COM Port
|
|
98
|
+
--brg, -b BRG Bridge ID
|
|
99
|
+
|
|
100
|
+
optional arguments:
|
|
101
|
+
--brg1, -b1 BRG1 Second bridge id to run on tests two bridges needed
|
|
102
|
+
--data, -d {tags,sim} Choose if data generated from real tags or by simulation
|
|
103
|
+
--port, -p PORT Enable UT using UART connection for Gateway Simulation or Data Simulation
|
|
104
|
+
--clean Clean all logs
|
|
105
|
+
--tl TL Test list file to use
|
|
106
|
+
--run RUN String to filter tests to run
|
|
107
|
+
--drun DRUN String to filter tests not to run
|
|
108
|
+
--exit_on_test_failure Stop running the tests if a test failed
|
|
109
|
+
--exit_on_param_failure Sets exit_on_param_failure mode to true in order to prevent tests from continuing iteration over all possibilities in case of failure
|
|
110
|
+
--analyze_interference, -ai Analyze interference before tests start (relevant only for Gateway Simulator)
|
|
111
|
+
```
|
|
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "wiliot_certificate"
|
|
7
|
-
version = "1.
|
|
7
|
+
version = "1.4.0a2"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Wiliot", email="support@wiliot.com" }
|
|
10
10
|
]
|
|
11
11
|
description = "A library for certifying Wiliot-compliant boards"
|
|
12
12
|
readme = "README.md"
|
|
13
|
-
requires-python = ">=3.
|
|
13
|
+
requires-python = ">=3.13"
|
|
14
14
|
classifiers = [
|
|
15
15
|
"Programming Language :: Python :: 3",
|
|
16
16
|
"License :: OSI Approved :: MIT License",
|
|
@@ -28,11 +28,14 @@ dependencies = [
|
|
|
28
28
|
"tabulate>=0.9.0",
|
|
29
29
|
"wiliot-core>=5.9.1",
|
|
30
30
|
"paho-mqtt>=2.1.0",
|
|
31
|
-
"bitstruct>=8.
|
|
31
|
+
"bitstruct>=8.20.0",
|
|
32
32
|
"protobuf>=5.29.3",
|
|
33
33
|
"wiliot-api>=4.10.8",
|
|
34
34
|
"jsonschema>=4.23.0",
|
|
35
|
-
"statsmodels>=0.14.4"
|
|
35
|
+
"statsmodels>=0.14.4",
|
|
36
|
+
"pyserial>=3.5",
|
|
37
|
+
"reportlab>=4.3.1",
|
|
38
|
+
"google-api-python-client>=2.162.0",
|
|
36
39
|
]
|
|
37
40
|
|
|
38
41
|
[project.urls]
|
|
@@ -40,7 +43,16 @@ Wiliot = "https://www.wiliot.com"
|
|
|
40
43
|
Certified = "https://www.wiliot.com/product/ambient-iot-network#partner-device-certification"
|
|
41
44
|
|
|
42
45
|
[project.scripts]
|
|
43
|
-
wlt-gw
|
|
46
|
+
wlt-cert-gw = "gw_certificate.gw_certificate_cli:main"
|
|
47
|
+
wlt-cert-brg = "brg_certificate.brg_certificate_cli:main"
|
|
48
|
+
|
|
49
|
+
[tool.setuptools.packages.find]
|
|
50
|
+
where = ["src"]
|
|
51
|
+
exclude = ["*.ut*"]
|
|
44
52
|
|
|
45
53
|
[tool.setuptools.package-data]
|
|
46
|
-
gw_certificate = ["
|
|
54
|
+
gw_certificate = ["**/*.csv", "**/*.html", "**/*.json", "**/*.zip", "interface/nrfutil*"]
|
|
55
|
+
brg_certificate = ["**/*.json", "**/*.md", "*_list.txt", "**/wlt_cmd_if.html", "**/wlt_types.html"]
|
|
56
|
+
|
|
57
|
+
[tool.setuptools.exclude-package-data]
|
|
58
|
+
brg_certificate = ["**/mqtt_log_*.json", "*cert_mqtt_log.json", "*_log.txt", "*ut/*"]
|