You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: