UWCubeSat / DubSat1

Main repository for all flight software (including all subsystems, core libraries, and hardware abstraction layers) for the DubSat-1 3U Cubesat.
22 stars 10 forks source link

GROUND: CAN2LAN COSMOS bridge setup working for telecommands #85

Open HuskySatLab opened 7 years ago

HuskySatLab commented 7 years ago

We are using the PCAN-Ethernet Gateway DR for the CAN to LAN bridge for the flat-sat interface. It is being used in the "raw TCP port" mode, where all messages are dropped onto the TCP network with a fixed, 36-byte structure per CAN message.

Issue #84 tracked getting the core functionality working (the device itself, network setup, etc.); this tracks getting a COSMOS telecommand packet defined to make sure we don't have any issues on that side.

HuskySatLab commented 7 years ago

This shouldn't be particularly involved, as the PCAN packet structure must be used bidirectionally - so we just need to map the COSMOS command packet definition to this.