wiliot-certificate 1.5.2a1__tar.gz → 4.4.0__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.
Files changed (222) hide show
  1. {wiliot_certificate-1.5.2a1/src/wiliot_certificate.egg-info → wiliot_certificate-4.4.0}/PKG-INFO +71 -30
  2. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/README.md +71 -30
  3. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/pyproject.toml +1 -1
  4. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/energous_v0_defines.py +105 -114
  5. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/energous_v1_defines.py +105 -114
  6. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/energous_v2_defines.py +105 -114
  7. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/energous_v3_defines.py +105 -114
  8. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/energous_v4_defines.py +105 -114
  9. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/fanstel_lan_v0_defines.py +105 -114
  10. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/fanstel_lte_v0_defines.py +105 -114
  11. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/fanstel_wifi_v0_defines.py +105 -114
  12. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/minew_lte_v0_defines.py +105 -114
  13. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types.html +983 -150
  14. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag.py +1326 -248
  15. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +69 -0
  16. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +101 -0
  17. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +45 -0
  18. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/calibration.json +75 -0
  19. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/custom.json +99 -0
  20. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/datapath.json +133 -8
  21. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/energy2400.json +99 -0
  22. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/energySub1g.json +96 -0
  23. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/externalSensor.json +113 -0
  24. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/interface.json +157 -0
  25. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/powerManagement.json +205 -0
  26. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/cert_common.py +61 -11
  27. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/cert_config.py +12 -7
  28. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/cert_utils.py +3 -1
  29. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/certificate_bcc_test_list.txt +0 -2
  30. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/certificate_test_list.txt +4 -4
  31. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/calibration/interval_test/interval_test.json +1 -1
  32. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/calibration/interval_test/interval_test.py +5 -5
  33. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/calibration/output_power_test/output_power_test.json +1 -1
  34. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/calibration/output_power_test/output_power_test.py +5 -5
  35. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/calibration/pattern_test/pattern_test.json +1 -1
  36. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/calibration/pattern_test/pattern_test.py +16 -10
  37. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/aging_test/aging_test.py +10 -9
  38. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +8 -13
  39. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/output_power_test/output_power_test.json +1 -1
  40. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/output_power_test/output_power_test.py +5 -5
  41. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +1 -1
  42. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +11 -7
  43. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py +11 -4
  44. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py +10 -10
  45. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pattern_test/pattern_test.json +1 -1
  46. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pattern_test/pattern_test.py +5 -6
  47. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +1 -1
  48. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +10 -9
  49. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +1 -1
  50. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py +11 -10
  51. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +1 -1
  52. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py +11 -10
  53. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +1 -1
  54. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py +11 -10
  55. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json +1 -1
  56. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py +5 -6
  57. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +39 -37
  58. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py +46 -46
  59. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +2 -3
  60. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +21 -17
  61. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/stress_test/stress_test.json +2 -3
  62. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/stress_test/stress_test.py +20 -17
  63. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py +1 -1
  64. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +1 -1
  65. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py +12 -10
  66. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/edge_mgmt/actions_test/actions_test.json +1 -1
  67. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/edge_mgmt/actions_test/actions_test.py +13 -13
  68. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py +1 -1
  69. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/edge_mgmt/leds_test/leds_test.py +2 -2
  70. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +1 -1
  71. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py +5 -5
  72. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy2400/output_power_test/output_power_test.json +1 -1
  73. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy2400/output_power_test/output_power_test.py +5 -5
  74. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy2400/pattern_test/pattern_test.json +1 -1
  75. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy2400/pattern_test/pattern_test.py +5 -5
  76. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.json +2 -2
  77. wiliot_certificate-4.4.0/src/brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.py +321 -0
  78. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.json +2 -2
  79. wiliot_certificate-4.4.0/src/brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.py +321 -0
  80. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py +3 -3
  81. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +30 -91
  82. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +1 -1
  83. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py +5 -5
  84. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json +1 -1
  85. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py +5 -5
  86. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py +2 -2
  87. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json +1 -1
  88. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py +5 -5
  89. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.py +2 -2
  90. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.json +1 -1
  91. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/sensors/ext_sensor_test/ext_sensor_test.py +6 -7
  92. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/wltPb_pb2.py +4 -4
  93. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/wltPb_pb2.pyi +2 -1
  94. wiliot_certificate-4.4.0/src/gw_certificate/api_if/gw_capabilities.py +54 -0
  95. wiliot_certificate-4.4.0/src/gw_certificate/common/serialization_formatter.py +93 -0
  96. wiliot_certificate-4.4.0/src/gw_certificate/common/wltPb_pb2.py +84 -0
  97. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/common/wltPb_pb2.pyi +42 -35
  98. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/gw_certificate.py +4 -2
  99. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/gw_certificate_cli.py +5 -4
  100. wiliot_certificate-4.4.0/src/gw_certificate/interface/4.4.91_app.zip +0 -0
  101. wiliot_certificate-1.5.2a1/src/gw_certificate/interface/4.4.52_sd_bl_app.zip → wiliot_certificate-4.4.0/src/gw_certificate/interface/4.4.91_sd_bl_app.zip +0 -0
  102. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/interface/ble_simulator.py +5 -3
  103. wiliot_certificate-4.4.0/src/gw_certificate/interface/flash_fw.py +90 -0
  104. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/interface/mqtt.py +39 -23
  105. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/interface/pkt_generator.py +0 -44
  106. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/interface/uart_if.py +25 -12
  107. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/actions.py +33 -5
  108. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/connection.py +3 -1
  109. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/downlink.py +2 -2
  110. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/generic.py +5 -4
  111. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/registration.py +4 -4
  112. wiliot_certificate-4.4.0/src/gw_certificate/tests/static/generated_packet_table.py +195 -0
  113. wiliot_certificate-4.4.0/src/gw_certificate/tests/static/packet_table.csv +10067 -0
  114. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/static/uplink_defines.py +2 -1
  115. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/throughput.py +3 -2
  116. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/uplink.py +171 -32
  117. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0/src/wiliot_certificate.egg-info}/PKG-INFO +71 -30
  118. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/wiliot_certificate.egg-info/SOURCES.txt +4 -2
  119. wiliot_certificate-1.5.2a1/src/brg_certificate/tests/energy2400/signal_indicator_ble5_10_250k_test/signal_indicator_ble5_10_250k_test.py +0 -343
  120. wiliot_certificate-1.5.2a1/src/brg_certificate/tests/energy2400/signal_indicator_ble5_10_500k_test/signal_indicator_ble5_10_500k_test.py +0 -343
  121. wiliot_certificate-1.5.2a1/src/gw_certificate/api_if/gw_capabilities.py +0 -18
  122. wiliot_certificate-1.5.2a1/src/gw_certificate/common/wltPb_pb2.py +0 -72
  123. wiliot_certificate-1.5.2a1/src/gw_certificate/interface/4.4.52_app.zip +0 -0
  124. wiliot_certificate-1.5.2a1/src/gw_certificate/tests/static/generated_packet_table.py +0 -173
  125. wiliot_certificate-1.5.2a1/src/gw_certificate/tests/static/packet_table.csv +0 -10051
  126. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/LICENSE +0 -0
  127. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/setup.cfg +0 -0
  128. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/__init__.py +0 -0
  129. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_cmd_if.html +0 -0
  130. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/side_info_sensor.json +0 -0
  131. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json +0 -0
  132. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json +0 -0
  133. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json +0 -0
  134. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/brg_certificate.py +0 -0
  135. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/brg_certificate_cli.py +0 -0
  136. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/cert_data_sim.py +0 -0
  137. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/cert_defines.py +0 -0
  138. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/cert_gw_sim.py +0 -0
  139. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/cert_mqtt.py +0 -0
  140. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/cert_prints.py +0 -0
  141. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/cert_protobuf.py +0 -0
  142. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/cert_results.py +0 -0
  143. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/certificate_bcc_sanity_test_list.txt +0 -0
  144. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/certificate_sanity_test_list.txt +0 -0
  145. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/config/eclipse.json +0 -0
  146. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/config/hivemq.json +0 -0
  147. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/config/mosquitto.json +0 -0
  148. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/config/mosquitto.md +0 -0
  149. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/config/wiliot-dev.json +0 -0
  150. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/restore_brg.py +0 -0
  151. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/aging_test/aging_test.json +0 -0
  152. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json +0 -0
  153. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json +0 -0
  154. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json +0 -0
  155. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json +0 -0
  156. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json +0 -0
  157. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json +0 -0
  158. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json +0 -0
  159. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json +0 -0
  160. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py +0 -0
  161. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/edge_mgmt/leds_test/leds_test.json +0 -0
  162. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/edge_mgmt/ota_test/ota_test.json +0 -0
  163. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/edge_mgmt/ota_test/ota_test.py +0 -0
  164. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.json +0 -0
  165. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/edge_mgmt/periodic_msgs_test/periodic_msgs_test.py +0 -0
  166. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json +0 -0
  167. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json +0 -0
  168. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json +0 -0
  169. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/tests/pwr_mgmt/pwr_mgmt_test/pwr_mgmt_test.json +0 -0
  170. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/brg_certificate/wlt_types.py +0 -0
  171. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/common/wlt_logo.png +0 -0
  172. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/__init__.py +0 -0
  173. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/ag/ut_defines.py +0 -0
  174. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/ag/wlt_types.py +0 -0
  175. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/ag/wlt_types_ag.py +0 -0
  176. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/ag/wlt_types_data.py +0 -0
  177. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api/extended_api.py +0 -0
  178. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/200/data.json +0 -0
  179. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/200/logs.json +0 -0
  180. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/200/status.json +0 -0
  181. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/201/data.json +0 -0
  182. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/201/logs.json +0 -0
  183. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/201/status.json +0 -0
  184. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/202/data.json +0 -0
  185. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/202/logs.json +0 -0
  186. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/202/status.json +0 -0
  187. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/203/data.json +0 -0
  188. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/203/logs.json +0 -0
  189. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/203/status.json +0 -0
  190. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/204/data.json +0 -0
  191. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/204/logs.json +0 -0
  192. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/204/status.json +0 -0
  193. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/205/data.json +0 -0
  194. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/205/logs.json +0 -0
  195. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/205/status.json +0 -0
  196. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/__init__.py +0 -0
  197. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/api_if/api_validation.py +0 -0
  198. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/cert_results.py +0 -0
  199. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/common/analysis_data_bricks.py +0 -0
  200. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/common/debug.py +0 -0
  201. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/common/utils.py +0 -0
  202. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/common/utils_defines.py +0 -0
  203. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/interface/ble_sniffer.py +0 -0
  204. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/interface/if_defines.py +0 -0
  205. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/interface/nrfutil-linux +0 -0
  206. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/interface/nrfutil-mac +0 -0
  207. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/interface/nrfutil.exe +0 -0
  208. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/interface/uart_ports.py +0 -0
  209. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/templates/results.html +0 -0
  210. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/templates/stage.html +0 -0
  211. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/templates/table.html +0 -0
  212. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/templates/test.html +0 -0
  213. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/__init__.py +0 -0
  214. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/bad_crc_to_PER_quantization.csv +0 -0
  215. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/static/__init__.py +0 -0
  216. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/static/connection_defines.py +0 -0
  217. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/static/downlink_defines.py +0 -0
  218. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/gw_certificate/tests/static/references.py +0 -0
  219. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/wiliot_certificate.egg-info/dependency_links.txt +0 -0
  220. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/wiliot_certificate.egg-info/entry_points.txt +0 -0
  221. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/wiliot_certificate.egg-info/requires.txt +0 -0
  222. {wiliot_certificate-1.5.2a1 → wiliot_certificate-4.4.0}/src/wiliot_certificate.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wiliot_certificate
3
- Version: 1.5.2a1
3
+ Version: 4.4.0
4
4
  Summary: A library for certifying Wiliot-compliant boards
5
5
  Author-email: Wiliot <support@wiliot.com>
6
6
  License: MIT License
@@ -52,24 +52,33 @@ Requires-Dist: reportlab>=4.3.1
52
52
  Requires-Dist: google-api-python-client>=2.162.0
53
53
  Dynamic: license-file
54
54
 
55
- # wiliot-certificate
55
+ # wiliot-certificate Version 4.4.0
56
56
 
57
57
  <!-- Description -->
58
- wiliot-certificate is a python library with tools used to test & certify boards and their compatibility with Wiliot's echosystem.
58
+ wiliot-certificate is a Python library that provides tools for testing and certifying boards for compatibility with Wiliots ecosystem.
59
59
  This python package includes the following CLI utilities:
60
60
  - Gateway Certificate (`wlt-cert-gw`)
61
61
  - Bridge Certificate (`wlt-cert-brg`)
62
62
 
63
+ # Version:
64
+ wiliot-certificate versions 4.4.0 are compatible with firmware version 4.4.6 (ESP: 4.4.44, BLE: 4.4.93)
65
+
63
66
  ## Installing wiliot-certificate
67
+ Uninstall wiliot-deployment-tools if installed (relevant for old wlt-gw-certificate users):
68
+ ````commandline
69
+ pip uninstall wiliot-deployment-tools
70
+ ````
71
+
72
+ Install wiliot-certificate:
64
73
  ````commandline
65
74
  pip install wiliot-certificate
66
75
  ````
67
76
 
68
77
  ## Using wiliot-certificate
69
78
  ### Gateway Certificate
70
- Test Wiliot GWs capabilities.
71
- The GW Certificate includes different test that run sequentially to test each capability reported by the GW.
72
- To run the GW Certificate the GW needs to use a public MQTT Broker (Eclipse):
79
+ Test Wiliot Gateway capabilities.
80
+ The Gateway Certificate includes different test that run sequentially to test each capability reported by the Gateway.
81
+ To run the Gateway Certificate the Gateway needs to use a public MQTT Broker (Eclipse):
73
82
 
74
83
  Host: mqtt.eclipseprojects.io
75
84
  TLS TCP Port: 8883
@@ -79,59 +88,91 @@ Websocket Port: 80
79
88
 
80
89
  More information can be found at https://mqtt.eclipseprojects.io/.
81
90
 
82
- #### GW Certificate Release Notes:
91
+ #### Gateway Certificate Release Notes:
83
92
  Release:
84
93
  - Standalone wiliot-certificate package
85
94
  - Python 3.13 support
86
- - Gw API version 205 support
95
+ - Gateway API version 205 support
87
96
  - Registration test added
88
97
  - Bridge OTA stage added under actions
89
98
  - Aggregation flag supported by StressTest
90
99
  - -update flag compatibility fix. Upgrades bootloader if needed
91
100
  - -actions flag to select specific actions to test
101
+ - ACL (Access control list) test for gateways reporting API version 205 in the connection test
102
+
103
+ #### The following capabilities are not tested in this version
104
+ - Access control list stress stress
105
+ - Validation schema verification
106
+ - Board type registered within the Board Type Management system
107
+ - Bridge OTA progress reporting
108
+
92
109
 
93
110
  ```
94
- usage: wlt-gw-certificate [-h] -owner OWNER -gw GW [-suffix SUFFIX] [-tests {connection,uplink,downlink,stress}]
111
+ Usage: wlt-cert-gw [-h] -owner OWNER -gw GW [-suffix SUFFIX] [-tests {connection,uplink,downlink,stress}]
95
112
 
96
113
  Gateway Certificate - CLI Tool to test Wiliot GWs
97
114
 
98
- required arguments:
115
+ Required arguments:
99
116
  -gw GW Gateway ID
100
117
 
101
- optional arguments:
118
+ Optional arguments:
102
119
  -owner OWNER Owner ID (Required for non-registration tests)
103
120
  -tests Pick specific tests to run
104
121
  -actions Pick specific actions to test during the ActionsTest
105
122
  -update Update the firmware of the test board
106
123
  -pps Pick specific PPS rate for the stress test
107
- -agg Time the uplink stages should wait before processing packets
108
- -suffix Allow for different suffixes after the GW ID in MQTT topics
109
- -env Wiliot envrionment for Registration and bridgeOTA tests
124
+ -agg Duration uplink stages wait before processing packets
125
+ -suffix Allow for different suffixes after the Gateway ID in MQTT topics
126
+ -env Wiliot environment for registration and bridgeOTA tests
110
127
  -h, --help show this help message and exit
111
128
  ```
112
129
 
113
130
  ### Bridge Certificate
114
- Test Wiliot BRGs capabilities.
115
- The BRG Certificate includes different tests that run sequentially to test each capability reported by the BRG.
116
- The BRG Certificate tool uses a public MQTT Broker (Eclipse):
117
-
118
- Host: mqtt.eclipseprojects.io
119
- TLS TCP Port: 8883
120
- TLS Websocket Port: 443
121
- TCP Port: 1883
122
- Websocket Port: 80
123
-
124
- More information can be found at https://mqtt.eclipseprojects.io/.
131
+ Test Wiliot Bridge capabilities.
132
+ The Bridge Certificate includes different tests that run sequentially to test each capability reported by the bridge.
133
+
134
+
135
+ # update Gateway sim version :
136
+ - Update your gateway and bridge using Wiliot's platform. (https://platform.wiliot.com/)
137
+ - Transfer the gateway to dev mode - run the following command: py ut\dev_mode.py --gw [GW] --enable
138
+ - Connect the gateway to your laptop via USB connection:
139
+ - Run the following: wlt-cert-brg --gw SIM --brg <XXXXXXXXXXXX> --port <COM_PORT>
140
+ - For other options of running, see the 'run example' section.
141
+
142
+ #### Bridge Certificate Release Notes:
143
+ Release
144
+ - First release of Bridge Certificate – includes validation tests for bridge functionality.
145
+ - Additional details are available in the JSON files.
146
+
147
+ # The following capabilities are not tested in this version
148
+
149
+ Power management
150
+ - Functionality of energize and transmit in sleep mode
151
+ Edge management
152
+ - Timing of heartbeat and interface packets
153
+ Module Energy 2400
154
+ - Functionality of energy pattern, output power and duty cycle
155
+ Module Energy SUB1G
156
+ - Functionality of energy pattern and duty cycle
157
+ Module Datapath
158
+ - RSSI edge cases: -127 and 0
159
+ - Functionality of transmission pattern, output power
160
+ - Pacer interval with channel 10 and 500k modulation
161
+ - Pacer interval using GEN3 Pixels
162
+ - Packet filter: the following configuration - DEBUG, TEMP & DEBUG, TEMPS & DEBUG & ADVANCE
163
+ - Rx rate feature with extended advertising
164
+ - Functionality of adaptive pacer algorithm
165
+ - Supported Pixels for extended advertising and GEN3
166
+ Calibration
167
+ - Functionality of output power and interval calibration
168
+ - Functionality of calibration transmission patterns for the configuration STANDARD & EU & DISABLE
125
169
 
126
- #### BRG Certificate Release Notes:
127
- 1.3.0:
128
- - FIRST VERSION
129
170
 
130
171
  ```
131
- usage: brg_certificate_cli.py [-h] [--brg BRG] [--brg_cloud_connectivity BRG_CLOUD_CONNECTIVITY] [--brg1 BRG1] --gw GW [--data {tags,sim}] [--port PORT] [--clean] [--tl TL] [--run RUN]
172
+ usage: wlt-cert-brg [-h] [--brg BRG] [--brg_cloud_connectivity BRG_CLOUD_CONNECTIVITY] [--brg1 BRG1] --gw GW [--data {tags,sim}] [--port PORT] [--clean] [--tl TL] [--run RUN]
132
173
  [--drun DRUN] [--exit_on_test_failure] [--exit_on_param_failure] [--analyze_interference]
133
174
 
134
- Bridge Certificate CLI
175
+ # Bridge Certificate CLI
135
176
 
136
177
  options:
137
178
  -h, --help show this help message and exit
@@ -1,21 +1,30 @@
1
- # wiliot-certificate
1
+ # wiliot-certificate Version 4.4.0
2
2
 
3
3
  <!-- Description -->
4
- wiliot-certificate is a python library with tools used to test & certify boards and their compatibility with Wiliot's echosystem.
4
+ wiliot-certificate is a Python library that provides tools for testing and certifying boards for compatibility with Wiliots ecosystem.
5
5
  This python package includes the following CLI utilities:
6
6
  - Gateway Certificate (`wlt-cert-gw`)
7
7
  - Bridge Certificate (`wlt-cert-brg`)
8
8
 
9
+ # Version:
10
+ wiliot-certificate versions 4.4.0 are compatible with firmware version 4.4.6 (ESP: 4.4.44, BLE: 4.4.93)
11
+
9
12
  ## Installing wiliot-certificate
13
+ Uninstall wiliot-deployment-tools if installed (relevant for old wlt-gw-certificate users):
14
+ ````commandline
15
+ pip uninstall wiliot-deployment-tools
16
+ ````
17
+
18
+ Install wiliot-certificate:
10
19
  ````commandline
11
20
  pip install wiliot-certificate
12
21
  ````
13
22
 
14
23
  ## Using wiliot-certificate
15
24
  ### 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):
25
+ Test Wiliot Gateway capabilities.
26
+ The Gateway Certificate includes different test that run sequentially to test each capability reported by the Gateway.
27
+ To run the Gateway Certificate the Gateway needs to use a public MQTT Broker (Eclipse):
19
28
 
20
29
  Host: mqtt.eclipseprojects.io
21
30
  TLS TCP Port: 8883
@@ -25,59 +34,91 @@ Websocket Port: 80
25
34
 
26
35
  More information can be found at https://mqtt.eclipseprojects.io/.
27
36
 
28
- #### GW Certificate Release Notes:
37
+ #### Gateway Certificate Release Notes:
29
38
  Release:
30
39
  - Standalone wiliot-certificate package
31
40
  - Python 3.13 support
32
- - Gw API version 205 support
41
+ - Gateway API version 205 support
33
42
  - Registration test added
34
43
  - Bridge OTA stage added under actions
35
44
  - Aggregation flag supported by StressTest
36
45
  - -update flag compatibility fix. Upgrades bootloader if needed
37
46
  - -actions flag to select specific actions to test
47
+ - ACL (Access control list) test for gateways reporting API version 205 in the connection test
48
+
49
+ #### The following capabilities are not tested in this version
50
+ - Access control list stress stress
51
+ - Validation schema verification
52
+ - Board type registered within the Board Type Management system
53
+ - Bridge OTA progress reporting
54
+
38
55
 
39
56
  ```
40
- usage: wlt-gw-certificate [-h] -owner OWNER -gw GW [-suffix SUFFIX] [-tests {connection,uplink,downlink,stress}]
57
+ Usage: wlt-cert-gw [-h] -owner OWNER -gw GW [-suffix SUFFIX] [-tests {connection,uplink,downlink,stress}]
41
58
 
42
59
  Gateway Certificate - CLI Tool to test Wiliot GWs
43
60
 
44
- required arguments:
61
+ Required arguments:
45
62
  -gw GW Gateway ID
46
63
 
47
- optional arguments:
64
+ Optional arguments:
48
65
  -owner OWNER Owner ID (Required for non-registration tests)
49
66
  -tests Pick specific tests to run
50
67
  -actions Pick specific actions to test during the ActionsTest
51
68
  -update Update the firmware of the test board
52
69
  -pps Pick specific PPS rate for the stress test
53
- -agg Time the uplink stages should wait before processing packets
54
- -suffix Allow for different suffixes after the GW ID in MQTT topics
55
- -env Wiliot envrionment for Registration and bridgeOTA tests
70
+ -agg Duration uplink stages wait before processing packets
71
+ -suffix Allow for different suffixes after the Gateway ID in MQTT topics
72
+ -env Wiliot environment for registration and bridgeOTA tests
56
73
  -h, --help show this help message and exit
57
74
  ```
58
75
 
59
76
  ### Bridge Certificate
60
- Test Wiliot BRGs capabilities.
61
- The BRG Certificate includes different tests that run sequentially to test each capability reported by the BRG.
62
- The BRG Certificate tool uses a public MQTT Broker (Eclipse):
77
+ Test Wiliot Bridge capabilities.
78
+ The Bridge Certificate includes different tests that run sequentially to test each capability reported by the bridge.
79
+
80
+
81
+ # update Gateway sim version :
82
+ - Update your gateway and bridge using Wiliot's platform. (https://platform.wiliot.com/)
83
+ - Transfer the gateway to dev mode - run the following command: py ut\dev_mode.py --gw [GW] --enable
84
+ - Connect the gateway to your laptop via USB connection:
85
+ - Run the following: wlt-cert-brg --gw SIM --brg <XXXXXXXXXXXX> --port <COM_PORT>
86
+ - For other options of running, see the 'run example' section.
87
+
88
+ #### Bridge Certificate Release Notes:
89
+ Release
90
+ - First release of Bridge Certificate – includes validation tests for bridge functionality.
91
+ - Additional details are available in the JSON files.
92
+
93
+ # The following capabilities are not tested in this version
94
+
95
+ Power management
96
+ - Functionality of energize and transmit in sleep mode
97
+ Edge management
98
+ - Timing of heartbeat and interface packets
99
+ Module Energy 2400
100
+ - Functionality of energy pattern, output power and duty cycle
101
+ Module Energy SUB1G
102
+ - Functionality of energy pattern and duty cycle
103
+ Module Datapath
104
+ - RSSI edge cases: -127 and 0
105
+ - Functionality of transmission pattern, output power
106
+ - Pacer interval with channel 10 and 500k modulation
107
+ - Pacer interval using GEN3 Pixels
108
+ - Packet filter: the following configuration - DEBUG, TEMP & DEBUG, TEMPS & DEBUG & ADVANCE
109
+ - Rx rate feature with extended advertising
110
+ - Functionality of adaptive pacer algorithm
111
+ - Supported Pixels for extended advertising and GEN3
112
+ Calibration
113
+ - Functionality of output power and interval calibration
114
+ - Functionality of calibration transmission patterns for the configuration STANDARD & EU & DISABLE
63
115
 
64
- Host: mqtt.eclipseprojects.io
65
- TLS TCP Port: 8883
66
- TLS Websocket Port: 443
67
- TCP Port: 1883
68
- Websocket Port: 80
69
-
70
- More information can be found at https://mqtt.eclipseprojects.io/.
71
-
72
- #### BRG Certificate Release Notes:
73
- 1.3.0:
74
- - FIRST VERSION
75
116
 
76
117
  ```
77
- usage: brg_certificate_cli.py [-h] [--brg BRG] [--brg_cloud_connectivity BRG_CLOUD_CONNECTIVITY] [--brg1 BRG1] --gw GW [--data {tags,sim}] [--port PORT] [--clean] [--tl TL] [--run RUN]
118
+ usage: wlt-cert-brg [-h] [--brg BRG] [--brg_cloud_connectivity BRG_CLOUD_CONNECTIVITY] [--brg1 BRG1] --gw GW [--data {tags,sim}] [--port PORT] [--clean] [--tl TL] [--run RUN]
78
119
  [--drun DRUN] [--exit_on_test_failure] [--exit_on_param_failure] [--analyze_interference]
79
120
 
80
- Bridge Certificate CLI
121
+ # Bridge Certificate CLI
81
122
 
82
123
  options:
83
124
  -h, --help show this help message and exit
@@ -113,4 +154,4 @@ run examples:
113
154
  wlt-cert-brg --gw SIM --brg_cloud_connectivity <XXXXXXXXXXXX> --tl certificate_bcc_test_list.txt --port <COM_PORT>
114
155
  Run command example with remote GW connection for bridge with cloud connectivity:
115
156
  wlt-cert-brg --gw <YYYYYYYYYYYY> --brg_cloud_connectivity <XXXXXXXXXXXX> --tl certificate_bcc_test_list.txt
116
- ```
157
+ ```
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "wiliot_certificate"
7
- version = "1.5.2a1"
7
+ version = "4.4.0"
8
8
  authors = [
9
9
  { name="Wiliot", email="support@wiliot.com" }
10
10
  ]