fprime-gds 3.3.3__tar.gz → 3.4.1__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 (281) hide show
  1. fprime-gds-3.4.1/.github/ISSUE_TEMPLATE/config.yml +8 -0
  2. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/.github/actions/spelling/excludes.txt +2 -0
  3. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/.github/actions/spelling/expect.txt +1 -0
  4. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/.github/workflows/codeql-security-scan.yml +2 -2
  5. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/.github/workflows/fprime-gds-tests.yml +6 -1
  6. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/.github/workflows/gds-cli-tests.yml +6 -1
  7. fprime-gds-3.4.1/.github/workflows/publish.yml +29 -0
  8. fprime-gds-3.4.1/PKG-INFO +441 -0
  9. fprime-gds-3.4.1/pyproject.toml +87 -0
  10. fprime-gds-3.4.1/setup.py +6 -0
  11. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/communication/framing.py +18 -13
  12. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/communication/ground.py +1 -1
  13. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/communication/updown.py +26 -5
  14. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/files/downlinker.py +19 -6
  15. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/files/helpers.py +1 -0
  16. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/loaders/xml_loader.py +0 -36
  17. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/logger/__init__.py +11 -2
  18. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/pipeline/files.py +8 -1
  19. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/executables/cli.py +18 -8
  20. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/executables/comm.py +53 -26
  21. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/datastore.js +12 -1
  22. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/vue-support/log.js +21 -13
  23. fprime-gds-3.4.1/src/fprime_gds.egg-info/PKG-INFO +441 -0
  24. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds.egg-info/SOURCES.txt +2 -2
  25. fprime-gds-3.4.1/src/fprime_gds.egg-info/top_level.txt +2 -0
  26. fprime_gds-3.3.3/.github/ISSUE_TEMPLATE/do-not-use.md +0 -11
  27. fprime_gds-3.3.3/.github/workflows/publish.yml +0 -25
  28. fprime_gds-3.3.3/PKG-INFO +0 -31
  29. fprime_gds-3.3.3/setup.py +0 -123
  30. fprime_gds-3.3.3/src/fprime_gds.egg-info/PKG-INFO +0 -31
  31. fprime_gds-3.3.3/src/fprime_gds.egg-info/not-zip-safe +0 -1
  32. fprime_gds-3.3.3/src/fprime_gds.egg-info/top_level.txt +0 -1
  33. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/.github/actions/codeql/security-pack.yml +0 -0
  34. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/.github/actions/spelling/patterns.txt +0 -0
  35. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/.github/pull_request_template.md +0 -0
  36. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/.github/resources/RefTopologyAppDictionary.xml +0 -0
  37. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/.github/workflows/spelling.yml +0 -0
  38. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/.gitignore +0 -0
  39. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/Doxyfile +0 -0
  40. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/LICENSE.txt +0 -0
  41. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/NOTICE.txt +0 -0
  42. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/README.md +0 -0
  43. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/configs/__init__.py +0 -0
  44. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/docs/README.md +0 -0
  45. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/docs/_static/css/rtd_width.css +0 -0
  46. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/docs/conf.py +0 -0
  47. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/docs/gendoc.bash +0 -0
  48. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/docs/index.rst +0 -0
  49. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/examples/simple_sequence.bin +0 -0
  50. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/examples/simple_sequence.seq +0 -0
  51. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/pytest.ini +0 -0
  52. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/setup.cfg +0 -0
  53. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fastentrypoints.py +0 -0
  54. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/__init__.py +0 -0
  55. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/__init__.py +0 -0
  56. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/communication/__init__.py +0 -0
  57. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/communication/adapters/__init__.py +0 -0
  58. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/communication/adapters/base.py +0 -0
  59. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/communication/adapters/ip.py +0 -0
  60. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/communication/adapters/uart.py +0 -0
  61. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/communication/checksum.py +0 -0
  62. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/controllers/__init__.py +0 -0
  63. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/data_types/__init__.py +0 -0
  64. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/data_types/ch_data.py +0 -0
  65. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/data_types/cmd_data.py +0 -0
  66. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/data_types/event_data.py +0 -0
  67. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/data_types/exceptions.py +0 -0
  68. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/data_types/file_data.py +0 -0
  69. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/data_types/pkt_data.py +0 -0
  70. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/data_types/sys_data.py +0 -0
  71. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/decoders/__init__.py +0 -0
  72. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/decoders/ch_decoder.py +0 -0
  73. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/decoders/decoder.py +0 -0
  74. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/decoders/event_decoder.py +0 -0
  75. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/decoders/file_decoder.py +0 -0
  76. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/decoders/pkt_decoder.py +0 -0
  77. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/distributor/__init__.py +0 -0
  78. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/distributor/distributor.py +0 -0
  79. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/encoders/__init__.py +0 -0
  80. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/encoders/ch_encoder.py +0 -0
  81. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/encoders/cmd_encoder.py +0 -0
  82. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/encoders/encoder.py +0 -0
  83. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/encoders/event_encoder.py +0 -0
  84. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/encoders/file_encoder.py +0 -0
  85. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/encoders/pkt_encoder.py +0 -0
  86. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/encoders/seq_writer.py +0 -0
  87. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/files/File Decoder Documentation.txt +0 -0
  88. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/files/__init__.py +0 -0
  89. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/files/uplinker.py +0 -0
  90. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/gds_cli/__init__.py +0 -0
  91. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/gds_cli/base_commands.py +0 -0
  92. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/gds_cli/channels.py +0 -0
  93. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/gds_cli/command_send.py +0 -0
  94. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/gds_cli/events.py +0 -0
  95. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/gds_cli/filtering_utils.py +0 -0
  96. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/gds_cli/test_api_utils.py +0 -0
  97. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/handlers.py +0 -0
  98. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/history/__init__.py +0 -0
  99. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/history/chrono.py +0 -0
  100. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/history/history.py +0 -0
  101. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/history/ram.py +0 -0
  102. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/history/test.py +0 -0
  103. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/loaders/__init__.py +0 -0
  104. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/loaders/ch_py_loader.py +0 -0
  105. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/loaders/ch_xml_loader.py +0 -0
  106. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/loaders/cmd_py_loader.py +0 -0
  107. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/loaders/cmd_xml_loader.py +0 -0
  108. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/loaders/dict_loader.py +0 -0
  109. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/loaders/event_py_loader.py +0 -0
  110. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/loaders/event_xml_loader.py +0 -0
  111. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/loaders/pkt_xml_loader.py +0 -0
  112. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/loaders/python_loader.py +0 -0
  113. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/logger/data_logger.py +0 -0
  114. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/logger/test_logger.py +0 -0
  115. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/models/__init__.py +0 -0
  116. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/models/common/__init__.py +0 -0
  117. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/models/common/channel_telemetry.py +0 -0
  118. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/models/common/command.py +0 -0
  119. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/models/common/event.py +0 -0
  120. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/parsers/__init__.py +0 -0
  121. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/parsers/seq_file_parser.py +0 -0
  122. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/pipeline/__init__.py +0 -0
  123. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/pipeline/dictionaries.py +0 -0
  124. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/pipeline/encoding.py +0 -0
  125. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/pipeline/histories.py +0 -0
  126. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/pipeline/router.py +0 -0
  127. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/pipeline/standard.py +0 -0
  128. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/templates/__init__.py +0 -0
  129. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/templates/ch_template.py +0 -0
  130. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/templates/cmd_template.py +0 -0
  131. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/templates/data_template.py +0 -0
  132. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/templates/event_template.py +0 -0
  133. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/templates/pkt_template.py +0 -0
  134. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/testing_fw/__init__.py +0 -0
  135. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/testing_fw/api.py +0 -0
  136. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/testing_fw/predicates.py +0 -0
  137. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/testing_fw/pytest_integration.py +0 -0
  138. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/tools/__init__.py +0 -0
  139. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/tools/seqgen.py +0 -0
  140. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/transport.py +0 -0
  141. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/utils/__init__.py +0 -0
  142. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/utils/config_manager.py +0 -0
  143. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/utils/data_desc_type.py +0 -0
  144. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/utils/event_severity.py +0 -0
  145. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/utils/string_util.py +0 -0
  146. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/common/zmq_transport.py +0 -0
  147. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/executables/__init__.py +0 -0
  148. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/executables/fprime_cli.py +0 -0
  149. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/executables/run_deployment.py +0 -0
  150. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/executables/tcpserver.py +0 -0
  151. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/executables/utils.py +0 -0
  152. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/__init__.py +0 -0
  153. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/app.py +0 -0
  154. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/channels.py +0 -0
  155. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/commands.py +0 -0
  156. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/components.py +0 -0
  157. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/default_settings.py +0 -0
  158. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/errors.py +0 -0
  159. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/events.py +0 -0
  160. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/flask_uploads.py +0 -0
  161. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/json.py +0 -0
  162. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/logs.py +0 -0
  163. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/requirements.txt +0 -0
  164. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/resource.py +0 -0
  165. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/sequence.py +0 -0
  166. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/.idea/.gitignore +0 -0
  167. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/.idea/misc.xml +0 -0
  168. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/.idea/modules.xml +0 -0
  169. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/.idea/static.iml +0 -0
  170. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/.idea/vcs.xml +0 -0
  171. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/advanced-settings/addon-templates.js +0 -0
  172. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/advanced-settings/addon.js +0 -0
  173. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/channel-render/addon.js +0 -0
  174. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/channel-render/channel-render-template.js +0 -0
  175. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/channel-render/channel-render.js +0 -0
  176. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/chart-display/addon-templates.js +0 -0
  177. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/chart-display/addon.js +0 -0
  178. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/chart-display/config.js +0 -0
  179. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/chart-display/modified-vendor/chartjs-plugin-streaming.js +0 -0
  180. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/chart-display/modified-vendor/chartjs-plugin-zoom.js +0 -0
  181. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/chart-display/modified-vendor/flat.js +0 -0
  182. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/chart-display/sibling.js +0 -0
  183. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/chart-display/vendor/chart.js +0 -0
  184. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/chart-display/vendor/chartjs-adapter-luxon.min.js +0 -0
  185. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/chart-display/vendor/hammer.min.js +0 -0
  186. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/commanding/addon.js +0 -0
  187. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/commanding/argument-templates.js +0 -0
  188. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/commanding/arguments.js +0 -0
  189. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/commanding/command-history-template.js +0 -0
  190. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/commanding/command-history.js +0 -0
  191. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/commanding/command-input-template.js +0 -0
  192. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/commanding/command-input.js +0 -0
  193. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/commanding/command-string-template.js +0 -0
  194. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/commanding/command-string.js +0 -0
  195. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/dictionary/addon-templates.js +0 -0
  196. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/dictionary/addon.js +0 -0
  197. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/enabled.js +0 -0
  198. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/image-display/addon.js +0 -0
  199. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/image-display/dashboard.xml +0 -0
  200. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/sequencer/README.md +0 -0
  201. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/sequencer/addon-templates.js +0 -0
  202. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/sequencer/addon.js +0 -0
  203. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/sequencer/autocomplete.js +0 -0
  204. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/sequencer/lint.js +0 -0
  205. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/sequencer/third/code-mirror.es.js +0 -0
  206. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/sequencer/third/rollup/.gitignore +0 -0
  207. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/sequencer/third/rollup/index.js +0 -0
  208. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/sequencer/third/rollup/language.grammer +0 -0
  209. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/sequencer/third/rollup/package.json +0 -0
  210. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/addons/sequencer/third/rollup/rollup.config.js +0 -0
  211. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/css/fprime.css +0 -0
  212. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/css/fpstyle.css +0 -0
  213. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/favicon.ico +0 -0
  214. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/img/error.svg +0 -0
  215. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/img/logo.svg +0 -0
  216. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/img/success.svg +0 -0
  217. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/index.html +0 -0
  218. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/config.js +0 -0
  219. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/gds.js +0 -0
  220. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/loader.js +0 -0
  221. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/performance.js +0 -0
  222. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/settings.js +0 -0
  223. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/uploader.js +0 -0
  224. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/validate.js +0 -0
  225. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/vue-support/channel.js +0 -0
  226. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/vue-support/dashboard-box.js +0 -0
  227. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/vue-support/dashboard-row.js +0 -0
  228. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/vue-support/dashboard.js +0 -0
  229. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/vue-support/downlink.js +0 -0
  230. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/vue-support/event.js +0 -0
  231. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/vue-support/fp-row.js +0 -0
  232. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/vue-support/fptable.js +0 -0
  233. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/vue-support/tabetc.js +0 -0
  234. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/vue-support/uplink.js +0 -0
  235. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/js/vue-support/utils.js +0 -0
  236. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/css/all.min.css +0 -0
  237. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/css/bootstrap.min.css +0 -0
  238. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/css/vue-select.css +0 -0
  239. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/js/luxon.min.js +0 -0
  240. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/js/sorttable.js +0 -0
  241. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/js/v-runtime-template.js +0 -0
  242. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/js/vue-select.js +0 -0
  243. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/js/vue.min.js +0 -0
  244. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-brands-400.eot +0 -0
  245. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-brands-400.svg +0 -0
  246. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-brands-400.ttf +0 -0
  247. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-brands-400.woff +0 -0
  248. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-brands-400.woff2 +0 -0
  249. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-regular-400.eot +0 -0
  250. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-regular-400.svg +0 -0
  251. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-regular-400.ttf +0 -0
  252. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-regular-400.woff +0 -0
  253. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-regular-400.woff2 +0 -0
  254. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-solid-900.eot +0 -0
  255. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-solid-900.svg +0 -0
  256. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-solid-900.ttf +0 -0
  257. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-solid-900.woff +0 -0
  258. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/static/third-party/webfonts/fa-solid-900.woff2 +0 -0
  259. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/stats.py +0 -0
  260. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/flask/updown.py +0 -0
  261. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds/version.py +0 -0
  262. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds.egg-info/dependency_links.txt +0 -0
  263. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds.egg-info/entry_points.txt +0 -0
  264. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/src/fprime_gds.egg-info/requires.txt +0 -0
  265. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/distributor/test_distributor.py +0 -0
  266. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/encoders/test_ch_encoder.py +0 -0
  267. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/encoders/test_event_encoder.py +0 -0
  268. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/encoders/test_pkt_encoder.py +0 -0
  269. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/gds_cli/filtering_utils_test.py +0 -0
  270. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/gds_cli/utils_test.py +0 -0
  271. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/history/chronohistory_unit_test.py +0 -0
  272. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/history/testhistory_unit_test.py +0 -0
  273. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/testing_fw/UnitTestDictionary.xml +0 -0
  274. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/testing_fw/api_unit_test.py +0 -0
  275. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/testing_fw/logs/.gitignore +0 -0
  276. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/testing_fw/predicate_unit_test.py +0 -0
  277. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/tools/seqgen_unit_test.py +0 -0
  278. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/common/utils/test_string_util.py +0 -0
  279. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/executables/test_run_deployment.py +0 -0
  280. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/fprime_gds/executables/test_utils.py +0 -0
  281. {fprime_gds-3.3.3 → fprime-gds-3.4.1}/test/gui/GUI_Test_Procedure.md +0 -0
@@ -0,0 +1,8 @@
1
+ blank_issues_enabled: false
2
+ contact_links:
3
+ - name: Open an Issue with F´
4
+ url: https://github.com/nasa/fprime/issues/new/choose
5
+ about: Issues about this repository are centrally managed in the core F´ repository
6
+ - name: F´ Community Discussions
7
+ url: https://github.com/nasa/fprime/discussions
8
+ about: Questions should be asked in the F´ Discussions
@@ -43,3 +43,5 @@ ignore$
43
43
  \.xlsx$
44
44
  \.xsd$
45
45
  \.ico$
46
+ pyproject.toml
47
+ setup.py
@@ -572,6 +572,7 @@ Smath
572
572
  SNDHWM
573
573
  socketserver
574
574
  sorttable
575
+ spam
575
576
  sphinxcontrib
576
577
  splitext
577
578
  squashify
@@ -4,10 +4,10 @@ name: "CodeQL Security Scan"
4
4
 
5
5
  on:
6
6
  push:
7
- branches: [ master, devel ]
7
+ branches: [ devel ]
8
8
  pull_request:
9
9
  # The branches below must be a subset of the branches above
10
- branches: [ master, devel ]
10
+ branches: [ devel ]
11
11
 
12
12
  jobs:
13
13
  analyze:
@@ -1,6 +1,11 @@
1
1
  name: fprime-gds tests
2
2
 
3
- on: [pull_request, push]
3
+ on:
4
+ push:
5
+ branches: [ devel ]
6
+ pull_request:
7
+ # The branches below must be a subset of the branches above
8
+ branches: [ devel ]
4
9
 
5
10
  jobs:
6
11
  Unit-tests:
@@ -1,6 +1,11 @@
1
1
  name: GDS CLI Tests
2
2
 
3
- on: [pull_request, push]
3
+ on:
4
+ push:
5
+ branches: [ devel ]
6
+ pull_request:
7
+ # The branches below must be a subset of the branches above
8
+ branches: [ devel ]
4
9
 
5
10
  env:
6
11
  DICTIONARY: ./.github/resources/RefTopologyAppDictionary.xml
@@ -0,0 +1,29 @@
1
+ name: Build and Publish Package
2
+
3
+ on:
4
+ release:
5
+ types: [published]
6
+
7
+ jobs:
8
+ Release-PyPI-Package:
9
+ runs-on: ubuntu-latest
10
+ permissions:
11
+ # this permission is mandatory for trusted publishing
12
+ id-token: write
13
+ steps:
14
+ - name: "Checkout Repository"
15
+ uses: actions/checkout@v3
16
+ with:
17
+ fetch-depth: 0
18
+ - name: Setup Python
19
+ run: pip install -U build twine
20
+ - name: Build distributions
21
+ run: python -m build
22
+ - name: Check distributions
23
+ run: twine check dist/*
24
+ - name: Publish distributions to TestPyPI
25
+ uses: pypa/gh-action-pypi-publish@release/v1
26
+ with:
27
+ repository-url: https://test.pypi.org/legacy/
28
+ - name: Publish distributions to PyPI
29
+ uses: pypa/gh-action-pypi-publish@release/v1
@@ -0,0 +1,441 @@
1
+ Metadata-Version: 2.1
2
+ Name: fprime-gds
3
+ Version: 3.4.1
4
+ Summary: F Prime Flight Software Ground Data System layer
5
+ Author-email: Michael Starch <Michael.D.Starch@jpl.nasa.gov>, Thomas Boyer-Chammard <Thomas.Boyer.Chammard@jpl.nasa.gov>
6
+ License:
7
+ Apache License
8
+ Version 2.0, January 2004
9
+ http://www.apache.org/licenses/
10
+
11
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
12
+
13
+ 1. Definitions.
14
+
15
+ "License" shall mean the terms and conditions for use, reproduction,
16
+ and distribution as defined by Sections 1 through 9 of this document.
17
+
18
+ "Licensor" shall mean the copyright owner or entity authorized by
19
+ the copyright owner that is granting the License.
20
+
21
+ "Legal Entity" shall mean the union of the acting entity and all
22
+ other entities that control, are controlled by, or are under common
23
+ control with that entity. For the purposes of this definition,
24
+ "control" means (i) the power, direct or indirect, to cause the
25
+ direction or management of such entity, whether by contract or
26
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
27
+ outstanding shares, or (iii) beneficial ownership of such entity.
28
+
29
+ "You" (or "Your") shall mean an individual or Legal Entity
30
+ exercising permissions granted by this License.
31
+
32
+ "Source" form shall mean the preferred form for making modifications,
33
+ including but not limited to software source code, documentation
34
+ source, and configuration files.
35
+
36
+ "Object" form shall mean any form resulting from mechanical
37
+ transformation or translation of a Source form, including but
38
+ not limited to compiled object code, generated documentation,
39
+ and conversions to other media types.
40
+
41
+ "Work" shall mean the work of authorship, whether in Source or
42
+ Object form, made available under the License, as indicated by a
43
+ copyright notice that is included in or attached to the work
44
+ (an example is provided in the Appendix below).
45
+
46
+ "Derivative Works" shall mean any work, whether in Source or Object
47
+ form, that is based on (or derived from) the Work and for which the
48
+ editorial revisions, annotations, elaborations, or other modifications
49
+ represent, as a whole, an original work of authorship. For the purposes
50
+ of this License, Derivative Works shall not include works that remain
51
+ separable from, or merely link (or bind by name) to the interfaces of,
52
+ the Work and Derivative Works thereof.
53
+
54
+ "Contribution" shall mean any work of authorship, including
55
+ the original version of the Work and any modifications or additions
56
+ to that Work or Derivative Works thereof, that is intentionally
57
+ submitted to Licensor for inclusion in the Work by the copyright owner
58
+ or by an individual or Legal Entity authorized to submit on behalf of
59
+ the copyright owner. For the purposes of this definition, "submitted"
60
+ means any form of electronic, verbal, or written communication sent
61
+ to the Licensor or its representatives, including but not limited to
62
+ communication on electronic mailing lists, source code control systems,
63
+ and issue tracking systems that are managed by, or on behalf of, the
64
+ Licensor for the purpose of discussing and improving the Work, but
65
+ excluding communication that is conspicuously marked or otherwise
66
+ designated in writing by the copyright owner as "Not a Contribution."
67
+
68
+ "Contributor" shall mean Licensor and any individual or Legal Entity
69
+ on behalf of whom a Contribution has been received by Licensor and
70
+ subsequently incorporated within the Work.
71
+
72
+ 2. Grant of Copyright License. Subject to the terms and conditions of
73
+ this License, each Contributor hereby grants to You a perpetual,
74
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
75
+ copyright license to reproduce, prepare Derivative Works of,
76
+ publicly display, publicly perform, sublicense, and distribute the
77
+ Work and such Derivative Works in Source or Object form.
78
+
79
+ 3. Grant of Patent License. Subject to the terms and conditions of
80
+ this License, each Contributor hereby grants to You a perpetual,
81
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
82
+ (except as stated in this section) patent license to make, have made,
83
+ use, offer to sell, sell, import, and otherwise transfer the Work,
84
+ where such license applies only to those patent claims licensable
85
+ by such Contributor that are necessarily infringed by their
86
+ Contribution(s) alone or by combination of their Contribution(s)
87
+ with the Work to which such Contribution(s) was submitted. If You
88
+ institute patent litigation against any entity (including a
89
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
90
+ or a Contribution incorporated within the Work constitutes direct
91
+ or contributory patent infringement, then any patent licenses
92
+ granted to You under this License for that Work shall terminate
93
+ as of the date such litigation is filed.
94
+
95
+ 4. Redistribution. You may reproduce and distribute copies of the
96
+ Work or Derivative Works thereof in any medium, with or without
97
+ modifications, and in Source or Object form, provided that You
98
+ meet the following conditions:
99
+
100
+ (a) You must give any other recipients of the Work or
101
+ Derivative Works a copy of this License; and
102
+
103
+ (b) You must cause any modified files to carry prominent notices
104
+ stating that You changed the files; and
105
+
106
+ (c) You must retain, in the Source form of any Derivative Works
107
+ that You distribute, all copyright, patent, trademark, and
108
+ attribution notices from the Source form of the Work,
109
+ excluding those notices that do not pertain to any part of
110
+ the Derivative Works; and
111
+
112
+ (d) If the Work includes a "NOTICE" text file as part of its
113
+ distribution, then any Derivative Works that You distribute must
114
+ include a readable copy of the attribution notices contained
115
+ within such NOTICE file, excluding those notices that do not
116
+ pertain to any part of the Derivative Works, in at least one
117
+ of the following places: within a NOTICE text file distributed
118
+ as part of the Derivative Works; within the Source form or
119
+ documentation, if provided along with the Derivative Works; or,
120
+ within a display generated by the Derivative Works, if and
121
+ wherever such third-party notices normally appear. The contents
122
+ of the NOTICE file are for informational purposes only and
123
+ do not modify the License. You may add Your own attribution
124
+ notices within Derivative Works that You distribute, alongside
125
+ or as an addendum to the NOTICE text from the Work, provided
126
+ that such additional attribution notices cannot be construed
127
+ as modifying the License.
128
+
129
+ You may add Your own copyright statement to Your modifications and
130
+ may provide additional or different license terms and conditions
131
+ for use, reproduction, or distribution of Your modifications, or
132
+ for any such Derivative Works as a whole, provided Your use,
133
+ reproduction, and distribution of the Work otherwise complies with
134
+ the conditions stated in this License.
135
+
136
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
137
+ any Contribution intentionally submitted for inclusion in the Work
138
+ by You to the Licensor shall be under the terms and conditions of
139
+ this License, without any additional terms or conditions.
140
+ Notwithstanding the above, nothing herein shall supersede or modify
141
+ the terms of any separate license agreement you may have executed
142
+ with Licensor regarding such Contributions.
143
+
144
+ 6. Trademarks. This License does not grant permission to use the trade
145
+ names, trademarks, service marks, or product names of the Licensor,
146
+ except as required for reasonable and customary use in describing the
147
+ origin of the Work and reproducing the content of the NOTICE file.
148
+
149
+ 7. Disclaimer of Warranty. Unless required by applicable law or
150
+ agreed to in writing, Licensor provides the Work (and each
151
+ Contributor provides its Contributions) on an "AS IS" BASIS,
152
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
153
+ implied, including, without limitation, any warranties or conditions
154
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
155
+ PARTICULAR PURPOSE. You are solely responsible for determining the
156
+ appropriateness of using or redistributing the Work and assume any
157
+ risks associated with Your exercise of permissions under this License.
158
+
159
+ 8. Limitation of Liability. In no event and under no legal theory,
160
+ whether in tort (including negligence), contract, or otherwise,
161
+ unless required by applicable law (such as deliberate and grossly
162
+ negligent acts) or agreed to in writing, shall any Contributor be
163
+ liable to You for damages, including any direct, indirect, special,
164
+ incidental, or consequential damages of any character arising as a
165
+ result of this License or out of the use or inability to use the
166
+ Work (including but not limited to damages for loss of goodwill,
167
+ work stoppage, computer failure or malfunction, or any and all
168
+ other commercial damages or losses), even if such Contributor
169
+ has been advised of the possibility of such damages.
170
+
171
+ 9. Accepting Warranty or Additional Liability. While redistributing
172
+ the Work or Derivative Works thereof, You may choose to offer,
173
+ and charge a fee for, acceptance of support, warranty, indemnity,
174
+ or other liability obligations and/or rights consistent with this
175
+ License. However, in accepting such obligations, You may act only
176
+ on Your own behalf and on Your sole responsibility, not on behalf
177
+ of any other Contributor, and only if You agree to indemnify,
178
+ defend, and hold each Contributor harmless for any liability
179
+ incurred by, or claims asserted against, such Contributor by reason
180
+ of your accepting any such warranty or additional liability.
181
+
182
+ END OF TERMS AND CONDITIONS
183
+
184
+ APPENDIX: How to apply the Apache License to your work.
185
+
186
+ To apply the Apache License to your work, attach the following
187
+ boilerplate notice, with the fields enclosed by brackets "[]"
188
+ replaced with your own identifying information. (Don't include
189
+ the brackets!) The text should be enclosed in the appropriate
190
+ comment syntax for the file format. We also recommend that a
191
+ file or class name and description of purpose be included on the
192
+ same "printed page" as the copyright notice for easier
193
+ identification within third-party archives.
194
+
195
+ Copyright [yyyy] [name of copyright owner]
196
+
197
+ Licensed under the Apache License, Version 2.0 (the "License");
198
+ you may not use this file except in compliance with the License.
199
+ You may obtain a copy of the License at
200
+
201
+ http://www.apache.org/licenses/LICENSE-2.0
202
+
203
+ Unless required by applicable law or agreed to in writing, software
204
+ distributed under the License is distributed on an "AS IS" BASIS,
205
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
206
+ See the License for the specific language governing permissions and
207
+ limitations under the License.
208
+
209
+ Project-URL: Homepage, https://fprime.jpl.nasa.gov
210
+ Project-URL: Documentation, https://nasa.github.io/fprime/
211
+ Project-URL: Repository, https://github.com/fprime-community/fprime-gds
212
+ Keywords: fprime,embedded,nasa,flight,software
213
+ Classifier: Development Status :: 5 - Production/Stable
214
+ Classifier: Intended Audience :: Developers
215
+ Classifier: Operating System :: Unix
216
+ Classifier: Operating System :: POSIX
217
+ Classifier: Programming Language :: Python
218
+ Classifier: Programming Language :: Python :: 3
219
+ Classifier: Programming Language :: Python :: 3.8
220
+ Classifier: Programming Language :: Python :: 3.9
221
+ Classifier: Programming Language :: Python :: 3.10
222
+ Classifier: Programming Language :: Python :: 3.11
223
+ Classifier: Programming Language :: Python :: 3.12
224
+ Classifier: Programming Language :: Python :: Implementation :: CPython
225
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
226
+ Classifier: License :: OSI Approved :: Apache Software License
227
+ Requires-Python: >=3.8
228
+ Description-Content-Type: text/markdown
229
+ License-File: LICENSE.txt
230
+ License-File: NOTICE.txt
231
+ Requires-Dist: flask>=3.0.0
232
+ Requires-Dist: flask_compress>=1.11
233
+ Requires-Dist: pyzmq>=24.0.1
234
+ Requires-Dist: pexpect>=4.8.0
235
+ Requires-Dist: pytest>=6.2.4
236
+ Requires-Dist: flask_restful>=0.3.8
237
+ Requires-Dist: fprime-tools>=3.1.2a1
238
+ Requires-Dist: argcomplete>=1.12.3
239
+ Requires-Dist: Jinja2>=2.11.3
240
+ Requires-Dist: openpyxl>=3.0.10
241
+ Requires-Dist: pyserial>=3.5
242
+
243
+ # F´ GDS
244
+
245
+ **Note:** This README describes GDS internals. Refer to the [user's guide](https://nasa.github.io/fprime/UsersGuide/gds/gds-introduction.html) for instructions on how to use the GDS.
246
+
247
+ Issues should be reported here: [File an issue](https://github.com/nasa/fprime/issues/new/choose)
248
+
249
+ ## Overview
250
+ The GDS consists of a collection of classes and tools that provide an interface for fprime
251
+ deployments, allowing users to view telemetry and events and send commands.
252
+
253
+ The GDS HTML GUI is an almost completely rewritten version of the F´ GSE UI, our historical
254
+ ground system that has been deprecated due to its Python 2 requirement.
255
+
256
+ The GDS was designed to be adaptable, easily understandable, and easily expandable. To this end, it
257
+ is built using publisher/subscriber relationships.
258
+
259
+ The diagram below shows the basic layout of the GDS. Data from the F´ deployment first enters the
260
+ GDS at the TCP client. Each packet is then passed directly to the distributor which is responsible
261
+ for parsing the packets in to data messages and sending on each message type (currently only events,
262
+ channels, and packetized telemetry are supported) to decoders registered for that type. The decoder
263
+ is responsible for turning that data message into a data object which it passes along to all
264
+ consumers registered to it. These consumers could be anything, but in the GDS they are GUI panels
265
+ that display the data. For outgoing data, the structure is similar. Currently, commands are the only
266
+ output data type included. Command data objects are created in the command panel and then sent to
267
+ the command encoder registered to that panel. Encoders take a data object and turn it into binary
268
+ data that can be sent to the F´ deployment. The binary data is then passed to the TCP client
269
+ which is registered to the encoder. Finally, the TCP client send the data back to the TCP server and
270
+ the F´ deployment. ![The layout of the GDS](https://github.com/nasa/fprime/blob/master/docs/UsersGuide/media/gds_layout.jpg)
271
+
272
+ All of these objects are created and registered to other objects when the GDS
273
+ is initialized. Thus, all of the structure of the GDS is created in one place,
274
+ and can be easily modified.
275
+
276
+ ## GDS Tools
277
+ The GDS was designed to have flexible configurations of consumers for its various data decoders.
278
+ This has been used to support several additional tools.
279
+
280
+ ### GDS Standard Pipeline
281
+ The standard pipeline can be thought of as a Python helper-layer to instantiate the GDS and connect
282
+ to an F´ deployment. The pipeline provides event, telemetry and command histories, sending
283
+ commands and registering consumers to the GDS decoders. The Standard Pipeline can be found
284
+ [here](src/fprime_gds/common/pipeline/standard.py).
285
+
286
+ ### GDS Integration Test API
287
+ The Integration Test API is a tool that provides the ability to write integration-level tests for an
288
+ F´ deployment using the GDS. The tool provides history searches/asserts, command sending, a
289
+ detailed test log, sub-histories and convenient access to GDS data objects. The test API comes with
290
+ separate [documentation](https://github.com/nasa/fprime/blob/master/docs/UsersGuide/dev/testAPI/markdown/contents.md) and its own [user
291
+ guide](https://github.com/nasa/fprime/blob/master/docs/UsersGuide/dev/testAPI/user_guide.md) and is built on top of the Standard Pipeline.
292
+
293
+ ## GDS GUI Usage
294
+
295
+ A guide for how to use the GDS is available in the [fprime documentation](https://nasa.github.io/fprime/UsersGuide/gds/gds-introduction.html)
296
+
297
+ ## Classes
298
+ The GDS back end is composed of several different data processing units. For
299
+ most of the units described below, a base class describes the interface and
300
+ subclasses implement the interface for specific data types (such as events,
301
+ channels, etc).
302
+
303
+ To expand the GDS to accept more data types or have additional features, new classes
304
+ can be written and registered into the existing structure.
305
+
306
+ ### TCP Client
307
+ The TCP client is simply a passthrough for data coming from the TCP Server and
308
+ the F´ Distribution. The client handles all the socket connection overhead and
309
+ passes un-parsed data onto all objects registered with it.
310
+
311
+ ### Distributor
312
+ The distributer is responsible for taking in raw binary data, parsing off the
313
+ length and descriptor, and then passing the data to all decoders registered to
314
+ that descriptor. Descriptor types include events, channels, packets, etc (a full
315
+ enumeration can be found in (src/utils/data_desc_type.py). The binary data that
316
+ the descriptor receives should be of the form:
317
+
318
+ | Length (4 bytes) | Type Descriptor (4 bytes) | Message Data |
319
+ | ---------------- | ------------------------- | ------------ |
320
+
321
+ The distributor should then pass only the message data along to the decoders.
322
+
323
+ ### Templates
324
+ For each general data type (channel, event, etc) there is a template type.
325
+ Instances of these classes hold information about specific channels or event
326
+ types (ex. the NumPkts channel or the FirstPacketReceived event).
327
+
328
+ Template classes hold information such as the channel/event/packet's id, name,
329
+ argument types, value type, format string, etc. This information is used by
330
+ decoders when parsing data that they receive.
331
+
332
+ ### Data Types
333
+ For each general data type (channel, event, etc) there is a type class.
334
+ Instances of these classes hold information about a specific channel reading or
335
+ event. They contain the actual data parsed by the decoders. As such, they are
336
+ the data type returned by encoders. All of these classes have a time field are
337
+ derived from type SysData, which implements a compare function, allowing any list
338
+ of SysData objects to be sorted by time. Each inherited type should also
339
+ implement the __str__ method so the objects can be easily printed.
340
+
341
+ Each instance of a type class also has a reference to the corresponding template
342
+ class for that channel or event type.
343
+
344
+ ### Loaders
345
+ Loaders are used to construct dictionaries of channel and events. These
346
+ dictionaries have template classes as values and ids or names as keys.
347
+
348
+ Each dictionary type has their own loader, but subclassing is used to prevent
349
+ code duplication. For example, there are loaders for channel and event python
350
+ file dictionaries, but they both subclass the python loader class which provides
351
+ helper functions for reading python file dictionaries.
352
+
353
+ ### Decoders
354
+ Decoders are responsible for parsing the message data for a specific descriptor
355
+ type.
356
+
357
+ Each decoder uses dictionaries produced by loaders to help with its parsing.
358
+ These are given to the decoder's constructor.
359
+
360
+ The knowledge for how to parse that descriptor type should stay within the
361
+ decoder. Each decoder type takes in the binary message data, parses it, and
362
+ sends the resulting data object to all consumers registered to it.
363
+
364
+ ### Encoders
365
+ Encoders are responsible for taking data objects from consumers (GUI panels),
366
+ converting them to binary data, and passing them to the TCP client to send to
367
+ the F´ deployment.
368
+
369
+ Like the decoders, encoders use dictionaries produced by loaders to help craft
370
+ the binary output.
371
+
372
+ ### Consumers
373
+ Consumers do not have a specific base class, but instead simply implement a data
374
+ callback method that is called by decoders with parsed data objects as the
375
+ argument. In the case of the Gds, the consumers are the GUI panels that display
376
+ data. Consumers can also produce data that is sent to encoders and eventually on
377
+ to the F´ deployment.
378
+
379
+ ### Main Frame Factory
380
+ This class is responsible for setting up the pipeline of data between different
381
+ components in the publisher/subscriber interface - that is, it is
382
+ responsible for registering all of the various components that wish to share
383
+ data. This class also supports the creation of multiple Gds GUI windows which
384
+ all share the same subscriptions and therefore receive the same data.
385
+
386
+ ### ConfigManager
387
+ The `ConfigManager` class is responsible for storing configurations used by GDS
388
+ classes. An instance of this class is passed to some GDS classes such as
389
+ distributors and encoders (to indicate the types of some binary data fields) and
390
+ to some consumers (to indicate colors). The ConfigManager class sets the defaults
391
+ for each config, but a .ini file can also be passed into the constructor to set
392
+ the configs to custom values.
393
+
394
+ ## Modify GDS Structure
395
+ To setup the structure of the GDS, instances of the above classes are first
396
+ created. Then, they are registered to one another by calling the data producer's
397
+ `register` function with the data consumer as the argument. The data consumer
398
+ is expected to implement a callback function to receive the data (`data_callback`
399
+ for most classes, but check the base class's documentation for details).
400
+
401
+ An example of how to instantiate and register classes into the correct structure
402
+ can be found in the `MainFrameFactory` class.
403
+
404
+ ## Setup
405
+ The Gds requires the packages specified in [setup.py](setup.py).
406
+
407
+ These can be installed along the Gds package using the following commands:
408
+
409
+ ```
410
+ pip install --upgrade fprime-gds
411
+ ```
412
+
413
+ For full installation instructions, including virtual environment creation and installation verification, see [INSTALL.md](https://github.com/nasa/fprime/blob/devel/docs/INSTALL.md).
414
+
415
+ ## Generate Documentation
416
+ You can generate a doxygen documentation page for the GDS source.
417
+ To do this, you will need to install `doxygen`, `doxypypy` and `graphviz`.
418
+
419
+ ### Linux/Windows WSL
420
+ ```
421
+ apt-get install doxygen graphviz
422
+ pip install doxypypy
423
+ ```
424
+
425
+ ### Mac
426
+ Install doxygen from the website (http://www.stack.nl/~dimitri/doxygen/download.html) or by using the following command if you have Homebrew
427
+ ```
428
+ brew install doxygen
429
+ brew install graphviz
430
+ pip install doxypypy
431
+ ```
432
+
433
+ Next, make `docs/py_filter` available in your system path however you see fit.
434
+ Now you can run `doxygen Doxyfile` in the root directory to generate documentation in `docs/doxy/index.html`
435
+
436
+ ## Notes
437
+ - Currently, the models/common directory has command.py, event.py, and
438
+ channel.py. These files must be present in order for the python dictionaries
439
+ to be properly imported. However, they are empty and not used in the GDS.
440
+ When we switch fully to XML dictionaries, these can go away.
441
+
@@ -0,0 +1,87 @@
1
+ [build-system]
2
+ requires = ["setuptools", "setuptools_scm[toml]>=6.2", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "fprime-gds"
7
+ dynamic = ["version"]
8
+ description = "F Prime Flight Software Ground Data System layer"
9
+ readme = "README.md"
10
+ requires-python = ">=3.8"
11
+ license = {file = "LICENSE.txt"}
12
+ keywords = ["fprime", "embedded", "nasa", "flight", "software"]
13
+ authors = [
14
+ {name = "Michael Starch", email = "Michael.D.Starch@jpl.nasa.gov"},
15
+ {name = "Thomas Boyer-Chammard", email = "Thomas.Boyer.Chammard@jpl.nasa.gov"},
16
+ ]
17
+ classifiers = [
18
+ "Development Status :: 5 - Production/Stable",
19
+ "Intended Audience :: Developers",
20
+ "Operating System :: Unix",
21
+ "Operating System :: POSIX",
22
+ "Programming Language :: Python",
23
+ "Programming Language :: Python :: 3",
24
+ "Programming Language :: Python :: 3.8",
25
+ "Programming Language :: Python :: 3.9",
26
+ "Programming Language :: Python :: 3.10",
27
+ "Programming Language :: Python :: 3.11",
28
+ "Programming Language :: Python :: 3.12",
29
+ "Programming Language :: Python :: Implementation :: CPython",
30
+ "Programming Language :: Python :: Implementation :: PyPy",
31
+ "License :: OSI Approved :: Apache Software License",
32
+ ]
33
+ dependencies = [
34
+ "flask>=3.0.0",
35
+ "flask_compress>=1.11",
36
+ "pyzmq>=24.0.1",
37
+ "pexpect>=4.8.0",
38
+ "pytest>=6.2.4",
39
+ "flask_restful>=0.3.8",
40
+ "fprime-tools>=3.1.2a1",
41
+ "argcomplete>=1.12.3",
42
+ "Jinja2>=2.11.3",
43
+ "openpyxl>=3.0.10",
44
+ "pyserial>=3.5",
45
+ ]
46
+
47
+ [project.urls]
48
+ Homepage = "https://fprime.jpl.nasa.gov"
49
+ Documentation = "https://nasa.github.io/fprime/"
50
+ Repository = "https://github.com/fprime-community/fprime-gds"
51
+
52
+ ####
53
+ # Entry Points:
54
+ #
55
+ # Defines the list of entry-level (scripts) that are defined by this package. This allows
56
+ # standard use of utilities that ship as part of F prime.
57
+ ####
58
+ [project.scripts]
59
+ fprime-cli = "fprime_gds.executables.fprime_cli:main"
60
+ fprime-seqgen = "fprime_gds.common.tools.seqgen:main"
61
+
62
+ [project.gui-scripts]
63
+ fprime-gds = "fprime_gds.executables.run_deployment:main"
64
+
65
+ # For Pytest fixtures
66
+ [project.entry-points."pytest11"]
67
+ fprime_test_api = "fprime_gds.common.testing_fw.pytest_integration"
68
+
69
+ ####
70
+ # setuptools_scm dynamically generates version number from git, as well as automatically
71
+ # include all data files tracked by git (e.g. flash/static/** files).
72
+ # See https://setuptools.pypa.io/en/latest/userguide/datafiles.html
73
+ ####
74
+ [tool.setuptools_scm]
75
+
76
+
77
+ ####
78
+ # Additional notes
79
+ #
80
+ # With regards to the configuration of the older versions of setup.py:
81
+ # - package_data: included by default, and setuptools_scm will automatically include all files tracked by git
82
+ # - package discovery (src/): setuptools will automatically discover all packages as we use the src-layout
83
+ #
84
+ # Reference:
85
+ # - https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
86
+ # - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#src-layout
87
+ ####
@@ -0,0 +1,6 @@
1
+ # setup.py is kept to support legacy builds
2
+ # https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
3
+ from setuptools import setup
4
+
5
+ # Configuration is in pyproject.toml
6
+ setup()