wiliot-certificate 1.3.0a1__tar.gz → 1.4.0a1__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 (214) hide show
  1. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/PKG-INFO +59 -8
  2. wiliot_certificate-1.4.0a1/README.md +111 -0
  3. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/pyproject.toml +18 -6
  4. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/energous_v0_defines.py +925 -0
  5. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/energous_v1_defines.py +931 -0
  6. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/energous_v2_defines.py +925 -0
  7. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/energous_v3_defines.py +925 -0
  8. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/energous_v4_defines.py +925 -0
  9. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/fanstel_lan_v0_defines.py +925 -0
  10. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/fanstel_lte_v0_defines.py +925 -0
  11. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/fanstel_wifi_v0_defines.py +925 -0
  12. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/minew_lte_v0_defines.py +925 -0
  13. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_cmd_if.html +102 -0
  14. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types.html +6114 -0
  15. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag.py +7840 -0
  16. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/brg2brg_ota.json +142 -0
  17. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb.json +785 -0
  18. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/brg2gw_hb_sleep.json +139 -0
  19. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/calibration.json +394 -0
  20. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/custom.json +515 -0
  21. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/datapath.json +672 -0
  22. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/energy2400.json +550 -0
  23. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/energySub1g.json +595 -0
  24. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/externalSensor.json +598 -0
  25. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/interface.json +938 -0
  26. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/powerManagement.json +1234 -0
  27. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/side_info_sensor.json +105 -0
  28. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/signal_indicator_data.json +77 -0
  29. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/unified_echo_ext_pkt.json +61 -0
  30. wiliot_certificate-1.4.0a1/src/brg_certificate/ag/wlt_types_ag_jsons/unified_echo_pkt.json +110 -0
  31. wiliot_certificate-1.4.0a1/src/brg_certificate/brg_certificate.py +191 -0
  32. wiliot_certificate-1.4.0a1/src/brg_certificate/brg_certificate_cli.py +47 -0
  33. wiliot_certificate-1.4.0a1/src/brg_certificate/cert_common.py +828 -0
  34. wiliot_certificate-1.4.0a1/src/brg_certificate/cert_config.py +395 -0
  35. wiliot_certificate-1.4.0a1/src/brg_certificate/cert_data_sim.py +188 -0
  36. wiliot_certificate-1.4.0a1/src/brg_certificate/cert_defines.py +337 -0
  37. wiliot_certificate-1.4.0a1/src/brg_certificate/cert_gw_sim.py +285 -0
  38. wiliot_certificate-1.4.0a1/src/brg_certificate/cert_mqtt.py +373 -0
  39. wiliot_certificate-1.4.0a1/src/brg_certificate/cert_prints.py +181 -0
  40. wiliot_certificate-1.4.0a1/src/brg_certificate/cert_protobuf.py +88 -0
  41. wiliot_certificate-1.4.0a1/src/brg_certificate/cert_results.py +300 -0
  42. wiliot_certificate-1.4.0a1/src/brg_certificate/cert_utils.py +358 -0
  43. wiliot_certificate-1.4.0a1/src/brg_certificate/certificate_sanity_test_list.txt +36 -0
  44. wiliot_certificate-1.4.0a1/src/brg_certificate/certificate_test_list.txt +43 -0
  45. wiliot_certificate-1.4.0a1/src/brg_certificate/config/eclipse.json +10 -0
  46. wiliot_certificate-1.4.0a1/src/brg_certificate/config/hivemq.json +10 -0
  47. wiliot_certificate-1.4.0a1/src/brg_certificate/config/mosquitto.json +10 -0
  48. wiliot_certificate-1.4.0a1/src/brg_certificate/config/mosquitto.md +95 -0
  49. wiliot_certificate-1.4.0a1/src/brg_certificate/config/wiliot-dev.json +10 -0
  50. wiliot_certificate-1.4.0a1/src/brg_certificate/restore_brg.py +59 -0
  51. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/calibration/interval_test/interval_test.json +13 -0
  52. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/calibration/interval_test/interval_test.py +28 -0
  53. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/calibration/output_power_test/output_power_test.json +13 -0
  54. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/calibration/output_power_test/output_power_test.py +28 -0
  55. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/calibration/pattern_test/pattern_test.json +13 -0
  56. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/calibration/pattern_test/pattern_test.py +70 -0
  57. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.json +13 -0
  58. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/adaptive_pacer_algo_test/adaptive_pacer_algo_test.py +76 -0
  59. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.json +13 -0
  60. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/num_of_tags_test/num_of_tags_test.py +83 -0
  61. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/output_power_test/output_power_test.json +13 -0
  62. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/output_power_test/output_power_test.py +27 -0
  63. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.json +13 -0
  64. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pacer_interval_ble5_test/pacer_interval_ble5_test.py +43 -0
  65. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.json +13 -0
  66. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pacer_interval_tags_count_test/pacer_interval_tags_count_test.py +63 -0
  67. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.json +13 -0
  68. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pacer_interval_test/pacer_interval_test.py +50 -0
  69. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pattern_test/pattern_test.json +13 -0
  70. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pattern_test/pattern_test.py +28 -0
  71. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.json +13 -0
  72. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pkt_filter_ble5_test/pkt_filter_ble5_test.py +51 -0
  73. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.json +13 -0
  74. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pkt_filter_gen3_test/pkt_filter_gen3_test.py +54 -0
  75. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.json +13 -0
  76. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/pkt_filter_test/pkt_filter_test.py +55 -0
  77. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.json +13 -0
  78. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/rssi_threshold_test/rssi_threshold_test.py +73 -0
  79. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.json +13 -0
  80. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/rx_channel_test/rx_channel_test.py +41 -0
  81. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.json +21 -0
  82. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/rx_rate_gen2_test/rx_rate_gen2_test.py +184 -0
  83. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.json +21 -0
  84. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/rx_rate_gen3_test/rx_rate_gen3_test.py +210 -0
  85. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.json +30 -0
  86. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/stress_gen3_test/stress_gen3_test.py +203 -0
  87. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/stress_test/stress_test.json +30 -0
  88. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/stress_test/stress_test.py +210 -0
  89. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.json +13 -0
  90. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/tx_repetition_algo_test/tx_repetition_algo_test.py +113 -0
  91. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.json +13 -0
  92. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/datapath/tx_repetition_test/tx_repetition_test.py +79 -0
  93. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/edge_mgmt/actions_test/actions_test.json +13 -0
  94. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/edge_mgmt/actions_test/actions_test.py +432 -0
  95. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.json +13 -0
  96. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/edge_mgmt/brg2brg_ota_ble5_test/brg2brg_ota_ble5_test.py +94 -0
  97. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.json +13 -0
  98. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/edge_mgmt/brg2brg_ota_test/brg2brg_ota_test.py +87 -0
  99. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/edge_mgmt/leds_test/leds_test.json +13 -0
  100. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/edge_mgmt/leds_test/leds_test.py +210 -0
  101. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/edge_mgmt/ota_test/ota_test.json +13 -0
  102. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/edge_mgmt/ota_test/ota_test.py +83 -0
  103. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/edge_mgmt/stat_test/stat_test.json +13 -0
  104. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/edge_mgmt/stat_test/stat_test.py +48 -0
  105. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.json +13 -0
  106. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy2400/duty_cycle_test/duty_cycle_test.py +26 -0
  107. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy2400/output_power_test/output_power_test.json +13 -0
  108. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy2400/output_power_test/output_power_test.py +27 -0
  109. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy2400/pattern_test/pattern_test.json +13 -0
  110. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy2400/pattern_test/pattern_test.py +28 -0
  111. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.json +13 -0
  112. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy2400/signal_indicator_ble5_test/signal_indicator_ble5_test.py +398 -0
  113. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.json +13 -0
  114. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy2400/signal_indicator_sub1g_2_4_test/signal_indicator_sub1g_2_4_test.py +153 -0
  115. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.json +13 -0
  116. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy2400/signal_indicator_test/signal_indicator_test.py +264 -0
  117. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.json +13 -0
  118. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy_sub1g/duty_cycle_test/duty_cycle_test.py +27 -0
  119. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.json +13 -0
  120. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy_sub1g/pattern_test/pattern_test.py +26 -0
  121. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.json +13 -0
  122. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy_sub1g/signal_indicator_functionality_test/signal_indicator_functionality_test.py +397 -0
  123. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.json +13 -0
  124. wiliot_certificate-1.4.0a1/src/brg_certificate/tests/energy_sub1g/signal_indicator_test/signal_indicator_test.py +27 -0
  125. wiliot_certificate-1.4.0a1/src/brg_certificate/wlt_types.py +114 -0
  126. wiliot_certificate-1.4.0a1/src/gw_certificate/api/extended_api.py +23 -0
  127. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/200/data.json +106 -0
  128. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/200/logs.json +12 -0
  129. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/200/status.json +47 -0
  130. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/201/data.json +98 -0
  131. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/201/logs.json +12 -0
  132. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/201/status.json +53 -0
  133. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/202/data.json +83 -0
  134. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/202/logs.json +12 -0
  135. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/202/status.json +60 -0
  136. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/203/data.json +85 -0
  137. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/203/logs.json +12 -0
  138. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/203/status.json +63 -0
  139. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/204/data.json +85 -0
  140. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/204/logs.json +12 -0
  141. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/204/status.json +63 -0
  142. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/205/data.json +85 -0
  143. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/205/logs.json +12 -0
  144. wiliot_certificate-1.4.0a1/src/gw_certificate/api_if/205/status.json +63 -0
  145. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/api_if/api_validation.py +0 -2
  146. wiliot_certificate-1.4.0a1/src/gw_certificate/common/analysis_data_bricks.py +60 -0
  147. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/common/debug.py +0 -21
  148. wiliot_certificate-1.4.0a1/src/gw_certificate/common/utils.py +8 -0
  149. wiliot_certificate-1.4.0a1/src/gw_certificate/common/utils_defines.py +15 -0
  150. wiliot_certificate-1.4.0a1/src/gw_certificate/common/wltPb_pb2.py +72 -0
  151. wiliot_certificate-1.4.0a1/src/gw_certificate/common/wltPb_pb2.pyi +227 -0
  152. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/gw_certificate.py +9 -7
  153. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/gw_certificate_cli.py +39 -23
  154. wiliot_certificate-1.4.0a1/src/gw_certificate/interface/4.4.52_app.zip +0 -0
  155. wiliot_certificate-1.4.0a1/src/gw_certificate/interface/4.4.52_sd_bl_app.zip +0 -0
  156. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/interface/ble_simulator.py +0 -32
  157. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/interface/if_defines.py +1 -0
  158. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/interface/mqtt.py +96 -19
  159. wiliot_certificate-1.4.0a1/src/gw_certificate/interface/nrfutil-linux +0 -0
  160. wiliot_certificate-1.4.0a1/src/gw_certificate/interface/nrfutil-mac +0 -0
  161. wiliot_certificate-1.4.0a1/src/gw_certificate/interface/nrfutil.exe +0 -0
  162. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/interface/pkt_generator.py +0 -82
  163. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/interface/uart_if.py +73 -43
  164. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/templates/results.html +1 -1
  165. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/__init__.py +1 -2
  166. wiliot_certificate-1.4.0a1/src/gw_certificate/tests/actions.py +256 -0
  167. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/connection.py +10 -5
  168. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/downlink.py +2 -4
  169. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/generic.py +62 -12
  170. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/registration.py +78 -27
  171. wiliot_certificate-1.4.0a1/src/gw_certificate/tests/static/__init__.py +0 -0
  172. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/static/generated_packet_table.py +12 -48
  173. wiliot_certificate-1.4.0a1/src/gw_certificate/tests/static/packet_table.csv +10051 -0
  174. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/static/references.py +2 -1
  175. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/static/uplink_defines.py +0 -7
  176. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/throughput.py +7 -12
  177. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/uplink.py +83 -43
  178. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/wiliot_certificate.egg-info/PKG-INFO +59 -8
  179. wiliot_certificate-1.4.0a1/src/wiliot_certificate.egg-info/SOURCES.txt +201 -0
  180. wiliot_certificate-1.4.0a1/src/wiliot_certificate.egg-info/entry_points.txt +3 -0
  181. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/wiliot_certificate.egg-info/requires.txt +4 -1
  182. wiliot_certificate-1.4.0a1/src/wiliot_certificate.egg-info/top_level.txt +2 -0
  183. wiliot_certificate-1.3.0a1/README.md +0 -63
  184. wiliot_certificate-1.3.0a1/src/gw_certificate/api/extended_api.py +0 -1547
  185. wiliot_certificate-1.3.0a1/src/gw_certificate/common/analysis_data_bricks.py +0 -1455
  186. wiliot_certificate-1.3.0a1/src/gw_certificate/common/utils.py +0 -219
  187. wiliot_certificate-1.3.0a1/src/gw_certificate/common/utils_defines.py +0 -102
  188. wiliot_certificate-1.3.0a1/src/gw_certificate/interface/packet_error.py +0 -22
  189. wiliot_certificate-1.3.0a1/src/gw_certificate/tests/actions.py +0 -131
  190. wiliot_certificate-1.3.0a1/src/gw_certificate/tests/static/packet_table.csv +0 -10051
  191. wiliot_certificate-1.3.0a1/src/wiliot_certificate.egg-info/SOURCES.txt +0 -54
  192. wiliot_certificate-1.3.0a1/src/wiliot_certificate.egg-info/entry_points.txt +0 -2
  193. wiliot_certificate-1.3.0a1/src/wiliot_certificate.egg-info/top_level.txt +0 -1
  194. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/LICENSE +0 -0
  195. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/setup.cfg +0 -0
  196. {wiliot_certificate-1.3.0a1/src/gw_certificate → wiliot_certificate-1.4.0a1/src/brg_certificate}/__init__.py +0 -0
  197. {wiliot_certificate-1.3.0a1/src/gw_certificate/common → wiliot_certificate-1.4.0a1/src/brg_certificate}/wltPb_pb2.py +0 -0
  198. {wiliot_certificate-1.3.0a1/src/gw_certificate/common → wiliot_certificate-1.4.0a1/src/brg_certificate}/wltPb_pb2.pyi +0 -0
  199. {wiliot_certificate-1.3.0a1/src/gw_certificate/api_if → wiliot_certificate-1.4.0a1/src/gw_certificate}/__init__.py +0 -0
  200. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/ag/ut_defines.py +0 -0
  201. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/ag/wlt_types.py +0 -0
  202. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/ag/wlt_types_ag.py +0 -0
  203. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/ag/wlt_types_data.py +0 -0
  204. {wiliot_certificate-1.3.0a1/src/gw_certificate/tests/static → wiliot_certificate-1.4.0a1/src/gw_certificate/api_if}/__init__.py +0 -0
  205. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/api_if/gw_capabilities.py +0 -0
  206. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/interface/ble_sniffer.py +0 -0
  207. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/interface/uart_ports.py +0 -0
  208. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/templates/stage.html +0 -0
  209. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/templates/table.html +0 -0
  210. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/templates/test.html +0 -0
  211. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/bad_crc_to_PER_quantization.csv +0 -0
  212. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/static/connection_defines.py +0 -0
  213. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/src/gw_certificate/tests/static/downlink_defines.py +0 -0
  214. {wiliot_certificate-1.3.0a1 → wiliot_certificate-1.4.0a1}/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.0a1
3
+ Version: 1.4.0a1
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.9
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.19.0
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.3.0:
94
+ 1.4.0:
91
95
  - Released in a standalone wiliot-certificate package
92
- - Python 3.13 support
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
- -suffix Allow for different suffixes after the GW ID in MQTT topics
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.3.0a1"
7
+ version = "1.4.0a1"
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.9"
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.19.0",
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-certificate = "gw_certificate.gw_certificate_cli:main"
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 = ["tests/*.csv", "tests/static/*.csv", "templates/*.html"]
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/*"]