forked from ApexAI/vsomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvsomeip-magic-cookies-service.xml
51 lines (51 loc) · 1.11 KB
/
vsomeip-magic-cookies-service.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!-- vsomeip test configuration file -->
<someip>
<address>192.168.56.102</address>
<logging>
<level>trace</level>
<console>true</console>
<file>
<enable>false</enable>
<path>/tmp/vsomeip.log</path>
</file>
<dlt>false</dlt>
</logging>
<services>
<servicegroup>
<name>default</name>
<delays>
<initial>
<min>10</min>
<max>100</max>
</initial>
<repetition-base>200</repetition-base>
<repetition-max>3</repetition-max>
<cyclic-offer>2000</cyclic-offer>
<cyclic-request>2001</cyclic-request>
</delays>
<service>
<service-id>0x1234</service-id>
<instance-id>0x5678</instance-id>
<reliable>
<port>30511</port>
<use-magic-cookies>true</use-magic-cookies>
</reliable>
</service>
</servicegroup>
</services>
<routing>
<host>service-sample</host>
</routing>
<service-discovery>
<enabled>false</enabled>
<protocol>udp</protocol>
<address>224.244.224.245</address>
<port>30490</port>
</service-discovery>
<applications>
<application>
<name>service-sample</name>
<id>0x1277</id>
</application>
</applications>
</someip>