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

"I have a question about sending a portion of the OBD data to my server." #252

Open
ham8962 opened this issue Dec 25, 2023 · 1 comment
Open

Comments

@ham8962
Copy link

ham8962 commented Dec 25, 2023

"I would like to express my gratitude for releasing such a great application for free, along with its source code. I am a university student working on my personal project based on this application, and I am writing this to ask a question about the code.

What I want to do is to send a portion of the vehicle's data to the server I built myself (I am currently planning to send only the speed, RPM, and Odometer). In order to capture the data I intend to send to the server, I read the OBDGaugeAdapter Class and OBDitemAdapter Class, as well as the files under the related library package (I mean the files existing in the ecu directory), and understood a bit of the flow. However, I haven't reached the level of understanding to edit the code.

I would like to get help on how the flow of the code proceeds and which classes I should look at to achieve my goal (I would also like to know how to capture some of the OBD data).

Once again, thank you for releasing this great application as open source on Github."

@fr3ts0n
Copy link
Owner

fr3ts0n commented Jan 2, 2024

This sounds like another plugin extension to me ...
Please take a look on the MQTT extension which does very similar things with a MQTT broker
If you replace the data sending with your server protocol you should get rather close ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants