Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issue with value extraction from raw message #10

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

asbjorn
Copy link
Contributor

@asbjorn asbjorn commented Feb 21, 2022

I've been debugging this issue as it causes a lot of strange values streaming from the CANbus (through Actisense NGT-1).

Periodically there seems to be corrupt values, so the process of verify the value based on a computed maximum value seems to be missing from this library. However, the analyzer program and the extraction functions from https://github.com/canboat/canboat/ seems to get it correct.

Therefore I've implemented a similar checking in this library as well. Provided a go testcase which checks the expected behavior.

@asbjorn
Copy link
Contributor Author

asbjorn commented Oct 6, 2022

Hi @timmathews - did you get the time to look into this PR?

@asbjorn
Copy link
Contributor Author

asbjorn commented Jan 3, 2023

@timmathews Any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant