Merged
Conversation
Add the basic folder and files for an example of how to use the KUKSA project CAN Provider as a CAN Feeder for CDSP. Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
In the section on examples in the online documentation add the KUKSA CAN Provider feeder to the table of feeder examples Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
Closed
Collaborator
Author
|
PR has been open for review for a while. Participants in last weeks data arch call had no issues with merge. As it is basically simply documentation pointing at a upstream repository then there is low risk to destabilize the code base. Decision made to merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Earlier this year the CDSP project extended the KUKSA CAN Provider to support the Apache IoTDB database used in CDSP as a new northbound client. This enabled the Provider to be used as a CAN feeder of CAN data from CAN dump and real and virtual SocketCAN sources, which can be translated to the VSS data model.
Currently the work is hosted in a public github fork. Whilst its eventual home is decided this PR is bring used to make the work more visible. The PR adds the feeder to the CDSP examples.