summaryrefslogtreecommitdiff
path: root/config/vsomeip-tcp-service.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/vsomeip-tcp-service.json')
-rw-r--r--config/vsomeip-tcp-service.json25
1 files changed, 20 insertions, 5 deletions
diff --git a/config/vsomeip-tcp-service.json b/config/vsomeip-tcp-service.json
index e0311ab..3f344a6 100644
--- a/config/vsomeip-tcp-service.json
+++ b/config/vsomeip-tcp-service.json
@@ -1,5 +1,5 @@
{
- "unicast" : "192.168.56.104",
+ "unicast" : "192.168.56.101",
"logging" :
{
"level" : "debug",
@@ -18,9 +18,14 @@
[
{
"name" : "default",
+ "unicast" : "local",
"delays" :
{
- "initial" : { "minimum" : "10", "maximum" : 100 },
+ "initial" :
+ {
+ "minimum" : "10",
+ "maximum" : 100
+ },
"repetition-base" : "200",
"repetition-max" : "3",
"cyclic-offer" : "2000",
@@ -31,7 +36,7 @@
{
"service" : "0x1234",
"instance" : "0x5678",
- "reliable" : { "port" : "30509", "magic-cookies" : "false" },
+ "reliable" : { "port" : "30509", "enable-magic-cookies" : "false" },
"events" :
[
{
@@ -67,7 +72,17 @@
"events" : [ "0x777", "0x779" ]
}
]
- }
+ },
+ {
+ "service" : "0x1235",
+ "instance" : "0x5678",
+ "unreliable" : "30509",
+ "multicast" :
+ {
+ "address" : "224.225.226.234",
+ "port" : "32344"
+ }
+ }
]
}
],
@@ -75,7 +90,7 @@
"service-discovery" :
{
"enable" : "true",
- "multicast" : "224.0.0.1",
+ "multicast" : "224.244.224.245",
"port" : "30490",
"protocol" : "udp"
}