39 lines
852 B
JSON
Executable File
39 lines
852 B
JSON
Executable File
{
|
|
"unicast" : "10.131.4.37",
|
|
"logging" :
|
|
{
|
|
"level" : "debug",
|
|
"console" : "true",
|
|
"file" : { "enable" : "false", "path" : "/var/log/vsomeip.log" },
|
|
"dlt" : "false"
|
|
},
|
|
"applications" :
|
|
[
|
|
{
|
|
"name" : "client-sample",
|
|
"id" : "0x1343"
|
|
},
|
|
{
|
|
"name" : "service-sample",
|
|
"id" : "0x1277"
|
|
}
|
|
],
|
|
"services" :
|
|
[
|
|
{
|
|
"service" : "0x1234",
|
|
"instance" : "0x5678",
|
|
"reliable" : { "port" : "30509", "enable-magic-cookies" : "false" },
|
|
"unreliable" : "31000"
|
|
}
|
|
],
|
|
"routing" : "client-sample",
|
|
"service-discovery" :
|
|
{
|
|
"enable" : "true",
|
|
"multicast" : "224.244.224.245",
|
|
"port" : "30490",
|
|
"protocol" : "udp"
|
|
}
|
|
}
|