Fix all plugins; fix websocket plugins
[profile/ivi/automotive-message-broker.git] / TODO
1
2 - Refactor obd2 plugin with AsyncQueue.  Use thread safe-update property.
3 - update json protocol to support rangerequests with PropertyList instead of a signel property (Verify)
4 - update database to support zone column 
5 - general support for source and zone filtering in database plugin
6 - no reason for pluginloader to track sources.  core already does it.
7 - create docs for all plugins (README)
8 - handle badly formed messages properly (ie not crash) in websocketsink
9 - GetHistory must filter on source
10 - grep all the TODOs in the code and do them
11 - investigate and enable use of provisioning in ssl websockets
12 - enable ambd/plugins.d/
13 - finish implementing openxc plugin (needs testing)
14 - Document internal source/sink plugin API