updated todo
authorKevron Rees <kevron_m_rees@linux.intel.com>
Tue, 7 May 2013 19:44:38 +0000 (12:44 -0700)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Tue, 7 May 2013 19:44:38 +0000 (12:44 -0700)
TODO

diff --git a/TODO b/TODO
index cf0f237..73f2be0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,7 +2,7 @@ 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)
-- sometimes ambd goes to 100% on tizen when using the websocket sink.  investigate
+- We may have a resource leak when closing a websocket connection.  make sure stuff is getting unreff'd enough.
 
 Other:
 - fill in the fromGVariant() methods in list and map abstract property types.
@@ -11,6 +11,7 @@ Other:
 - 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))
+- Implement all the DBus properties in the docs/ directory.
 - 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