You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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."
The text was updated successfully, but these errors were encountered:
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 ...
"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."
The text was updated successfully, but these errors were encountered: