You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My current goal is to implement the F' GDS packet framing, deframing, file uplink and downlink infrastructure for radio hardware, and hopefully integrate the F' GDS with COSMOS/GNURadio.
Lastly, I saw that there was an attempt to integrate Fprime with COSMOS several years ago in fprime-community, but it does not seem to be supported any longer. Has anyone else been able to achieve something similar?
EDIT: Would scrapping COSMOS and attempting to use F' GDS as our ground station by writing a radio driver and communication plugin for the GDS be a more viable option?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
My current goal is to implement the F' GDS packet framing, deframing, file uplink and downlink infrastructure for radio hardware, and hopefully integrate the F' GDS with COSMOS/GNURadio.
At the moment, I am a bit lost on where to begin, or what components/files will need to be replaced. For instance, should I begin with the StandardPipeline (and the ThreadedTCPSocketClient), or the current Ref deployment itself? Will a new adapter (using https://github.com/fprime-community/fprime-gds/blob/devel/src/fprime_gds/common/communication/adapters/base.py) need to be created first?
Lastly, I saw that there was an attempt to integrate Fprime with COSMOS several years ago in fprime-community, but it does not seem to be supported any longer. Has anyone else been able to achieve something similar?
EDIT: Would scrapping COSMOS and attempting to use F' GDS as our ground station by writing a radio driver and communication plugin for the GDS be a more viable option?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions