X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=TODO;h=a9ee8d703c8c11cb05f199a80e3010212c3e2fe1;hb=7b9cca6ad4d0fb735853585ac4151b835ad18c89;hp=c1d8aeeba51c8ef591c5360bb9c999e3239b6ed9;hpb=50d729b789ee07d4c9953e8213893bc4decc8016;p=profile%2Fivi%2Fautomotive-message-broker.git diff --git a/TODO b/TODO index c1d8aee..a9ee8d7 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,9 @@ -- test for memory leaks in websocket sink plugin -- implement websocket source getProperty methods and setProperty -- per-source property filtering in routing engine -- historic data "get" interface in routing engine -- sqlite database storage plugin -- connect/disconnect on first/last subscription in obd2source -- improve obd2source speed via Physical Addressing and Fast polling (see https://www.scantool.net/forum/index.php?topic=6661.msg25024#msg25024) +- 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 +