updated release
[profile/ivi/automotive-message-broker.git] / TODO
1 For 0.10.0
2 - Implement all the DBus properties in the docs/ directory.
3 - DBus support for time and sequece being included in dbus properties.
4 - DBus support for objects with multiple sources and multiple 'zones' (ie /org/automotive/${sourceID}/${zone}/batteryVoltage/${index})
5 - Document changes to the DBus API in the IDL
6 - autoreconnect on a timeout when Obd2 disconnects if 'autoreconnect' is 'true' in the config
7
8 Other:
9 - grep all the TODOs in the code and do them
10 - per-source property filtering in routing engine
11 - improve obd2source speed via Physical Addressing (see https://www.scantool.net/forum/index.php?topic=6661.msg25024#msg25024)
12 - investigate and enable use of provisioning in ssl websockets
13 - add API to get number of sources per a given property (ie uint AbstractRoutingEngine::sources(VehicleProperty::Property))
14 - enable ambd/config.d/
15 - finish implementing openxc plugin