BallAerospace / COSMOS

Ball Aerospace COSMOS
https://ballaerospace.github.io/cosmos-website/
Other
361 stars 129 forks source link

Is it possible to send packets from GNU Radio to COSMOS 5? #1639

Closed rodrirq closed 2 years ago

rodrirq commented 2 years ago

Hello, I was wondering if I could send my packets using GNU Radio to some port, and then view those packets using COSMOS.

Thanks in advance.

ghost commented 2 years ago

I don't know anything about GNU Radio but if it acts as a TCP/IP server that you can connect to then you would setup a COSMOS TCP/IP Client interface to connect on whatever port it uses. You would then define your target's command and telemetry definitions to enable COSMOS to interpret the data.

If you get this working I'm sure the community would love to see a working example. Consider creating a github repo!