feat():initial version
This commit is contained in:
45
code_generator/backup/vsomeip_client.json
Normal file
45
code_generator/backup/vsomeip_client.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"unicast" : "192.168.225.25",
|
||||
"logging" :
|
||||
{
|
||||
"level" : "debug",
|
||||
"console" : "true",
|
||||
"file" : { "enable" : "true", "path" : "/var/log/vsomeip.log" },
|
||||
"dlt" : "true"
|
||||
},
|
||||
"applications" :
|
||||
[
|
||||
{
|
||||
"name" : "ag_client",
|
||||
"id" : "0x1343"
|
||||
}
|
||||
],
|
||||
"clients" :
|
||||
[
|
||||
{
|
||||
"service" : "0x5034",
|
||||
"instance" : "0x6034",
|
||||
"unreliable" : "30509"
|
||||
},
|
||||
{
|
||||
"service" : "0x5042",
|
||||
"instance" : "0x6042",
|
||||
"reliable" : "30609"
|
||||
}
|
||||
],
|
||||
"routing" : "ag_client",
|
||||
"service-discovery" :
|
||||
{
|
||||
"enable" : "true",
|
||||
"multicast" : "239.71.0.2",
|
||||
"port" : "30490",
|
||||
"protocol" : "udp",
|
||||
"initial_delay_min" : "10",
|
||||
"initial_delay_max" : "100",
|
||||
"repetitions_base_delay" : "100",
|
||||
"repetitions_max" : "3",
|
||||
"ttl" : "3",
|
||||
"cyclic_offer_delay" : "2000",
|
||||
"request_response_delay" : "100"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user