-
Notifications
You must be signed in to change notification settings - Fork 51
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
TestClient.py file directory not found #684
Comments
Hi, the DIAS project finished some time ago and is very outdated, so any stuff there would needed to be updated for current version (the main contribution of DIAS where J1939 parsing on CAN, i,e, reading truck data. This has meanwhile being merged and grataly updated in dbcfeeder). The DIAS things today have to issues
If there is no specific reason to use the very old DIAS stuff, it is likely better starting with the offcial python client to databroker https://pypi.org/project/kuksa-client/ KUKSA itself currently is not focussing on the cloud side, the only examples we have in that direction is a prototpye S3 uploader (make sure to use with databroker not val-server) https://github.com/eclipse/kuksa.val/tree/master/kuksa_apps/s3 and there is a short PoC prometheus client in discussions here #473 , however both are very bare bones and use polling, I assume MOSt of the time you would rather build something that subscribes the relevant data points, and then forward them to the cloud |
Hey, https://github.com/eclipse-sdv-blueprints/fleet-management for more info you can contact @eriksven |
i tried to push the data from csv_provider to influxDB and grafana for that i have done the below steps
|
Actually i wanna to fetch the data from kuksa.val and send that data as json format to cloud. For that i referred dias_kuksa git repository. As they mentioned to keep the cloudfeeder.py and preprocessor_bosch.py into kuksa.val at this "kuksa.val/clients/vss-testclient" directory.
But i wouldn't able to find this directory kuksa.val/clients/vss-testclient and also the testclient.py file in the kuksa.val.
Dias_kuksa-> https://github.com/junh-ki/dias_kuksa/tree/master/utils/in-vehicle/cloudfeeder_telemetry.
The text was updated successfully, but these errors were encountered: