Addition of test plugin to test Map and List types, and Map and List fromVariant...
[profile/ivi/automotive-message-broker.git] / TODO
1 For 0.10.0
2 - Implement all the DBus properties in the docs/ directory.
3 - OBD2 add support for AT/ST calls (ie, atrv for battery voltage)
4 - OBD2 if NO DATA is received for all requests, go into optional autoreconnect mode
5 - fill in the fromGVariant() methods in list and map abstract property types.
6 - Clean up sink subscription process so that subscription only happens once regardless of whether the 
7   property is supported or not at the time
8 - DBus support for time and sequece being included in dbus properties.
9 - DBus support for objects with multiple sources and multiple 'zones' (ie /org/automotive/${sourceID}/${zone}/batteryVoltage/${index})
10 - Document changes to the DBus API
11
12 - investigate why websocketsink plugin constantly gets disconnected when using eth0
13
14
15 Other:
16 - grep all the TODOs in the code and do them
17 - per-source property filtering in routing engine
18 - improve obd2source speed via Physical Addressing (see https://www.scantool.net/forum/index.php?topic=6661.msg25024#msg25024)
19 - investigate and enable use of provisioning in ssl websockets
20 - add API to get number of sources per a given property (ie uint AbstractRoutingEngine::sources(VehicleProperty::Property))
21 - enable ambd/config.d/
22 - finish implementing openxc plugin