fprime-gds customization #1966
-
I've implemented a custom framing protocol and I want to continue using fprime-gds to communicate with my F' instance. Does |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Unfortunately the answer is “yes and no”. Currently the basic framework to load in additional framers exists, which you can see if you look at the pyserial connection mechanism. However, the code required to auto-detect an external plugin does not yet exist in One of my students is working on getting this done to support CCSDS frames as they are implemented for GT-2, so it is of general interest to the community to get this going. I won’t make promises on the delivery of this feature, but I do expect it to work before GT-2 delivers for flight (so, maybe 9 months). |
Beta Was this translation helpful? Give feedback.
Unfortunately the answer is “yes and no”. Currently the basic framework to load in additional framers exists, which you can see if you look at the pyserial connection mechanism. However, the code required to auto-detect an external plugin does not yet exist in
fprime-gds
.One of my students is working on getting this done to support CCSDS frames as they are implemented for GT-2, so it is of general interest to the community to get this going. I won’t make promises on the delivery of this feature, but I do expect it to work before GT-2 delivers for flight (so, maybe 9 months).