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
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
??
The text was updated successfully, but these errors were encountered:
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
Resources
The text was updated successfully, but these errors were encountered: