Feasibility to use whole Fprime (FSW and GDS) in real satellite operation #3024
Replies: 3 comments
-
RF is just a way to transmit arbitrary data, so yes, you could use two deployments and have the communicate via RF. |
Beta Was this translation helpful? Give feedback.
-
Generally projects swap out fprime-gds and integrate their chosen ground system like COSMOS. I'm not sure any project has used the fprime GDS for actual operations, but it's not uncommon to use some of the fprime-gds libraries as part of the integrate code needed to help handle the parsing and encoding of data heading to and from the spacecraft. |
Beta Was this translation helpful? Give feedback.
-
Looks like a great outline, I've actually been working on a project which has some overlap here so I can add some comments. I would also say having a firm grasp of the OSI model is going to be very important here. That being said keep in mind the "all models are wrong, some are useful" quote here. That is, it's a model that provides abstractions so you can get your head around the idealized separation of concerns but most (RE: all) protocol implementations will not necessarily map neatly onto the models layers. WRT fprime-gds I will also chime in and say it's fantastic for prototype development and can get you going with minimal effort. That being said there are better, more robust options to use (such as the as of yet unmentioned yamcs). As far as your topology goes I actually think the hub model is a good play here. I'm currently building off some existing work and developing data link support for CCSDS and one of my near term goals is to use that approach as part of the proof of concept/prototype tracked here so keep an eye out for when I make an MR. |
Beta Was this translation helpful? Give feedback.
-
What I want to do?
Hi! I'm a satellite enthusiast. I started to learn Fprime since I want to group a college team to build a real CubeSat to be launched to LEO. Below is my preliminary blueprint.
What I can do now?
I learned Fprime for almost half year. Now I think I have a certain kowledge of Fprime' basic running. Below is what I can do now. I used a RPI as the OBC and make sure the PC and the RPI to be connected to the same Wifi. Therefore I can use GDS interface supplied by Fprime to send command to and read data from the ADCS. I think I already have the ability to integrate more subsystems that a satellite needs, like EPS, TT&C, and Payload, as long as I have their user manual.
What I have surveyed?
I haven't seen any CubeSat mission case keeping whole Fprime. In my observation, they might cut the fprime-gds which can be referred to Ground Interface Architecture and Customization and connect to other ground station software like OpenMCT or Cosmos. However, I think that it would be too many works to do, so it may not be our first priority.
What's my further blueprint now?
I referred to Hub Pattern and then designed the architecture below. I would like to build two deployments in which the CubeSat will be Node A and the ground station PC will be Node B, but I'm not sure its feasibility particularly I don't know if I can use RF as the transportation between two hubs. I would like to inquire your thoughts and advices. I will appreciate your any comments.
I saw a discussion whice seems trying to solve the problem similar to mine, but there seems to be a little difference. Any comment or idea is appreciated!
I'm still learning OSI layer but not familiar with... Should it be known before the development?
What I have known now? (Any advice or comment is appreciated)
Beta Was this translation helpful? Give feedback.
All reactions