File Interpreation Tool? #4730
vibai-aspade
started this conversation in
General
Replies: 1 comment
-
|
I'm not aware of anything open-source that we provide for this. That being said I'd be surprised if no one ever coded this (JPL or others), and it's a very reasonable feature request to drop in if you'd like to open a ticket for that. If you'd like to implement this yourself, it should be fairly straightforward by leveraging the GDS decoders classes (and making sure the project dictionary is loaded, example here) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm currently developing a file system feature for my embedded device running F Prime. I have file storage and downlink working where ComLogger successfully saves .com binary files on-board, and I'm able to downlink them to my local machine using the GDS system.
I'm now looking to interpret/decode these downloaded binary files offline. My question is, are there any existing tools within F Prime or the GDS ecosystem that can parse and decode these .com log files using a project dictionary? I'd like to avoid writing a custom decoder if something already handles this.
Any guidance would be appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions