summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2014-10-02 08:49:57 +0200
committerLutz Bichler <Lutz.Bichler@bmw.de>2014-10-02 08:49:57 +0200
commit20a330fc4c5fcc7d0a09e6367371c65d30473b6a (patch)
tree109f4ca6ef17bc1f0810a90899a6b0ba8ac94d72
parent7671fffee2d20a66691c4eae3c615b557525be1b (diff)
downloadvSomeIP-20a330fc4c5fcc7d0a09e6367371c65d30473b6a.tar.gz
Updated todo list
-rw-r--r--documentation/todo.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/documentation/todo.txt b/documentation/todo.txt
index 0e250bd..a856fcc 100644
--- a/documentation/todo.txt
+++ b/documentation/todo.txt
@@ -3,5 +3,12 @@ TODO:
- handle endpoints for multicasts correctly. Especially, delete them if they are no longer needed.
This should probably be done as part of the redesign of the endpoints.
-
- \ No newline at end of file
+- implement "Zugverfahren". The so-called "Zugverfahren" allows to specify debouncing times and
+ maximum retention times for SOME/IP communication channels, defined by their SOME/IP service
+ identifier, SOME/IP method identifier, client instance and service instance. The "Zugverfahren"
+ is implemented on server-side.
+
+- define an interface between the vsomeip runtime and the vsomeip configuration. The goal is to
+ enable configuration to be done by a configuration file (default) or by an application specific
+ (probably generated) code module.
+