openc3 5.12.0 → 5.13.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of openc3 might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/bin/openc3cli +3 -3
- data/data/config/graph_settings.yaml +1 -1
- data/data/config/item_modifiers.yaml +1 -2
- data/data/config/parameter_modifiers.yaml +13 -14
- data/data/config/screen.yaml +1 -2
- data/data/config/target_config.yaml +2 -6
- data/lib/openc3/api/cmd_api.rb +99 -35
- data/lib/openc3/api/tlm_api.rb +63 -24
- data/lib/openc3/interfaces/mqtt_interface.rb +11 -9
- data/lib/openc3/interfaces/mqtt_stream_interface.rb +78 -0
- data/lib/openc3/logs/packet_log_reader.rb +2 -2
- data/lib/openc3/logs/text_log_writer.rb +3 -2
- data/lib/openc3/microservices/trigger_group_microservice.rb +2 -1
- data/lib/openc3/models/plugin_model.rb +38 -4
- data/lib/openc3/packets/json_packet.rb +46 -15
- data/lib/openc3/packets/packet_config.rb +2 -1
- data/lib/openc3/packets/parsers/xtce_parser.rb +5 -1
- data/lib/openc3/script/api_shared.rb +31 -31
- data/lib/openc3/script/commands.rb +18 -12
- data/lib/openc3/script/limits.rb +1 -1
- data/lib/openc3/script/storage.rb +4 -4
- data/lib/openc3/script/web_socket_api.rb +2 -2
- data/lib/openc3/streams/mqtt_stream.rb +109 -0
- data/lib/openc3/utilities/cli_generator.rb +33 -20
- data/lib/openc3/utilities/local_mode.rb +2 -2
- data/lib/openc3/utilities/logger.rb +17 -16
- data/lib/openc3/utilities/process_manager.rb +1 -1
- data/lib/openc3/version.rb +5 -5
- data/templates/conversion/conversion.py +28 -0
- data/templates/conversion/conversion.rb +1 -18
- data/templates/limits_response/response.py +37 -0
- data/templates/limits_response/response.rb +0 -17
- data/templates/microservice/microservices/TEMPLATE/microservice.py +54 -0
- data/templates/microservice/microservices/TEMPLATE/microservice.rb +0 -7
- data/templates/plugin/.gitignore +1 -0
- data/templates/target/targets/TARGET/lib/target.py +9 -0
- data/templates/target/targets/TARGET/procedures/procedure.py +3 -0
- data/templates/tool_angular/package.json +20 -19
- data/templates/tool_angular/yarn.lock +2222 -3212
- data/templates/tool_react/package.json +12 -12
- data/templates/tool_react/yarn.lock +586 -521
- data/templates/tool_svelte/package.json +11 -10
- data/templates/tool_svelte/src/services/openc3-api.js +17 -22
- data/templates/tool_svelte/yarn.lock +600 -516
- data/templates/tool_vue/package.json +10 -9
- data/templates/tool_vue/yarn.lock +113 -41
- data/templates/widget/package.json +9 -8
- data/templates/widget/yarn.lock +96 -35
- metadata +26 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openc3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Melton
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-
|
12
|
+
date: 2023-12-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: irb
|
@@ -263,6 +263,20 @@ dependencies:
|
|
263
263
|
- - "~>"
|
264
264
|
- !ruby/object:Gem::Version
|
265
265
|
version: '2.7'
|
266
|
+
- !ruby/object:Gem::Dependency
|
267
|
+
name: faraday-multipart
|
268
|
+
requirement: !ruby/object:Gem::Requirement
|
269
|
+
requirements:
|
270
|
+
- - "~>"
|
271
|
+
- !ruby/object:Gem::Version
|
272
|
+
version: '1.0'
|
273
|
+
type: :runtime
|
274
|
+
prerelease: false
|
275
|
+
version_requirements: !ruby/object:Gem::Requirement
|
276
|
+
requirements:
|
277
|
+
- - "~>"
|
278
|
+
- !ruby/object:Gem::Version
|
279
|
+
version: '1.0'
|
266
280
|
- !ruby/object:Gem::Dependency
|
267
281
|
name: faraday-follow_redirects
|
268
282
|
requirement: !ruby/object:Gem::Requirement
|
@@ -647,14 +661,14 @@ dependencies:
|
|
647
661
|
requirements:
|
648
662
|
- - "~>"
|
649
663
|
- !ruby/object:Gem::Version
|
650
|
-
version: '0.
|
664
|
+
version: '0.40'
|
651
665
|
type: :development
|
652
666
|
prerelease: false
|
653
667
|
version_requirements: !ruby/object:Gem::Requirement
|
654
668
|
requirements:
|
655
669
|
- - "~>"
|
656
670
|
- !ruby/object:Gem::Version
|
657
|
-
version: '0.
|
671
|
+
version: '0.40'
|
658
672
|
- !ruby/object:Gem::Dependency
|
659
673
|
name: simplecov
|
660
674
|
requirement: !ruby/object:Gem::Requirement
|
@@ -894,6 +908,7 @@ files:
|
|
894
908
|
- lib/openc3/interfaces/interface.rb
|
895
909
|
- lib/openc3/interfaces/linc_interface.rb
|
896
910
|
- lib/openc3/interfaces/mqtt_interface.rb
|
911
|
+
- lib/openc3/interfaces/mqtt_stream_interface.rb
|
897
912
|
- lib/openc3/interfaces/protocols/burst_protocol.rb
|
898
913
|
- lib/openc3/interfaces/protocols/cobs_protocol.rb
|
899
914
|
- lib/openc3/interfaces/protocols/crc_protocol.rb
|
@@ -1041,6 +1056,7 @@ files:
|
|
1041
1056
|
- lib/openc3/script/suite_runner.rb
|
1042
1057
|
- lib/openc3/script/telemetry.rb
|
1043
1058
|
- lib/openc3/script/web_socket_api.rb
|
1059
|
+
- lib/openc3/streams/mqtt_stream.rb
|
1044
1060
|
- lib/openc3/streams/serial_stream.rb
|
1045
1061
|
- lib/openc3/streams/stream.rb
|
1046
1062
|
- lib/openc3/streams/tcpip_client_stream.rb
|
@@ -1111,9 +1127,13 @@ files:
|
|
1111
1127
|
- lib/openc3/win32/win32_main.rb
|
1112
1128
|
- tasks/gemfile_stats.rake
|
1113
1129
|
- tasks/spec.rake
|
1130
|
+
- templates/conversion/conversion.py
|
1114
1131
|
- templates/conversion/conversion.rb
|
1132
|
+
- templates/limits_response/response.py
|
1115
1133
|
- templates/limits_response/response.rb
|
1134
|
+
- templates/microservice/microservices/TEMPLATE/microservice.py
|
1116
1135
|
- templates/microservice/microservices/TEMPLATE/microservice.rb
|
1136
|
+
- templates/plugin/.gitignore
|
1117
1137
|
- templates/plugin/LICENSE.txt
|
1118
1138
|
- templates/plugin/README.md
|
1119
1139
|
- templates/plugin/Rakefile
|
@@ -1121,7 +1141,9 @@ files:
|
|
1121
1141
|
- templates/plugin/plugin.txt
|
1122
1142
|
- templates/target/targets/TARGET/cmd_tlm/cmd.txt
|
1123
1143
|
- templates/target/targets/TARGET/cmd_tlm/tlm.txt
|
1144
|
+
- templates/target/targets/TARGET/lib/target.py
|
1124
1145
|
- templates/target/targets/TARGET/lib/target.rb
|
1146
|
+
- templates/target/targets/TARGET/procedures/procedure.py
|
1125
1147
|
- templates/target/targets/TARGET/procedures/procedure.rb
|
1126
1148
|
- templates/target/targets/TARGET/screens/status.txt
|
1127
1149
|
- templates/target/targets/TARGET/target.txt
|