Replies: 5 comments
-
Open source COSMOS doesn't ship with support for any of the CCSDS RF protocols currently. Typically COSMOS receives and processes CCSDS source packets. Creating custom protocols is how we have internally implemented additional CCSDS layers. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the details. Could you point to the code where it is handled ?
…On Thursday, 14 April 2022, Ryan Melton ***@***.***> wrote:
Open source COSMOS doesn't ship with support for any of the CCSDS RF
protocols currently. Typically COSMOS receives and processes CCSDS source
packets. Creating custom protocols is how we have internally implemented
additional CCSDS layers.
—
Reply to this email directly, view it on GitHub
<#1538 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYSV7B227AMCCSX7AQUXXZDVFBPCDANCNFSM5TNQY6CQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Here's how to create custom protocols: https://cosmosc2.com/docs/v5/protocols#custom-protocols |
Beta Was this translation helpful? Give feedback.
-
@ryanatball I have a native library (written in C++) for interfacing the Telemetry data and Groundstation controller. Is there a way to integrate (Native interface) it directly or I need convert everything into *.rb plugins or through socket (run native as a service) ? Thoughts ? |
Beta Was this translation helpful? Give feedback.
-
I recommend using Ruby FFI library to interface with native C code in Ruby. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
What are all list of CCSDS L1/L2/L3 protocols supported as part of COSMOS
Beta Was this translation helpful? Give feedback.
All reactions