cmake: assorted install path fixes
[profile/ivi/automotive-message-broker.git] / TODO
diff --git a/TODO b/TODO
index 4250633..a9ee8d7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,18 +1,9 @@
-For 0.9.0:
-
-- Test database plugin. specifically get ranged support with example sink
-- websocket source may want to implement a timeout on Get/Set/GetRanged calls and reply with success=false (TEST)
-
-Other:
-
-- per-source property filtering in routing engine
-- improve obd2source speed via Physical Addressing (see https://www.scantool.net/forum/index.php?topic=6661.msg25024#msg25024)
-- investigate and enable use of provisioning in ssl websockets
-- add API to get number of sources per a given property (ie uint AbstractRoutingEngine::sources(VehicleProperty::Property))
-- DBus support for objects with multiple sources and multiple 'zones' (ie /org/automotive/${sourceID}/${zone}/batteryVoltage/${index})
-- DBus support for time and sequece being included in dbus properties.
-- Document changes to the DBus API
-- Clean up sink subscription process so that subscription only happens once regardless of whether the 
-property is supported or not at the time
-- enable ambd/config.d/
+- Make updateFrequency a normal property
+- Core auto-calculate updateFrequency
+- Create API export class that creates the standardized API regardless of IPC mechanism.  That way, the same API can be used over websockets too.
+- Refactor obd2 plugin with AsyncQueue.  Use thread-safe updateProperty.
+- source export from database plugin does not reflect the source in the database
+- grep all the TODOs in the code and do them
+- implement no-value for AbstractPropertyType
+- add timestamp processing for CAN data