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.
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