summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2014-08-05 14:16:27 +0200
committerLutz Bichler <Lutz.Bichler@bmw.de>2014-08-05 14:16:27 +0200
commite339029b33ad8415469794691d70016cac6701b0 (patch)
treeb12d6c67c58865e19bf7887c4ffafbeb3ba471af /documentation
parentd3644b3edc8b15ace244724bc50e4fbfbf9601ec (diff)
downloadvSomeIP-e339029b33ad8415469794691d70016cac6701b0.tar.gz
Implemented get/set of fields. Only currently this works for remote
events/fields. TODO: enable the mechanism for local events/fields. The simple approach (sending locally) would require serialization/deserialization which I'd like to avoid...
Diffstat (limited to 'documentation')
-rw-r--r--documentation/readme.txt6
-rw-r--r--documentation/todo.txt7
2 files changed, 12 insertions, 1 deletions
diff --git a/documentation/readme.txt b/documentation/readme.txt
index 4d1376a..5419b69 100644
--- a/documentation/readme.txt
+++ b/documentation/readme.txt
@@ -1,3 +1,7 @@
To use IP multicast, the route must be added. In Linux this can be done
-by "route add -net 224.0.0.0/4 dev eth0".
+by:
+
+# route add -net 224.0.0.0/4 dev eth0
+
+Other OSes may have slightly different ways to do this.
diff --git a/documentation/todo.txt b/documentation/todo.txt
new file mode 100644
index 0000000..0e250bd
--- /dev/null
+++ b/documentation/todo.txt
@@ -0,0 +1,7 @@
+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