-
Notifications
You must be signed in to change notification settings - Fork 29
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
HTTP API #6
Comments
Sounds like a good start. |
I saw some but IMO its just another point of failure, http has overhead but for an android device its sort of moot. I'll hack on this sometime, PIDs will just be raw values I guess? Or does androbd provide a way of mapping vendor pods before sending? |
All PID's known by AndrOBD will be reported in physical measurement values as displayed on AndrOBD data screen: Any unknown PID would be reported as raw, decimal integer value: The mapping of PIDs to mnemonic names and conversions is defined in AndrOBD library project: |
I might work on this and model it after the MQTT plugin.
What I want to do is use HTTP to POST a json payload instead of MQTT as it is painful to do MQTT -> DB.
The text was updated successfully, but these errors were encountered: