fixed missing symbol in websocket source plugin
[profile/ivi/automotive-message-broker.git] / TODO
1
2
3 For 0.11
4
5 - Implement all the DBus properties in the docs/ directory.
6 - update json protocol to include getPropertyInfo calls
7 - update json protocol to support rangerequests with PropertyList instead of a signel property (Verify)
8 - update json protocol to support zones
9 - update database to support zone column 
10 - general support for source and zone filtering in database plugin
11 - no reason for pluginloader to track sources.  core already does it.
12 - create docs for all plugins (README)
13 - handle badly formed messages properly (ie not crash) in websocketsink
14 - GetHistory must filter on source
15
16 Completed:
17
18 - DBus support for time and sequece being an additional api call (ie, getVehicleSpeed()). - DONE
19 - DBus support for objects with multiple sources and multiple 'zones' (/${sourceID}/[${zone}/]batteryVoltage) - DONE
20 - Document changes to the DBus API in the IDL - DONE
21 - add API to get number of sources per a given property (ie uint AbstractRoutingEngine::getSourcesForProperty(VehicleProperty::Property)) - DONE
22 - per-source property filtering in routing engine - DONE
23
24
25 Other:
26 - grep all the TODOs in the code and do them
27 - improve obd2source speed via Physical Addressing (see https://www.scantool.net/forum/index.php?topic=6661.msg25024#msg25024)
28 - investigate and enable use of provisioning in ssl websockets
29 - enable ambd/plugins.d/
30 - finish implementing openxc plugin (needs testing)
31 - Document internal source/sink plugin API