Skip to content

Commit

Permalink
[#14] Addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ManjukiranVALEO committed Feb 5, 2025
1 parent c645712 commit 6263037
Show file tree
Hide file tree
Showing 20 changed files with 78 additions and 3,191 deletions.
93 changes: 0 additions & 93 deletions can-protocol-adapter/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions can-protocol-adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ serde_json = "1.0"
socketcan-isotp = "1.0.2"
tonic = "0.11.0"
databroker-proto = { path = "submodules/kuksa-databroker/databroker-proto"}
kuksa-common = { path = "lib/common"}
kuksa = { path = "lib/kuksa"}
kuksa-common = { path = "submodules/kuksa-databroker/lib/common"}
kuksa = { path = "submodules/kuksa-databroker/lib/kuksa"}
can-dbc="6.0.0"
codegen = "0.2"
byteorder = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion can-protocol-adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It can be used for various applications, including communication between CAN bus

## The basic functionality works as follows:

The application connects to the SocketCAN interface and sends all CAN requests, as specified in the PID table of the config file, based on a defined interval. The responses are read, and the raw CAN data is parsed according to the DBC file signals. The CAN signals are then translated into VSS data points based on the VSS and DBC signal mappings described in the config file. The respective VSS data points are then sent to the Kuksa Databroker.
The CAN Protocol Adapter connects to the SocketCAN interface and sends all CAN requests, as specified in the PID table of the config file, based on a defined interval. The responses are read, and the raw CAN data is parsed according to the DBC file signals. The CAN signals are then translated into VSS data points based on the VSS and DBC signal mappings described in the config file. The respective VSS data points are then sent to the Kuksa Databroker.

![CAN-Protocol-adapter](assets/context.jpg)

Expand Down
32 changes: 0 additions & 32 deletions can-protocol-adapter/lib/Cargo.toml

This file was deleted.

37 changes: 0 additions & 37 deletions can-protocol-adapter/lib/common/Cargo.toml

This file was deleted.

Loading

0 comments on commit 6263037

Please sign in to comment.