cosmos-ccsds_transfer_frames 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/cosmos-ccsds_transfer_frames.gemspec +4 -4
- data/lib/cosmos/ccsds_transfer_frames/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eaef988e57d7a960bd1be54b29f8620da10c2f7a
|
|
4
|
+
data.tar.gz: 0bf246c91d89effc965ed138a52cda49e94e6052
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be53b3764587795f609c571ac739c16ef5c69f15232d12ce70ab2632a40a1a6d2b750417c8c62e4ab5012aced6e1a228ca5572b1fa0b4031cea7a4baf1798866
|
|
7
|
+
data.tar.gz: 465382e1278488844f1120b270ab1eab82aa2cacfea98c016b662df98be5f755fbbf9d0d9f8cfdaaa93c5d9cbdbe5a38a3b6e203b0ebff36f796b45a0ef9ba37
|
data/README.md
CHANGED
|
@@ -32,7 +32,7 @@ Then add the protocol in the command and telemetry server configuration in an in
|
|
|
32
32
|
|
|
33
33
|
```
|
|
34
34
|
INTERFACE INTERFACE_NAME tcpip_client_interface.rb localhost 12345 12345 10.0 nil
|
|
35
|
-
PROTOCOL Cosmos::CcsdsTransferFrames::
|
|
35
|
+
PROTOCOL Cosmos::CcsdsTransferFrames::CcsdsTransferFrameProtocol 1115 0 true true
|
|
36
36
|
TARGET TARGET_NAME
|
|
37
37
|
```
|
|
38
38
|
|
|
@@ -11,10 +11,10 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = "CCSDS transfer frame protocol for use in COSMOS"
|
|
13
13
|
spec.description = <<-EOF
|
|
14
|
-
A Ball Aerospace COSMOS
|
|
15
|
-
for extracting CCSDS space packets from CCSDS transfer frames,
|
|
16
|
-
prefixing each packet
|
|
17
|
-
it started.
|
|
14
|
+
A Ball Aerospace COSMOS extension gem which provides a read-only
|
|
15
|
+
protocol for extracting CCSDS space packets from CCSDS transfer frames,
|
|
16
|
+
optionally prefixing each packet with the transfer frame headers of the
|
|
17
|
+
frame where it started.
|
|
18
18
|
EOF
|
|
19
19
|
spec.homepage = "https://github.com/ienorand/cosmos-ccsds_transfer_frames"
|
|
20
20
|
spec.license = "GPL-3.0"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cosmos-ccsds_transfer_frames
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Erik Werner
|
|
@@ -81,10 +81,10 @@ dependencies:
|
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0.9'
|
|
83
83
|
description: |2
|
|
84
|
-
A Ball Aerospace COSMOS
|
|
85
|
-
for extracting CCSDS space packets from CCSDS transfer frames,
|
|
86
|
-
prefixing each packet
|
|
87
|
-
it started.
|
|
84
|
+
A Ball Aerospace COSMOS extension gem which provides a read-only
|
|
85
|
+
protocol for extracting CCSDS space packets from CCSDS transfer frames,
|
|
86
|
+
optionally prefixing each packet with the transfer frame headers of the
|
|
87
|
+
frame where it started.
|
|
88
88
|
email:
|
|
89
89
|
- martinerikwerner@gmail.com
|
|
90
90
|
executables: []
|