Kodi Community Forum
Gauges - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Gauges (/showthread.php?tid=33097)



Gauges - Ctrl_phreak - 2008-05-10

I am designing a hardware bridge that will allow ODB-II standard devices to send data to XBMC. I would like to know what is the least processor intensive method for XBMC to accept and optionally show this data. ODB in my car is roughly 1.1 seconds refresh. I would like to achieve this, or very close performance in the host system.

This project (minus the hardware part) is going to be open source once I have the plans done. If you can help or are just interested in general, you can post here or email me at [email protected]


- topfs2 - 2008-05-10

I can't say for sure on Xbox but on the other ports you could probably do a python script that does this http://wiki.xbmc.org/?title=Building_Python_Scripts atleast theoretically