Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Make the CAN relay safe and effecient #203

@NicoOhR

Description

@NicoOhR

When the CAN wires disconnect the entire project stalls and eventually terminates, in the interest of maintaining a local copy if a failure like this occurs, the program should be insulated from this failure and resume operations.

More over, currently the CAN relay assume that all values that we get are floats (or at the very least 32 bits in length) however the ECU and most of the ADC values are not that high of a resolution, and a lot of the last bits are wasted. Therefore, the data payload and relay should be updated to more effectively relay and save the data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    🔖 What's Next

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions