Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create small Rust program to parse DFGM data from a byte stream into its constituent values #31

Open
3 tasks
dheadrick1618 opened this issue Jan 9, 2024 · 0 comments
Assignees
Labels

Comments

@dheadrick1618
Copy link
Member

dheadrick1618 commented Jan 9, 2024

Description:

Create a Rust program that communicates with the simulated DFGM python program via TCP socket and reads its data. As well convert the byte streams it outputs into a readable form like JSON based on its constituent values.

This can be later integrated into the OBC FSW to handle communication with the DFGM.

Deliverable

  • Rust program runs and can communicate with simulated DFGM program via TCP socket
  • Command line parameter to change TCP server socket from default (if provided)
  • Simple behaviour tested using expected test data from simulated DFGM program.

Resources

  • ??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant