Merge pull request #22 from tripzero/master
[profile/ivi/automotive-message-broker.git] / TODO
1
2 - Refactor obd2 plugin with AsyncQueue.  Use thread safe-update property.
3 - Rewrite websocket test html
4 - Implement all the DBus properties in the docs/ directory.
5 - update json protocol to include getPropertyInfo calls
6 - update json protocol to support rangerequests with PropertyList instead of a signel property (Verify)
7 - update json protocol to support zones
8 - update database to support zone column 
9 - general support for source and zone filtering in database plugin
10 - no reason for pluginloader to track sources.  core already does it.
11 - create docs for all plugins (README)
12 - handle badly formed messages properly (ie not crash) in websocketsink
13 - GetHistory must filter on source
14 - grep all the TODOs in the code and do them
15 - improve obd2source speed via Physical Addressing (see https://www.scantool.net/forum/index.php?topic=6661.msg25024#msg25024)
16 - investigate and enable use of provisioning in ssl websockets
17 - enable ambd/plugins.d/
18 - finish implementing openxc plugin (needs testing)
19 - Document internal source/sink plugin API