add kuksa-cpp-client#22
Conversation
|
Hi @AkhilTThomas , cool this is landing here. I warned you about Linters :D Pre-commit is unhappy. See here https://github.com/eclipse-kuksa/kuksa-incubation?tab=readme-ov-file#pre-commit-set-up how to set up and see the thread/comment here #18 (comment) how to repair |
Yes! Surprisingly the pre-commit is not complaining locally. Might be conflicting with the ones i had in my repo. |
81978d3 to
230d6e1
Compare
lukasmittag
left a comment
There was a problem hiding this comment.
Some documentation about what from v2 is supported by this cpp client would be nice. For example the bi directional streaming part is not supported.
kuksa-cpp-client/ReadMe.md
Outdated
| Establish connection to a databroker end-point | ||
| - `get("Vehicle.Speed")` | ||
| Get a datapoint value | ||
| - `set("Vehicle.Speed",value)` |
There was a problem hiding this comment.
this should be called publish due to the terminology of kuksa.
There was a problem hiding this comment.
I have modified this and added better documentation
- Added doc strings for v2 APIs - Support getServerInfo - Support getValues - Extend v2 examples
|
Merging this. Hoping for more updates in the future :D |
A C++ based client interfacing with kuksa data broker using V1 and V2 API is added.
@SebastianSchildt @nayakned