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

Separate CAN and CANopen bindings, introduce CAN network api. #39

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

Conversation

splatch
Copy link
Contributor

@splatch splatch commented Nov 1, 2023

The CAN Network API is fairly close to IP network. Currently there is a fixed assumpton that each detected CAN interface can host RAW and CANopen traffic. Depending on further evollution/evaluation it might be ammended to some more fine grained detection.

Copy link

sonarcloud bot commented Nov 5, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 2 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 67 Code Smells

35.2% 35.2% Coverage
3.2% 3.2% Duplication

warning The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

The CAN Network API is fairly close to IP network.
Currently there is a fixed assumpton that each detected CAN interface can host RAW and CANopen traffic.
Depending on further evollution/evaluation it might be ammended to some more fine grained detection.

Signed-off-by: Łukasz Dywicki <luke@code-house.org>
BitTpl stands for bit template, a generic purpose binary payload matcher.

Signed-off-by: Łukasz Dywicki <luke@code-house.org>
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
Since CAN bindings need some transport and by default they assume socketcan/linux this assumption have to be reflected in feature set.

Signed-off-by: Łukasz Dywicki <luke@code-house.org>
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

1 participant