removed unmaintained plugins
[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 - update json protocol to include getPropertyInfo calls
5 - update json protocol to support rangerequests with PropertyList instead of a signel property (Verify)
6 - update json protocol to support zones
7 - update database to support zone column 
8 - general support for source and zone filtering in database plugin
9 - no reason for pluginloader to track sources.  core already does it.
10 - create docs for all plugins (README)
11 - handle badly formed messages properly (ie not crash) in websocketsink
12 - GetHistory must filter on source
13 - grep all the TODOs in the code and do them
14 - investigate and enable use of provisioning in ssl websockets
15 - enable ambd/plugins.d/
16 - finish implementing openxc plugin (needs testing)
17 - Document internal source/sink plugin API