-
Updated
Mar 15, 2019 - Jupyter Notebook
car
Here are 690 public repositories matching this topic...
-
Updated
Oct 31, 2019 - Java
-
Updated
May 26, 2017 - Java
-
Updated
Mar 7, 2020 - C++
-
Updated
Jul 4, 2020 - C#
-
Updated
Jun 28, 2020 - C++
-
Updated
May 1, 2020 - QML
Bug Report
The parameters of HMI function OnRemoteControlSettings are defined as optional in HMI_API.xml. That means HMI can send a OnRemoteControlSettings notification with
- only
allowedparameter - or only
accessModeparameter - or both parameters.
When SDL receives such notifications, it shall update its internal value and use the new value when needed.
However, the
-
Updated
May 13, 2020 - C++
i used the following code to read the DTC:
with Client(conn, request_timeout=10) as client:
DTC_list = client.get_dtc_by_status_mask(status_mask)
print("DTC list:", DTC_list)
but i didn't get the DTC code, i got :
DTC list :<PositiveResponse:[ReadDTCInformation]-61 data bytes at 0x0322ff0>;
could you please tell me how can i get the DTC code?
-
Updated
Jul 10, 2020 - Objective-C
Hello,
Is it possible to get the option for oil and transmission tempature via Torque Pro? I'm using this app with a BMW F20 m135i and cannot show the oil/transmission now.
Before my BMW i've had a Golf and the oil tempature there came from the headunit.
Greetings,
Stephan
-
Updated
Oct 28, 2019 - Objective-C
-
Updated
Nov 9, 2017 - Swift
-
Updated
Mar 12, 2020 - Swift
-
Updated
Dec 21, 2015 - CoffeeScript
-
Updated
Sep 10, 2017 - C
-
Updated
Jun 16, 2018 - JavaScript
-
Updated
Mar 11, 2018 - Jupyter Notebook
-
Updated
Feb 17, 2020 - JavaScript
-
Updated
Nov 24, 2017 - Python
Improve this page
Add a description, image, and links to the car topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the car topic, visit your repo's landing page and select "manage topics."

While there is support in the Ruby code for the Streaming API, the docs are completely empty. We should fix that by filling them in. Anyone want to help?