uzdry / PSE

0 stars 0 forks source link

Design Recognition of available Data #13

Closed ubebg closed 8 years ago

ubebg commented 8 years ago

Design something somewhere (very specific, i know) that recognizes what data is available and gives that information to the GUI, so no Dashes working with not available data can be selected

uzdry commented 8 years ago

Only for general information: The OBD2-Adapter gets a Information about what is being sent. Then our module gives this information to the Bus. The Proxy is supposed to take this Information and send it via WebRTC to the Terminal where it gets put on another Bus. Then there is another subscriber that receives that information. I would put that into a "Settings" class. (Singleton).

But if there where several DataSources there should still be something that knows which there are exactly.