AlbertaSat / ex3_simulated_subsystems

Simulated subsystems for use with the simulated software architecture in AlbertaSats ExAlta3 Mission.
4 stars 1 forks source link

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

Open dheadrick1618 opened 10 months ago

dheadrick1618 commented 10 months ago

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