summaryrefslogtreecommitdiff
path: root/config/vsomeip-magic-cookies-client.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/vsomeip-magic-cookies-client.json')
-rw-r--r--config/vsomeip-magic-cookies-client.json59
1 files changed, 45 insertions, 14 deletions
diff --git a/config/vsomeip-magic-cookies-client.json b/config/vsomeip-magic-cookies-client.json
index 828661b..b0982ce 100644
--- a/config/vsomeip-magic-cookies-client.json
+++ b/config/vsomeip-magic-cookies-client.json
@@ -1,42 +1,73 @@
{
"unicast" : "192.168.56.101",
- "logging" :
- {
- "level" : "trace",
+ "netmask" : "255.255.255.0",
+ "logging" :
+ {
+ "level" : "info",
"console" : "true",
- "file" : { "enable" : "false", "path" : "/var/log/vsomeip.log" },
- "dlt" : "false"
+ "file" : { "enable" : "true", "path" : "/var/log/vsomeip.log" },
+ "dlt" : "true"
},
"applications" :
[
{
"name" : "client-sample",
- "id" : 0x1343
+ "id" : "0x1343"
},
{
"name" : "second-client-sample",
- "id" : 0x1344
+ "id" : "0x1344"
},
{
"name" : "third-client-sample",
- "id" : 0x1345
+ "id" : "0x1345"
},
{
"name" : "fourth-client-sample",
- "id" : 0x1346
+ "id" : "0x1346"
}
],
- "servicegroups" :
+ "servicegroups" :
[
{
"name" : "remote",
- "address" : "192.168.56.102",
- "services" :
+ "unicast" : "192.168.56.105",
+ "services" :
[
{
"service" : "0x1234",
"instance" : "0x5678",
- "reliable" : { "port" : 30511, "magic-cookies" : "true" },
+ "reliable" : { "port" : "30509", "enable-magic-cookies" : "true" },
+ "events" :
+ [
+ {
+ "event" : "0x0777",
+ "is_field" : "true"
+ },
+ {
+ "event" : "0x0778",
+ "is_field" : "false"
+ },
+ {
+ "event" : "0x0779",
+ "is_field" : "true"
+ }
+ ],
+ "eventgroups" :
+ [
+ {
+ "eventgroup" : "0x4455",
+ "events" : [ "0x777", "0x778" ]
+ },
+ {
+ "eventgroup" : "0x4465",
+ "events" : [ "0x778", "0x779" ]
+ },
+ {
+ "eventgroup" : "0x4555",
+ "events" : [ "0x777", "0x779" ]
+ }
+ ]
}
]
}
@@ -45,7 +76,7 @@
"service-discovery" :
{
"enable" : "false",
- "multicast" : "224.244.224.245",
+ "multicast" : "224.0.0.1",
"port" : "30490",
"protocol" : "udp"
}