nasa / nos3

NASA Operational Simulator for Small Satellites
Other
379 stars 86 forks source link

using 42 to update simulated spacecraft pointing in real time #398

Open khavernathy opened 3 weeks ago

khavernathy commented 3 weeks ago

Hi, I was able to set up a basic ICP comms scenario with 42 already with 2 computers acting as Tx and Rx.

I'm wondering how to integrate a separate device that iteratively feeds new spacecraft attitude information with a concrete example? This separate device wouldn't be running 42, it simply would send a few bytes that represent the pointing vector. The example in the 42 repo is very basic for Tx/Rx.

Grateful for any help.