feat():initial version
This commit is contained in:
82
install/vsomeip-3.7.3/etc/vsomeip/vsomeip-local.json
Normal file
82
install/vsomeip-3.7.3/etc/vsomeip/vsomeip-local.json
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"unicast" : "10.0.2.15",
|
||||
"logging" :
|
||||
{
|
||||
"level" : "debug",
|
||||
"console" : "true",
|
||||
"file" : { "enable" : "false", "path" : "/tmp/vsomeip.log" },
|
||||
"dlt" : "false"
|
||||
},
|
||||
"applications" :
|
||||
[
|
||||
{
|
||||
"name" : "service-sample",
|
||||
"id" : "0x1277"
|
||||
},
|
||||
{
|
||||
"name" : "client-sample",
|
||||
"id" : "0x1344"
|
||||
}
|
||||
],
|
||||
"services" :
|
||||
[
|
||||
{
|
||||
"service" : "0x1234",
|
||||
"instance" : "0x5678",
|
||||
"unreliable" : "30509",
|
||||
"multicast" :
|
||||
{
|
||||
"address" : "224.225.226.233",
|
||||
"port" : "32344"
|
||||
},
|
||||
"events" :
|
||||
[
|
||||
{
|
||||
"event" : "0x0777",
|
||||
"is_field" : "true",
|
||||
"update-cycle" : 2000
|
||||
},
|
||||
{
|
||||
"event" : "0x0778",
|
||||
"is_field" : "true",
|
||||
"update-cycle" : 0
|
||||
},
|
||||
{
|
||||
"event" : "0x0779",
|
||||
"is_field" : "true"
|
||||
}
|
||||
],
|
||||
"eventgroups" :
|
||||
[
|
||||
{
|
||||
"eventgroup" : "0x4455",
|
||||
"events" : [ "0x777", "0x778" ]
|
||||
},
|
||||
{
|
||||
"eventgroup" : "0x4465",
|
||||
"events" : [ "0x778", "0x779" ],
|
||||
"is_multicast" : "true"
|
||||
},
|
||||
{
|
||||
"eventgroup" : "0x4555",
|
||||
"events" : [ "0x777", "0x779" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"routing" : "service-sample",
|
||||
"service-discovery" :
|
||||
{
|
||||
"enable" : "true",
|
||||
"multicast" : "224.244.224.245",
|
||||
"port" : "30490",
|
||||
"protocol" : "udp",
|
||||
"initial_delay_min" : "10",
|
||||
"initial_delay_max" : "100",
|
||||
"repetitions_base_delay" : "200",
|
||||
"repetitions_max" : "3",
|
||||
"ttl" : "3",
|
||||
"cyclic_offer_delay" : "2000",
|
||||
"request_response_delay" : "1500"
|
||||
}
|
||||
}
|
||||
53
install/vsomeip-3.7.3/etc/vsomeip/vsomeip-tcp-client.json
Normal file
53
install/vsomeip-3.7.3/etc/vsomeip/vsomeip-tcp-client.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"unicast" : "192.168.56.101",
|
||||
"netmask" : "255.255.255.0",
|
||||
"logging" :
|
||||
{
|
||||
"level" : "info",
|
||||
"console" : "true",
|
||||
"file" : { "enable" : "true", "path" : "/var/log/vsomeip.log" },
|
||||
"dlt" : "true"
|
||||
},
|
||||
"applications" :
|
||||
[
|
||||
{
|
||||
"name" : "client-sample",
|
||||
"id" : "0x1343"
|
||||
},
|
||||
{
|
||||
"name" : "second-client-sample",
|
||||
"id" : "0x1344"
|
||||
},
|
||||
{
|
||||
"name" : "third-client-sample",
|
||||
"id" : "0x1345"
|
||||
},
|
||||
{
|
||||
"name" : "fourth-client-sample",
|
||||
"id" : "0x1346"
|
||||
}
|
||||
],
|
||||
"clients" :
|
||||
[
|
||||
{
|
||||
"service" : "0x1234",
|
||||
"instance" : "0x5678",
|
||||
"reliable" : [ "41234" ]
|
||||
}
|
||||
],
|
||||
"routing" : "client-sample",
|
||||
"service-discovery" :
|
||||
{
|
||||
"enable" : "true",
|
||||
"multicast" : "224.244.224.245",
|
||||
"port" : "30490",
|
||||
"protocol" : "udp",
|
||||
"initial_delay_min" : "10",
|
||||
"initial_delay_max" : "100",
|
||||
"repetitions_base_delay" : "200",
|
||||
"repetitions_max" : "3",
|
||||
"ttl" : "3",
|
||||
"cyclic_offer_delay" : "2000",
|
||||
"request_response_delay" : "1500"
|
||||
}
|
||||
}
|
||||
85
install/vsomeip-3.7.3/etc/vsomeip/vsomeip-tcp-service.json
Normal file
85
install/vsomeip-3.7.3/etc/vsomeip/vsomeip-tcp-service.json
Normal file
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"unicast" : "192.168.56.101",
|
||||
"logging" :
|
||||
{
|
||||
"level" : "debug",
|
||||
"console" : "true",
|
||||
"file" : { "enable" : "false", "path" : "/tmp/vsomeip.log" },
|
||||
"dlt" : "false"
|
||||
},
|
||||
"applications" :
|
||||
[
|
||||
{
|
||||
"name" : "service-sample",
|
||||
"id" : "0x1277"
|
||||
}
|
||||
],
|
||||
"services" :
|
||||
[
|
||||
{
|
||||
"service" : "0x1234",
|
||||
"instance" : "0x5678",
|
||||
"reliable" : { "port" : "30509", "enable-magic-cookies" : "false" },
|
||||
"events" :
|
||||
[
|
||||
{
|
||||
"event" : "0x8777",
|
||||
"is_field" : "false",
|
||||
"is_reliable" : "true",
|
||||
"update-cycle" : "2000"
|
||||
},
|
||||
{
|
||||
"event" : "0x8778",
|
||||
"is_field" : "true",
|
||||
"is_reliable" : "true",
|
||||
"update-cycle" : "0"
|
||||
},
|
||||
{
|
||||
"event" : "0x8779",
|
||||
"is_field" : "false",
|
||||
"is_reliable" : "true"
|
||||
}
|
||||
],
|
||||
"eventgroups" :
|
||||
[
|
||||
{
|
||||
"eventgroup" : "0x4455",
|
||||
"events" : [ "0x8777", "0x8778" ]
|
||||
},
|
||||
{
|
||||
"eventgroup" : "0x4465",
|
||||
"events" : [ "0x8778", "0x8779" ]
|
||||
},
|
||||
{
|
||||
"eventgroup" : "0x4555",
|
||||
"events" : [ "0x8777", "0x8779" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"service" : "0x1235",
|
||||
"instance" : "0x5678",
|
||||
"unreliable" : "30509",
|
||||
"multicast" :
|
||||
{
|
||||
"address" : "224.225.226.234",
|
||||
"port" : "32344"
|
||||
}
|
||||
}
|
||||
],
|
||||
"routing" : "service-sample",
|
||||
"service-discovery" :
|
||||
{
|
||||
"enable" : "true",
|
||||
"multicast" : "224.244.224.245",
|
||||
"port" : "30490",
|
||||
"protocol" : "udp",
|
||||
"initial_delay_min" : "10",
|
||||
"initial_delay_max" : "100",
|
||||
"repetitions_base_delay" : "200",
|
||||
"repetitions_max" : "3",
|
||||
"ttl" : "3",
|
||||
"cyclic_offer_delay" : "2000",
|
||||
"request_response_delay" : "1500"
|
||||
}
|
||||
}
|
||||
53
install/vsomeip-3.7.3/etc/vsomeip/vsomeip-udp-client.json
Normal file
53
install/vsomeip-3.7.3/etc/vsomeip/vsomeip-udp-client.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"unicast" : "192.168.56.101",
|
||||
"netmask" : "255.255.255.0",
|
||||
"logging" :
|
||||
{
|
||||
"level" : "debug",
|
||||
"console" : "true",
|
||||
"file" : { "enable" : "true", "path" : "/var/log/vsomeip.log" },
|
||||
"dlt" : "true"
|
||||
},
|
||||
"applications" :
|
||||
[
|
||||
{
|
||||
"name" : "client-sample",
|
||||
"id" : "0x1343"
|
||||
},
|
||||
{
|
||||
"name" : "second-client-sample",
|
||||
"id" : "0x1344"
|
||||
},
|
||||
{
|
||||
"name" : "third-client-sample",
|
||||
"id" : "0x1345"
|
||||
},
|
||||
{
|
||||
"name" : "fourth-client-sample",
|
||||
"id" : "0x1346"
|
||||
}
|
||||
],
|
||||
"clients" :
|
||||
[
|
||||
{
|
||||
"service" : "0x1234",
|
||||
"instance" : "0x5678",
|
||||
"unreliable" : [ 40000, 40002 ]
|
||||
}
|
||||
],
|
||||
"routing" : "client-sample",
|
||||
"service-discovery" :
|
||||
{
|
||||
"enable" : "true",
|
||||
"multicast" : "224.244.224.245",
|
||||
"port" : "30490",
|
||||
"protocol" : "udp",
|
||||
"initial_delay_min" : "10",
|
||||
"initial_delay_max" : "100",
|
||||
"repetitions_base_delay" : "200",
|
||||
"repetitions_max" : "3",
|
||||
"ttl" : "3",
|
||||
"cyclic_offer_delay" : "2000",
|
||||
"request_response_delay" : "1500"
|
||||
}
|
||||
}
|
||||
88
install/vsomeip-3.7.3/etc/vsomeip/vsomeip-udp-service.json
Normal file
88
install/vsomeip-3.7.3/etc/vsomeip/vsomeip-udp-service.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"unicast" : "192.168.56.101",
|
||||
"logging" :
|
||||
{
|
||||
"level" : "debug",
|
||||
"console" : "true",
|
||||
"file" : { "enable" : "false", "path" : "/tmp/vsomeip.log" },
|
||||
"dlt" : "false"
|
||||
},
|
||||
"applications" :
|
||||
[
|
||||
{
|
||||
"name" : "service-sample",
|
||||
"id" : "0x1277"
|
||||
}
|
||||
],
|
||||
"services" :
|
||||
[
|
||||
{
|
||||
"service" : "0x1234",
|
||||
"instance" : "0x5678",
|
||||
"unreliable" : "30509",
|
||||
"events" :
|
||||
[
|
||||
{
|
||||
"event" : "0x8777",
|
||||
"is_field" : "true",
|
||||
"update-cycle" : 2000
|
||||
},
|
||||
{
|
||||
"event" : "0x8778",
|
||||
"is_field" : "true",
|
||||
"update-cycle" : 0
|
||||
},
|
||||
{
|
||||
"event" : "0x8779",
|
||||
"is_field" : "true"
|
||||
}
|
||||
],
|
||||
"eventgroups" :
|
||||
[
|
||||
{
|
||||
"eventgroup" : "0x4455",
|
||||
"events" : [ "0x8777", "0x8778" ]
|
||||
|
||||
},
|
||||
{
|
||||
"eventgroup" : "0x4465",
|
||||
"events" : [ "0x8778", "0x8779" ],
|
||||
"multicast" :
|
||||
{
|
||||
"address" : "224.225.226.233",
|
||||
"port" : "32344"
|
||||
}
|
||||
},
|
||||
{
|
||||
"eventgroup" : "0x4555",
|
||||
"events" : [ "0x8777", "0x8779" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"service" : "0x1235",
|
||||
"instance" : "0x5678",
|
||||
"unreliable" : "30509",
|
||||
"multicast" :
|
||||
{
|
||||
"address" : "224.225.226.234",
|
||||
"port" : "32344"
|
||||
}
|
||||
}
|
||||
],
|
||||
"routing" : "service-sample",
|
||||
"service-discovery" :
|
||||
{
|
||||
"enable" : "true",
|
||||
"multicast" : "224.244.224.245",
|
||||
"port" : "30490",
|
||||
"protocol" : "udp",
|
||||
"initial_delay_min" : "10",
|
||||
"initial_delay_max" : "100",
|
||||
"repetitions_base_delay" : "200",
|
||||
"repetitions_max" : "3",
|
||||
"ttl" : "3",
|
||||
"cyclic_offer_delay" : "2000",
|
||||
"request_response_delay" : "1500"
|
||||
}
|
||||
}
|
||||
55
install/vsomeip-3.7.3/etc/vsomeip/vsomeip.json
Normal file
55
install/vsomeip-3.7.3/etc/vsomeip/vsomeip.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"unicast" : "192.168.56.101",
|
||||
"logging" :
|
||||
{
|
||||
"level" : "debug",
|
||||
"console" : "true",
|
||||
"file" : { "enable" : "false", "path" : "/var/log/vsomeip.log" },
|
||||
"dlt" : "false"
|
||||
},
|
||||
"applications" :
|
||||
[
|
||||
{
|
||||
"name" : "client-sample",
|
||||
"id" : "0x1343"
|
||||
},
|
||||
{
|
||||
"name" : "other-client-sample",
|
||||
"id" : "0x1344"
|
||||
},
|
||||
{
|
||||
"name" : "service-sample",
|
||||
"id" : "0x1277"
|
||||
}
|
||||
],
|
||||
"services" :
|
||||
[
|
||||
{
|
||||
"service" : "0x1234",
|
||||
"instance" : "0x5678",
|
||||
"reliable" : { "port" : "30509", "enable-magic-cookies" : "false" },
|
||||
"unreliable" : "31000"
|
||||
},
|
||||
{
|
||||
"service" : "0x1235",
|
||||
"instance" : "0x5678",
|
||||
"reliable" : { "port" : "30506", "enable-magic-cookies" : false },
|
||||
"unreliable" : "31000"
|
||||
}
|
||||
],
|
||||
"routing" : "client-sample",
|
||||
"service-discovery" :
|
||||
{
|
||||
"enable" : "true",
|
||||
"multicast" : "224.244.224.245",
|
||||
"port" : "30490",
|
||||
"protocol" : "udp",
|
||||
"initial_delay_min" : "10",
|
||||
"initial_delay_max" : "100",
|
||||
"repetitions_base_delay" : "200",
|
||||
"repetitions_max" : "3",
|
||||
"ttl" : "3",
|
||||
"cyclic_offer_delay" : "2000",
|
||||
"request_response_delay" : "1500"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user