summaryrefslogtreecommitdiff
path: root/config/vsomeip-local-tracing.json
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2018-05-22 02:54:41 -0700
committerJuergen Gehring <juergen.gehring@bmw.de>2018-05-22 02:54:41 -0700
commit3f591262507bbce2a57e182ef8a1c40951a31018 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /config/vsomeip-local-tracing.json
parent4808f3130c97cea3f0168005b9df029282060539 (diff)
downloadvSomeIP-3f591262507bbce2a57e182ef8a1c40951a31018.tar.gz
vsomeip 2.10.11 2.10.12 2.10.13 2.10.14 2.10.15 2.10.16 2.10.17 2.10.18 2.10.19 2.10.20 2.10.21
Diffstat (limited to 'config/vsomeip-local-tracing.json')
-rw-r--r--config/vsomeip-local-tracing.json86
1 files changed, 0 insertions, 86 deletions
diff --git a/config/vsomeip-local-tracing.json b/config/vsomeip-local-tracing.json
deleted file mode 100644
index ba3a6bf..0000000
--- a/config/vsomeip-local-tracing.json
+++ /dev/null
@@ -1,86 +0,0 @@
-{
- "unicast" : "10.0.2.15",
- "logging" :
- {
- "level" : "debug",
- "console" : "true",
- "file" : { "enable" : "false", "path" : "/tmp/vsomeip.log" },
- "dlt" : "false"
- },
- "tracing" :
- {
- "enable" : "true"
- },
- "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"
- }
-}